@charset "UTF-8";
/* CSS Document */

a:link, a:visited, a:active  {
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#800;
}

html{ 
	overflow: -moz-scrollbars-vertical;
	height:100%; 
	margin-bottom:1px; 
}

body{
	font-family:Verdana, Geneva, sans-serif;
	margin-top:0px;
	background-image:url(images/back.png);
	background-position:center;
	background-position:top;
	margin:0;
	padding:0;
	height:100%;
}

div#container{
	background-image:url(images/containerback.png);
	margin:auto;
	width:910px;
	min-height: 100%; 
  	height: auto !important; 
  	height: 100%; 
  	overflow: hidden !important;
	
}

div#logo{
	text-align:center;
	padding-top:20px;
	top:0px;
	width:910px;
}


div#navi{
	float:left;
	text-align:right;
	line-height:20px;
	margin-top:60px;
	padding-right:10px;
	width:122px;
	border-right-style:inset;
	border-right-color:#AAA;
	border-right-width:thin;
}

div#inhalt{
	margin-top:60px;
	margin-right:56px;
	text-align:left;
	width:668px;
	float:right;
}

div#inhalt_mitte{
	margin-top:50px;
	margin-bottom:50px;
	margin-right:106px;
	text-align:center;
	width:468px;
	float:right;
}

div#inhalt_foot{
	margin-top:14px;
	padding-top:6px;
	margin-bottom:10px;
	text-align:center;
	width:668px;
	float:right;
	border-top:thin;
	border-top-style:groove;
	border-top-color:#DDD;
}

div#inhalt_text{
	float:left;
	text-align:left;
	width:320px;
	margin-bottom:30px;
}

div#inhalt_text_mitte{
	text-align:center;
	width:296px;
}

div#inhalt_bild{
	float:right;
	margin-bottom:30px;
	}

p.navitext{
	color:#800;
	font-size:13px;
	margin-bottom:2px;
	margin-top:0px;
}

p.inhalt_deutsch{
	color:#000;
	font-size:12px;
	margin-bottom:2px;
	margin-top:0px;
}


p.logo_text{
	color:#000;
	font-size:13px;
	margin-bottom:2px;
	margin-top:0px;
}


h1{
	font-size:13px;
	color:#000;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
	font-size:12px;
	color:#AAA;
	margin-top:0px;
	margin-bottom:0px;
}

	


