#bg_top_left, #header_container, #arrow_bottom, #editable, #rest_logo, #debug {
	display: none;
}
#contentcontainer{
	position: relative;
	margin: 0px;
	padding: 0px;
}
#page_center, #page_container {
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
	background: transparent;
}
#menu_container, #menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
}
#menu_container {
	clear: both;
	min-height: 3em;
	
}
#menu ul li{
	width: auto;
	float: left;
}
#menu ul li a{
	background: transparent;
	color: #04667e;
	padding: 0.5em;
}
#menu ul li.current a{
	font-weight: bold;
	background: transparent;
}
body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

#contentcontainer ul{
	line-height: 150%;
}
/*a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://www.netstap.de" attr(href) ">) ";
}*/
#footer_container, #footer {
	margin-top: 1em;
	border: none;
	background: transparent;
}

#footer {
  border-top: 1px solid black;
  font-size: .95em;
  color: #333;
  text-align: center;
}
