﻿* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: arial;
}

body {
	/* background-image: url("../img/bg_pattern.gif"); */
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: top left;
}

#wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 760px;
	margin: 0 auto;
}

#logo {
	background-color: #dcddde;
	font-size: 1px;
	line-height: 1px;
	text-align: right;
}

#navi {
	height: 40px;
	padding-left: 40px;
	font-size: 1px; /* abstands fix damits ohne floaten geht */
}

#navi a {
	font-size: 13px;
	line-height: 40px;
	text-decoration: none;
	border-right: 1px solid #00367b;
	color: #00367b;
	padding: 0 10px;
}

#navi a.active,
#navi a:hover {
	text-decoration: underline;
}

#navi a.first {
	padding-left: 0;
}

#navi a.last {
	border: 0;
}

.clearboth {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

#banner {
	font-size: 1px;
	line-height: 1px;
}

#banner_underline {
	position: relative;
	top: -4.5px;
	height: 9px;
	line-height: 9px;
	font-size: 9px;
	background-color: #00367b;
	width: 759px;
}

#header {
	background-color: #ffffff;
}

#content {
	background-color: #ffffff;
	padding: 30px 40px;
	padding-left: 38px;
	padding-right: 37px;
	color: #585d60;
	border-top: 1px solid #CBCFD2;
	border-left: 1px solid #CBCFD2;
	border-right: 1px solid #CBCFD2;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 14px;
}

#content h1 {
	color: #00367b;
	margin-bottom: 4px;
}

#content h2 {
	font-weight: lighter;
	margin-bottom: 30px;
}

#content h3 {
	margin-bottom: 10px;
	color: #00367b;
}

#content h4 {
	margin-bottom: 10px;
	color: #00367b;
}

#content h5 {
	margin-bottom: 10px;
	color: #00367b;
}

#content p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

#content ul,
#content ol {
	margin: 30px 0;
	padding-left: 50px;
}

#content li {
	list-style-type: square;
	font-size: 14px;
	margin-bottom: 5px;
}

#content a {
	color: #00367B;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url('../img/footer_trenner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-left: 38px;
	padding-right: 37px;
	border-bottom: 1px solid #CBCFD2;
	border-left: 1px solid #CBCFD2;
	border-right: 1px solid #CBCFD2;
}

#footer_navi {
	float: left;
	font-size: 1px;
}

#footer_navi a {
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	border-right: 1px solid #585d60;
	color: #585d60;
	padding: 0 3px;
}

#footer_navi a.active,
#footer_navi a:hover {
	text-decoration: underline;
}

#footer_navi a.first {
	padding-left: 0;
}

#footer_navi a.last {
	border: 0;
}

#copyright {
	float: right;
	color: #585d60;
	font-size: 11px;
}