body {
	margin: 0px;
	background-color: #C0C0C0;
}
.start {
	background-color: #850808;
}
.klein {
	font-size:9px;
}

div#index_centerbox {
	width: 826px;
	height: 500px;
	margin-left: -413px;
	margin-top: -220px;	
	position: absolute;
	top: 50%;
	left: 50%;	
	background-color: #850808;
}


div#centerbox {
	width: 840px;
	height: 595px;
	margin-left: -420px;
	margin-top: -298px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	border: 1px solid black;
	background-color: #FEF0D5;
}

div#head {
	width: 840px;
	height: 135px;
	background-color: #FDF0D5;
	text-align: center;
}

div#navi {
	width: 840px;
	height: 40px;
}

div#image {
	position: absolute;
	top: 175px;
	left: 0px;
	margin: 0px;
	
	width: 330px;
}

div#content_back {
	position: absolute;
	top: 175px;
	left: 330px;
	margin: 0px;
	
	width: 510px;
	height: 418px;
	background-image: url(/images/verlauf.gif);
	background-repeat:repeat-y;
}

div#content {
	width: 510px;
	height: 235px;
	
	background-image: url(/images/hg_azaroso.jpg);
	background-repeat:no-repeat;
}

div#content h1{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #6C493E;
	
	margin-left: 80px;
	margin-top: 60px;
	margin-bottom: 40px;
	
}

div#content p{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #6C493E;
	
	margin-left: 80px;
	
	width: 350px;
}

div#minicontent {
	position: absolute;
	top: 415px;
	left: 0px;
	margin: 0px;
	
	width: 330px;
	background-color: #FDF0D5;
	
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #6C493E;
}

div#minicontent p{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #6C493E;
	
	margin-left: 30px;
	margin-top: 15px;
	
	width: 250px;
}

a {
	color: #850708;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #850708;
	font-weight: bold;
	text-decoration: underline;
}
