@charset "utf-8";
/* CSS Document */
body{
	background:#D1E2CF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
/*___________________________________________________div's______________________________________________________________________*/
#kopf{
	position:static;
	margin:0 auto;
	width:900px;
	height:100px;
	background-color:#BAD3A9;
	border-width:3px;
	border-style:solid;
	border-left-color:#060;
	border-bottom-color:#060;
	border-right-color:#DCEBD8;
	border-top-color:#DCEBD8;
	padding-top:50px;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:50px;
	color:#354482;
}
#navigation{
	position:static;
	margin:0 auto;
	width:900px;
	height:50px;
	border-width:3px;
	border-style:solid;
	border-left-color:#060;
	border-bottom-color:#060;
	border-right-color:#DCEBD8;
	border-top-color:#DCEBD8;
}
#main{
	position:static;
	margin:0 auto;
	width:885px;
	height:auto;
	background-color:#BAD3A9;
	border-width:3px;
	border-style:solid;
	border-left-color:#060;
	border-bottom-color:#060;
	border-right-color:#DCEBD8;
	border-top-color:#DCEBD8;
	padding:20px 5px 10px 10px;
}
#login{
	position:static;
	height:auto;
	border-width:3px;
	border-style:solid;
	border-left-color:#DCEBD8;
	border-bottom-color:#DCEBD8;
	border-right-color:#060;
	border-top-color:#060;
	padding:0 3px 5px 3px;
}
#login p{
	margin:0;
	font-size:9px;
}
	
