@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

input, select, textarea { 
	font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; }
	.Feld { background-color:#FCFDCB; width:300px; border:2px solid #000000; }
	.Feld2 { background-color:#FCFDCB; width:230px; border:2px solid #000000; }
	.Feld3 { background-color:#FCFDCB; width:65px; border:2px solid #000000; }
	.Check { background-color:#FCFDCB; border:1px solid #000000; }
	.Button { background-color:#FCFDCB; color:#000000; width:180px; border:2px solid #000000; 
	}
	
a:link{
	color:#000000;
	text-decoration:none;
	}
	
a:visited{
	color:#000000;
	text-decoration:none;
	}

a:hover{
	color:#999999;
	text-decoration:none;
	}
	
a:active{
	color:#999999;
	text-decoration:none;
	}

#global {
	width:800px;
	border-width:3px;
	border-color:#000000;
	border-style:double;
	}

#spacetop {
	height:25px;
	}

#banner {
	width: 800px;
	height: 150px;
	background-image:url(banner.jpg);
	}
	
#spacer {
	height: 123px;
	}
	
#menuoben {
	height: 27px;
	text-align: right;
	}
	
#menuoben p {
	margin:2px;
	}
	
#menuoben li {
	display:inline;
	list-style-type:none;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
	
#menuunten {
	text-align: center;
	background-color:#CCCCFF;
	background-image:url(banner2.jpg);
	width: 800px;
	height: 23px;
	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	}
	
#menuunten li {
	display:inline;
	list-style-type:none;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
#menuunten p {
	margin:2px;
	}

#content {
	width: 800px;
	min-height: 400px;
	background:#FFFFFF;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#content li {
	list-style:circle;
	margin-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}	
	
#content p {
	margin:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

	
#foot {
	width: 800px;
	height: 85px;
	padding-top:5px;
	background-color:#FFFFCC;
	background-image:url(banner3.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
