/*basics*/
body {
	background-image: url(../img/body_bg.gif);
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
	font: 12px/16px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}
h1 {
	color: #f88800;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0;
	}
#content p {
	margin-bottom: 0;
	margin-left: 86px;
	}
a {
	color: #900;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.email {
	background-image: url(../img/email.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	}
address {
	color: #fff;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	margin-bottom: 17px;
	margin-left: 61px;
	}
legend {
	color: #000;
	}
address p {
	margin-top: 5px;
	margin-bottom: 0;
	}
address a {
	color: #fff;
	text-decoration: none;
	}
/*layout*/
#shadow {
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	width: 870px;
	margin: auto auto 0;
	padding: 0;
	}
#main {
	width: 835px;
	margin: 0 0 0 35px;
	}
#head {
	background-image: url(../img/head_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	height: 115px;
	}
#logo {
	background-image: url(../img/logo_fairePreise.gif);
	background-repeat: no-repeat;
	width: 333px;
	height: 97px;
	float: left;
	margin-top: 18px;
	}
#content {
	text-align: left;
	width: 550px;
	float: left;
	margin: 0;
	padding-top: 18px;
	padding-left: 13px;
	}
#sidebar {
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	text-align: left;
	width: 263px;
	float: right;
	clear: right;
	margin: 0;
	padding-top: 250px;
	}
#footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 11px;
	clear: both;
	margin: 0;
	padding: 0;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
/*navigation*/
#hauptnav {
	height: 115px;
	float: left;
	}
#hauptnav h2 {
	display: none;
	}
#hauptnav ul {
	font-size: 16px;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding-left: 0;
	margin: 79px 0 0 10px;
	}
#hauptnav ul li {
	display: inline
	}
#hauptnav ul li a {
	color: #666;
	line-height: normal;
	text-decoration: none;
	width: auto;
	padding: 9px 0 5px;
	float: left;
	margin-right: 15px;
	border-top: medium none;
	}
#hauptnav ul li a:hover {
	color: #000;
	}
#hauptnav ul li a.active {
	color: #000;
	padding-top: 6px;
	border-top: 3px solid #ff7d00;
	}
/*extnav*/
#extnav {
	background-image: url(../img/header_right.jpg);
	background-repeat: no-repeat;
	width: 217px;
	height: 115px;
	float: right;
	}
#extnav h2 {
	display: none;
	}
#extnav ul {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 0 0 0 10px;
	float: left;
	display: none;
	}
#extnav ul li {
	display: inline
	}
#extnav ul li a {
	color: #fff;
	line-height: normal;
	text-decoration: none;
	padding: 0 5px;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: medium none
	}
#extnav ul li a.noline {
	border-style: none;
	}
#extnav ul li a.active {
	text-decoration: underline;
	}
/*special*/
.invis {
	display: none;
	}
acronym {
	font-style: italic;
	border-bottom: 1px dotted #fff;
	cursor: help;
	}