@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

ul
{
	padding-left:30px;
}

a:link, a:visited 
{ 
	color:#00205b;
	text-decoration:underline;
	font-weight:bold;
}

a:hover, a:active 
{ 
	color:#00205b;
	text-decoration:none;
	font-weight:bold;
}


body 
{ 
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px; 
	color:#00205b;
	background-image:url(img/bground.gif);
	background-repeat:repeat-x; 
	background-color:#eaeaea;
}

#container
{
	width:872px;
	margin:0 auto;	
	background-image:url(img/content_bg.png);
	background-repeat:no-repeat; 
	background-position:bottom;
	margin-top:120px;
}

#content
{
	background-color:white;
	width:432px;
	margin-left:200px;
	padding:20px;
	padding-top:50px;
}

#content_left
{
	float:left;

}

#content_right
{
	margin-left:205px;

}

#content_right a
{
	padding-left:29px;

}

#links
{
	float:left;
	display:block;
	width:110px;
}

#rechts
{
	text-align:right;
	float:right;
	display:block;
	width:115px;
	position:relative;
}

.clear
{
	clear:both;
}

#content p
{
	margin-top:25px;
}

#footer
{
	background-image:url(img/bottom_bground.jpg);
	background-repeat:no-repeat; 
	background-position:bottom;
	height:294px;
	width:872px;
	margin:0 auto;
}

#footer p
{
	
	padding:240px 0 0 365px;
	color:#6b6b6b;
}

#logo
{
	width:472px;
	height:112px;
	margin:0 auto;
}

