/* CSS Document */
html{
	margin: 0; 
	padding: 0;
	
}
body {
 	color: #444444;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#666666;
	
}


#content{
	position:absolute;
	height: auto; 
	width: 900px;
	left: 50%;
	margin-left:-450px;
	margin-top:0;
}
#out_navi{
	position: relative;
	height:20px;
	width:860px;
	padding:20px 0px 0px 20px;
	text-align:right;
	
	font-weight:bold;
}
a.out:link, a.out:visited{
	color:#343434;
	text-decoration:none;
}
a.out:hover, a.out:active{
	color:#eeeeee;
	text-decoration: underline;
}
a.out_active{
	color:#eeeeee;
	text-decoration: underline;
}
	
	
#inhalt{
	position:relative;
	width:860px;
	min-height:300px;
	height:auto !important; 
	height:300px;
	padding-top:300px;
	padding-bottom:20px;
	background-color:#eeeeee;
	background-image:url(../images/bg_home.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#logo{
	position:absolute;
	left:40px;
	top:82px;
	width:521px;
	height:94px;
}

#navi{
	position:absolute;
	top:189px;
	margin-left:-20px;
	width: auto;
	height:45px;
	line-height:45px;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:14px;
	font-weight: bold;
}
a.hauptmenue{
	display:block;
	height:45px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-decoration:none;
	cursor:pointer;
}
#sub_navi{
	position:absolute;
	top:242px;
	margin-left:-20px;
	width: auto;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	font-size:10px;
	font-weight: bold;
}
a.submenue:link{
	text-decoration:none;
}

a.submenue:visited{
	text-decoration:none;
}

a.submenue:hover{
	text-decoration: underline;
}

a.submenue:active{
	text-decoration: underline;
}




#text{
	position:relative;
	left:40px;
	width:500px;
}
#text_2{
	position:relative;
	left:40px;
	width:700px;
}

#abstand{
	height:20px;
}



