#logo {
	height: 200px;
	width: 790px;
	background-color: #97BF0D;
	text-align: left;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-color: #C7FFA2;
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat;
}

#seite {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	text-align: left;
	background-color: #FFF;
	border: thin solid #646446;
}


#text {
	text-align: left;
	float: left;
	margin-top: 20px;
	width: 500px;
	margin-left: 30px;
}
#text a {
	color: #00A631;
	text-decoration: none;
}
#text a:visited {
	color: #00A631;
	text-decoration: none;
}
#text a:hover {
	color: #00A631;
	text-decoration: underline overline;
}

/*#text h1 {
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690;
	padding-bottom: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #690;
}*/
#text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#text h3 {
	font-weight: bold;
	font-size: 0.8em;
	color: #00A631;
}



#menu_oben {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	height: 450px;
	color: #00A631;
}
#menu_oben #currentpage a {
	color: #F90;
	display:block;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #F90;
}

.autor {
	font-size: 0.6em;
	text-align: left;
}

#text h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #00A631;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00A631;
}

#menu_oben ul  {	
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu_oben li {
	display: block;
	padding: 0px;
}


#menu_oben  a {
	color: #00A631;
	text-decoration: none;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A631;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
	white-space: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}
#menu_oben a:link {
	display:block;
}
#menu_oben a:visited {
	display:block;
}
#menu_oben a:hover {
	color: #F90;
	display:block;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #F90;
}


#footer {
	color: #FFF;
	background-color: #00A631;
	padding: 10px;
	text-align: center;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline overline;
}
#text ul {
	list-style-type: square;
}

