body{
	margin					:	0px;
	background-image		:	url(images/bg_text.gif);
	background-repeat		:	repeat-y;
	background-position		:	top;
	height					:	100%;
	font-family				:	Arial, Helvetica, sans-serif;
	font-size				:	11px;
	color					:	#26177C;
}

*html body{
	margin-left				:	1px;
}

#navi{
position:absolute;
width:900px;
height:20px;
left:50%;
margin: 0 0 0 -450px;
top:151px;
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
letter-spacing:3px;
}

#navi a{
color:#FFFFFF;
text-decoration:none;
}

#navi a:hover{
color:#26177C;

}

#logo{


}

#head_div {
	background-color		:	#FFFFFF;
	background-image		:	url(images/bg_oben.gif);
	background-repeat		:	repeat-X;
	width					:	100%;
	text-align				:	center;
	height					:	354px;
	position				:	absolute;
}

#inhalt_div{
	width					:	410px;
	padding					:	10px;
	padding-top				:	0px;
	margin-left				:	-80px;
	left					:	50%;
	position				:	absolute;
	top						:	354px;
}

#inhalt_div h1 {
	font-size				:	11px;
	font-weight				:	normal;
	text-transform			:	uppercase;
	letter-spacing			:	3px;
	color					: 	#B2B2DE;
	margin-top				:	5px;
}

#inhalt_div a {
	color					:	#26177C;
	text-decoration			:	underline;	
}
#inhalt_div a:hover {
	color					:	#26177C;
	text-decoration			:	none;	
}

#inhalt_div li {
	line-height				:	20px;
}

#bild_div{
	position				:	absolute;
	left					:	50%;
	margin-left				:	-350px;
	top						:	171px;
	width					:	700px;
	height					:	175px;
	text-align				:	right;
	background-image		:	url(images/wassserzeichen.gif);
	background-repeat		:	no-repeat;
}


#adresse_div{
	color					:	#7874C1;
	
	padding-top				:	25px;
	padding-left			:	10px;
	position				:	fixed;
	left					:	50%;
	margin-left				:	-348px;
	bottom					:	40px;
	width					:	200px;
	height					:	120px;
}

#adresse_div h1 {
	font-size				:	11px;
	font-weight				:	normal;
	text-transform			:	uppercase;
	letter-spacing			:	3px;
	color					: 	#B2B2DE;
	margin-top				:	5px;
	
	}

#footer_div{
	text-align				:	center;
	position				:	fixed;
	bottom					:	0;
	width					:	100%;
	height					:	25px;	
	background-image		:	url(images/bg_footer.gif);
	background-repeat		:	repeat-x;
}

