*  { 
 	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: #FFFFFF;
	background-color: #0D1858;
}
div#wrapper {
	width:900px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-image: url(../images/back2.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
div#head {
	width:900px;
	height:628px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
div#content {
	margin-left: 40px;
	width: 450px;
	z-index: 10;
}


div#willkommen {
	position:absolute;
	left:148px;
	top:79px;
	z-index:1;
}
div#rechts {
	position:absolute;
	left:486px;
	top:628px;
	width:218px;
	height:457px;
	z-index:1;
	border: 1px solid #FFFFFF;
}

div#kopf {
	position:absolute;
	left:21px;
	top:556px;
	z-index:1;
}

div#preis {
	position:absolute;
	left:475px;
	top:544px;
	z-index:1;
}

div#menue {
	position:absolute;
	left:499px;
	top:213px;
	z-index:1;
	width: 149px;
}





/* Schriften u. Links */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	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: #FFFFFF;
	margin-top: 0px;
	margin-bottom:12px;
}
p {
	margin-top: 0px;
	margin-bottom:12px;
}
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:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
	color:#CCCCCC;
	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;
}

