
@media all
{

/* Formatierung der Seite */
body{
	background: #DBECF7;
	padding: 10px;	
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
}
.orange{
	background: #fdefc8;
}
}
img{border:0px;}

#page{ border: 2px #FF8A09 solid; background: #ffffff; width:80%; margin:auto; padding:10px;}

#header{background:#0069AC;}

#spalte_links{background:#FDEFC8;width:10%;}
#mainNavi{background:#FDEFC8;}
#mainNavi li{display:inline;}
#mainNavi a{font-weight:bold;text-decoration:none;color:#000;}
#mainNavi a:hover{font-weight:bold;text-decoration:none;color:#FF8A09;}

#spalte_rechts{background:#FDEFC8;width:10%;}

#naviUnten li{display:inline;}
#naviUnten a{text-decoration:none;color:#000;}
#naviUnten a:hover{text-decoration:none;color:#FF8A09;}

td{font-size: 11px;}

select,option {
	background: #DBECF7;
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
}

