/*  
Grundlegendes Stylesheet für www.gfoe.net

Wichtige Farben:
Links Navigation: #000033
dunkelgrün: #3A412E
hellgrün: #EBF3DC
*/

body{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin:20px 0px;
	padding:0px;
	text-align:center;
	background-color: #EBEBEB;
}


H1 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : black;
	margin-bottom : 10px;
	margin-top : 20px;
}

H2 {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	color : #000;
	margin-bottom : 3px;
	margin-top : 5px;
}

H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}

p,ul,li,td {
	font-family : Verdana, sans-serif;
	font-size : 12px;
}


p{
	line-height : 180%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}

SELECT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px
}

INPUT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px
}