/*
Struktur
*/

body
{
	background-color:#006679;
	font-family : Verdana;
	font-size: 12px;
	line-height: 19px;
	color: #87888A;
}

A:hover
{	
	text-decoration : underline;
    color : #c7833f;	
}

A
{
	font-family : Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #87888A;
	text-decoration : none;
}

#div_top
{
	height:285px;
	background-color:White;
	
}

#div_bottom_img
{
	left:42px;
	position:relative;
}

#div_rightmargin_background
{
	margin: 0;
    padding: 0;
    background-image: url('../Images/right.gif');
    background-position: right;
    background-repeat: repeat-y;
    width: 847px;
    background-color: #FFFFFF;
    
}

#div_menu_background
{
    margin: 0px;
    padding: 0px;
    /*background-image: url('../Images/left.gif');*/
    background-position:left;
    background-repeat:repeat-y;
    width: 847px;           
}

#div_rightmargin
{
	min-height:500px;
	float:left;
	width:0px;
	padding:0 0 0 10px;
	display:none;
}
#div_content
{	
	background-image:url('../images/content_bg_2.gif');
	background-repeat:repeat-y;	
	float:left;
	width:600px;
	padding:0 10px 0 10px;
}

#div_page_content
{	
	min-height:600px;	
	height:100%;
	float:left;
	width:600px;	
}

#div_menu
{
	float:left;
	width:185px;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;	
}
#div_footer
{
	background-image:url('../images/bottom.gif');
	background-repeat:no-repeat;
	
	padding-top:20px;
	width:847px;
}
#div_distance
{
	height:25px;
	background-color:White;
}
#div_site
{	
	margin-top:15px;
	width:847px;	
	height:100%;
	
	margin-left:auto;
	margin-right:auto;		
}

#div_page_container
{
	position:relative;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:363px;
	top:-29px;
}