body {
margin:0;
padding:0;
height:100%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(img/hintergrund.jpg);
}


#wrap{
	
	
	width:802px;
	margin:70px auto 0px auto;
	height:100%;
	border:solid;
	border-width:8px;
	border-color:#ffffff;
}
#content_wrap{

	float:left;
	background-image:url(img/text_back.jpg);

}
#header{
	top:0px;
	/*margin-left:1px;*/
	width: 802px;
	height: 108px;
	background-color:#FFFFFF;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;

}

#left_column{
	font-size:11pt;
	float:left;
	width:153px;

}



#main_navigation{
	clear:both;
	/*padding-top: 10px;*/
	padding-left:35px;
	height: 30px;
     font-size:11px;
     line-height:30px;
	color:#ffffff;
	text-align:left;
	border-top:solid;
	border-top-width:4px;
	border-top-color:#ffffff;
	border-bottom:solid;
	border-bottom-width:8px;
	border-bottom-color:#1b3259;
	background-image:url(img/menu_back.jpg);
	text-transform:uppercase;
	letter-spacing: 1px;
	
}
#text_heading{

	font-size:14px;
	line-height:22px;
/*	height:25px;*/
color:#cebd73;
text-transform:uppercase;
padding-bottom:5px;

}


#middle_column{
	float:left;
	padding:55px 15px 30px 35px;
	color:#FFFFFF;
	width:467px;

}
#bild{
float:right;
	border-left:solid;
	border-left-width:8px;
	border-left-color:#cebd73;
	width:277px;
	height:358px;
	margin:60px 0px 0px 0px;
/*	background-image:url(img/bild.jpg);
	background-repeat:no-repeat;*/
}



a{
	text-decoration:none;
	/*font-weight: bold;*/
}
a:link{
	color:#9f9fa2;
	text-decoration:none;
	
}
a:visited {
	color:#9f9fa2;
	text-decoration:none;
}
a:active {
	color:#cebd73;
	text-decoration:none;
}
a:hover{
	color:#cebd73;
	text-decoration:none;
}

a.active_link:link{color:#cebd73;font-weight: bold;text-decoration:none;}
a.active_link:visited{color:#cebd73;font-weight: bold;text-decoration:none;}
a.active_link:active{color:#9f9fa2;text-decoration:none;}


.larger{
font-size:14px;
}
