*  { 
 	margin:0px; 
 	padding:0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
div#wrapper {
	width:900px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
div#head {
	width:900px;
	height:250px;
	background-repeat: no-repeat;
}
div#content {
	margin-left: 50px;
	width: 800px;
	z-index: 10;
}


div#mitte {
	position:absolute;
	left:316px;
	top:250px;
	z-index:1;
	width: 260px;
	height: 43px;
}
div#rechts444 {
	position:absolute;
	left:449px;
	top:280px;
	width:282px;
	height:281px;
	z-index:1;
	border: 1px solid #FFFFFF;
}

div#kopf {
	position:absolute;
	left:583px;
	top:100px;
	z-index:1;
	width: 300px;
	height: 30px;
}

div#rechts {
	position:absolute;
	left:582px;
	top:250px;
	z-index:1;
	width: 260px;
	height: 60px;
}

div#untenlinks {
	position:absolute;
	left:7px;
	top:26px;
	z-index:1;
	width: 9px;
	height: 16px;
}





/* Schriften u. Links */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom:12px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom:12px;
}
p {
	margin-top: 0px;
	margin-bottom:12px;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
div#menue a{
	color:#FFFFFF;
	text-align:left;
	width:150px;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;

}
div#menue a:hover{
	color:#194FD3;
	text-align:left;
	width:150px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;

}
a{
	text-decoration: underline;
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* Bilder */

#bild01 {
	position:absolute;
	left:61px;
	top:361px;
	width: 150px;
	height: 220px;
}
#bild02 {
	position:absolute;
	left:62px;
	top:584px;
	width: 150px;
	height: 220px;
}
.image {
	width:550px;
	height:140px;
	background-color:#187A9D;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	border:1px dotted #cccccc;
}
.image img {
	float:right;
	margin:5px;
	padding:5px;
	border:1px solid #ffffff;
	background-color:#cccccc;
}

