html, body, div, img, p, ul, li, form, h1, h2, input, textarea {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
}

body {
	background-color: #000033;
	background: url(img/header_bg.png) 0% 20px repeat-x;
}

#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
}

#header {
	display: block;
	margin-top: 20px;
	width: 900px;
	height: 91px;
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
}

#logo {
	display: inline;
	width: 255px;
	height: 91px;
	float: left;
	margin-right: 75px;
}

#navigation {
	display: block;
	height: 91px;
}

#navigation ul  {
	list-style-type: none;
}

#navigation ul li a {
	display: block;
	position: relative;
	bottom: 12px;
	float: left;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bolder;
	color: #333399;
	text-decoration: none;
}

#navigation ul li a:after {
	content: "...";
	visibility: hidden;
}

#navigation ul li.peak01 a:before {
	position: relative;
	top: 12px;
	content: url(img/header_peak_01.png);
}
#navigation ul li.peak02 a:before {
		position: relative;
	top: 12px;
	content: url(img/header_peak_02.png);
}
#navigation ul li.peak03 a:before {
	position: relative;
	top: 12px;
	content: url(img/header_peak_03.png);
}
#navigation ul li.peak04 a:before {
	position: relative;
	top: 12px;
	content: url(img/header_peak_04.png);
}

#navigation a:hover {
	color: #CC3333;
}

#navigation ul li.active a {
	background: url(img/header_bg_red.png) 0% 12px repeat-x;
	color: #CC3333;
}

#navigation ul li.active a:before {
	position: relative;
	top: 12px;
	content: url(img/header_peak_hover.png);
}

#content {
	margin-top: 0px;
	min-height: 600px;
}

#content_photos {
	display:inline;
	float:left;
	width:240px;
}

#content_photos img {
	margin: 6px 6px 24px 24px;
	padding: 2px;
	width: 170px;
	border: 1px solid #000033;
}

#content_photos img.nospam {
	margin: 6px 6px 24px 24px;
	padding: 0px;
	width: 170px;
	border: 0px solid #000033;
}

#content_text {
	display: inline;
	float: left;
	width: 640px;
}

#content_text p {
	display: block;
	line-height: 1.5;
	margin-bottom: 12px;
}	

#content_text ul {
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 6px;
	color: #333399;
}

#content_text ul li {
	margin-top: 12px;
	margin-left: 24px;
	font-weight: normal;
	color: #5555AA;
	
}

#content_text ul li ul {
	margin-top: 12px;
	margin-left: 24px;
	color: #333399;
}

#content_text ul li  ul li {
	margin-top: 12px;
	margin-left: 36px;
	font-weight: normal;
	color: #5555AA;
}

#footer {
	margin-top: 30px;
	background: url(img/footer_bg.png) 0% 0% repeat-x;
	text-align: center;
}

#footer p {
	padding: 5px;
	font-size: 12px;
	color: #5555BB;
}

/* DIV höhe anpassen */
	#content_wrapper {
		width: 900px;
		height: auto !important;
		min-height: 500px;
	}
	
	.clearfix:after, .clearfix:before {
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	* html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}