@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 150%;
}

p {
	margin:0px;
	margin-bottom:11px;
}

a {
	color:#000000;
	text-decoration:underline;
}

#rahmen {
	margin:auto;
	width: 750px;
}

#head {
	width:750px;
	height: 120px;
}

#logo {
	position:absolute;
	margin-top: 30px;
	margin-left: 30px;
}

#navi {
	position:absolute;
	margin-top: 66px;
	margin-left: 159px;
	width:590px;
	height:21px;
	background-image: url(bilder/head/nav-strich.gif);
	background-repeat:repeat-x;
}
	
#content {
	width:750px;
	background-position: left bottom;
	background-repeat:no-repeat;
}

#headline {
	position:absolute;
	margin-top: 0px;
	margin-left: 159px;
}

#text {
	position:absolute;
	margin-top: 60px;
	margin-left: 190px;
	width: 350px;
}

#bilder {
	position:absolute;
	margin-top: 50px;
	margin-left: 565px;
}

#footer {
	width:750px;	
}

#footerBalken {
	width:750px;
	height:10px;
	background-color:#00006B;
}

#footerText {
	width:750px;
	text-align:center;
	margin-top:5px;
	color:#00006B;
}

.textHeadline {
	color:#00006B;
	font-weight: bold;
}