body{

	background-color: #003366;
	background-image: url(../gfx/body2.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, sans-serif;
}

a:link,
a:visited{
	background-color: #2A5A88;
	color: White;
	padding: 2px;
}
#wrapper{
	width: 750px;
	margin: 0 auto 0 200px;
	float: left;
}

#sidebar{
	background-color: White;
	width: 180px;
	position: absolute;
}

#header{
	height: 195px;
	width: 750px;
	margin: 0 auto;
	background-image: url(../gfx/header.jpg);
	background-position: center;
}

#header h1{
	font-size: 1px;
	margin: 0;
	display: none;
}


#header div.navigation{
	text-align: center;
	padding: 164px 0 0 0;
}

#header div.navigation a:link,
#header div.navigation a:visited{
	background-color: #EAF5FF;
	padding: 3px 6px 3px 6px;
	font-size: 14px;
	text-decoration: none;
	color: #003366;
}


#header div.navigation a:hover{
	color: White;
	background-color: #E56B00;
}
#content{

	width: 660px;
	
	margin: 0 auto;
	padding: 20px 45px 1px 45px;
	
	background-image: url(../gfx/body.gif);
	background-position: center;
	
	color: White;
	font-size: 13px;
	line-height: 22px;
}

p.bild-rechts{
	float: right;
	margin: 0 0 0 20px;
}

p.bild-rechts img{
	border: 5px solid white;
	margin: 0 0 10px 0;
}

#content h2{
	font-family: Garamond, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	color: White;
	border-bottom: 3px solid #E0F0F7;
	padding: 0 0 7px 0;
}

#footer{
	background-image: url(../gfx/footer.gif);
	background-position: top;
	background-repeat: no-repeat;

	color: #D7EBFF;
	
	font-size: 11px;
	line-height: 20px;
	width: 660px;
	
	margin: 0 auto;
	padding: 20px 45px 70px 45px;
	
	text-align: center;
	
}

