html,body {
	margin: 0px;
	background: #B5C1B7;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#headline {
	width: 840px;
	height: 50px;
	background: url('images/headline.jpg') repeat-x;
	font-size: 14px; color: #FFFFFF;
	margin: 0 auto;
	clear: both;
	border-top: 2px solid #ffffff;
	margin-top: 10px;
	padding-top: 5px; 
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
}

#footline {
	width: 840px;
	height: 25px;
	background: url('images/footline.jpg') repeat-x;
	font-size: 14px; color: #ffffff;
	margin: 0 auto;
	clear: both;
	padding-top: 5px; 
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	clear: both;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}


#header {
	width: 850px;
	height: 120px;
	font-size: 14px; color: #222;
	text-decoration: none;
	
}

#content {
 	background: #ffffff;
 	padding-left: 10px;
 	font-size: 14px;
 	height: 320px;
 	overflow: auto;
}

#content-sub {
 	background: #ffffff;
 	padding-left: 10px;
 	font-size: 14px;
 	height: 300px;
 	overflow: auto;
}

/******************
 * NAVIGATION
 ******************/
#navigation, #navigation a {

	background: url('images/navigation.jpg') repeat-x;
	font-size: 14px; color: #222;
	text-decoration: none;
	padding-top: 5px; padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 0.1em
}

#navigation a:hover {
	color: #3a5712;
}

#photoleiste{
	float: left;
 	margin-right: 8px;
	margin-top: 11px;
}


#mail{
	text-decoration: none;
	font-size: 16px; color: #222;
}

#subnavigation {
	clear: both;
	background: #B33020 url('images/background_subnavigation.jpg') repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	height: 20px;
}

#subnavigation p {
	display: inline;
	margin-left: 30px;
}

#subnavigation p a {
	font-size: 14px;
	color: black;
	text-decoration: none;
}

p {
	font-size: 14px;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
}
