/* CSS Document */

html {
 height:100%;
}

body {

	background-image:url(../images/hg.jpg);
	background-color:#E0D7C8;
	background-repeat:no-repeat;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	color: #49210f;
	line-height: 18px;
	background-position:50% 0%;
}


.inhalt{
	position:absolute;
	left: 50%;
	top: 0%;
	width:370px;
	margin-left: 75px;
	margin-top: 230px;
	z-index: 30;
}

.titel{
	position:absolute;
	left: 50%;
	top: 50%;
	width:36px;
	height:155px;
	margin-left: 432px;
	margin-top: -50px;
	z-index: 70;
}

.navi{
	position:absolute;
	left: 50%;
	top: 0%;
	width:174px;
	margin-top:330px;
	height:242px;	
	margin-left: -122px;
	z-index: 40;
	bottom:0px;
 
}


.h1{
	font-family:Verdana;
	font-size:20px;
	line-height: 16px;
	color: #aa223c;

}

.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}



A:link {
	font-family:Arial;
	font-size: 12px;
	color: #aa223c;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
A:visited {
	font-family:Arial;
	font-size: 12px;
	color: #aa223c;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
A:hover {
	font-family:Arial;
	font-size: 12px;
	color: #52271E;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.logo{
	position:absolute;
	left: 50%;
	width:380px;
	margin-left: -500px; 
	height:500px;
	margin-top: 0px;
	z-index: 10;
}

.flash{
	position:absolute;
	left: 50%;
	width:325px;
	margin-left: -476px; 
	height:325px;
	margin-top: 259px;
	z-index: 20;
}

.subnavi {
	font-family:Verdana;
	color: #CCCCCC;
	font-size:11px;
	line-height: 16px;
	font-weight: normal;
}

.subnavi A:link {
	font-family:Verdana;
	color: #CCCCCC;
	font-size:11px;
	line-height: 16px;
	font-weight: normal;
}
.subnavi A:visited {
	font-family:Verdana;
	color: #CCCCCC;
	font-size:11px;
	line-height: 16px;
	font-weight: normal;
}
.subnavi A:hover {
	font-family:Verdana;
	color: #FFFFFF;
	font-size:11px;
	line-height: 16px;
	font-weight: normal;
}
 
 
