html {
	background: url(../bilder/hintergrund.gif);
	font-size: 76%;
	height: 100%;
}

body {
	text-align: center;
	color:  #777;
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 2.5em;
}

h1, h2, h3 {
	margin: 0;
	font-size: 1.2em;
	clear: both;
}

p {
	margin: 0.8em 0;
}

a {
	color: #84AC84;
}

#einleitung,
#accessibility {
	display: none;
}

#wrapper {
	width: 60em;
	text-align: left;
	margin: auto;
}

#float {
	width: 60em;
	background: white;
	padding: 15px;
	float: left;
	clear: both;
	height: 100%;
}



#header {
	background: url(../bilder/hintergrund_header_tafel_wissenschaft.jpg);
	height: 177px;
	border-bottom: 1px solid white;
}

#logo_maennel {
	position: absolute;
	background: url(../bilder/logo_maennel_klein.gif) no-repeat;
	height: 188px;
	width: 10em;
	margin-left: 6.5em;
	margin-top: 47px;
}

#logo_maennel p {
	display: none;
}

#stern{
	display: none;
}

#meta {
	background: #84AC84 url(../bilder/trennlinie_vertikal.gif) repeat-y 18em;
	height: 25px;
	border-bottom: 1px solid white;
}

#navigation {
	float: right;
	width: 16em; 
	padding-top: 3em;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid white;
}

#navigation a {
	color:  #666;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}

#content {
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 3em;
	padding-top: 3.5em;
	padding-bottom: 2em;
	width: 36em;
}

#content img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#kommentare {
	padding-top: 1em;
}

#kommentare div {
	margin-top: 1em;
	background: #eee url(../bilder/sprechblase_oben.gif) no-repeat;
	margin-bottom: 2em;
	padding: 0.8em;
	padding-bottom: 0;
	clear: both;
}

#kommentare div div {
	background: #eee url(../bilder/sprechblase_unten.gif) left bottom no-repeat;
	margin: -0.8em;
	margin-bottom: 0;
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 25px;
	height: 35px;
}

* html #kommentare div div {
	margin-top: 0;
}

.txpCommentInputMessage {
	width: 28em;
	height: 20em;
	margin-left: 2px;
}


#footer {
	text-align: left;
	clear: both;
	font-size: 0.8em;
}
