body {
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	background: #ffffff;
	padding: 16px 0 0 0;
	font-size: 0.8em;
}

/* TAGS */
h1 {
	float: left;
	width: 205px;
	height: 52px;
	padding: 0;
	margin: 0;
	background: transparent url(/htdocs/static/image/layout/logo.gif) no-repeat top left;
}
h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
h1 a {
	display: block;
	width: 190px;
	height: 43px;
}
h2 {
	float: left; 
	font: normal 2.5em Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	width: 650px;
	padding: 40px 50px 12px 50px; 
	margin: 0;
	text-align: center;
}
h3 {
	float: left;
	font-size: 1.0em;
	padding: 10px 0 10px 67px; 
	margin: 0;
	color: #000;
	text-transform: uppercase;
}
h1 a, h2 a {
	color: #2c0808;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	float: left;
	margin: 0;
	padding: 0;
}

/* LAYOUT */
div#page {
	width:932px;
	margin: 0 auto;
}
div#container {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0 0 20px 0;
}
div#top {
	width: 100%;
	height: 46px;
	padding: 0 0 19px 0;
	background: #fff url(/htdocs/static/image/layout/bg_menu.gif) repeat-x top left;
}
div#content {
	float: left;
	width: 100%;
	padding: 0 0 2px 0;
	background: #fafafa;
	border-bottom: 20px solid #fff;
}
ul#banners {
	float: left;
	list-style: none;
}
div#footer {
	float: left;
	width: 745px;
	background: #f2f2f2;
	padding: 9px 2px;
	color: #b9b9b9;
}

/* TOP */
img#logo {
	float: left;
	margin-left: 10px;
}

/* MENU */
ul#menu {
	float: right;
	width: 505px;
	margin: 0;
	padding: 19px 0 0 0;
	list-style: none;
}
ul#menu li {
	float: left;
	padding: 0;
	margin: 0;
	height: 30px;
}
ul#menu li a {
	float: left;
	padding: 8px 13px 10px 13px;
	color: #fff;
	font-size: 0.9em;
}

ul#menu li a:hover, ul#menu li a.active {
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* CONTENT */
p.page_desc {
	padding: 15px 150px 30px 150px;
	margin: 0 0 40px 0;
	width: 450px;
	color: #d7180f;
	font-size: 0.9em;
	font: normal 0.85em Georgia, "Times New Roman", serif;
	font: normal 0.85em Verdana;
	letter-spacing: 1px;
	line-height: 2em;
	background: transparent url(/htdocs/static/image/layout/bg_page_desc.gif) no-repeat bottom center;
	text-align: center;
}
p.page_desc a {
	color: #d7180f;
}
p.message {
	padding: 15px 0 20px 170px;
	line-height: 1.7em;
}
p.message strong {
	font-size: 1.2em;
}

/* BANNERS */
ul#banners {
	padding: 4px 0 0 20px;
	margin: 0;
	width: 160px;
}
ul#banners li {
	float: right;
	padding: 0 0 15px 0;
	margin: 0;
	width: 160px;
}
ul#banners li h5 {
	float: left;
	margin: 0;
	padding: 10px 0 3px 0;
	font: bold 0.8em Verdana, Sans-Serif;
	color: #000;
}
ul#banners li img {
	float: left;
}

/* FOOTER */
div#footer p, div#footer a {
	font-size: 0.8em;
	margin: 0;
	padding: 0 8px;
	color: #878787;
}
div#footer p a {
	padding: 0;
	font-size: 1.0em;
}
div#footer p#copyright {
	float: right;
}
div#footer p#fsr {
	float: left;
}
div#footer a#presse, div#footer a#impressum {
	float: left;
	border-right: 1px solid #878787;
}