/*
// +---------------------------------------------------------------------+
// | REConf                                                              |
// +---------------------------------------------------------------------+
// | Copyright (c) 2008 bgm GmbH & Co KG - Ottobrunn                     |
// | http://www.bgm-gmbh.de                                              |
// +---------------------------------------------------------------------+
// | Author: Peter Kraume <peter.kraume@bgm-gmbh.de>                     |
// +---------------------------------------------------------------------+
// | globales Stylesheet                                                 |
// +---------------------------------------------------------------------+
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-size: 22px;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 15px;
}

p.bodytext {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}

.contenttable td {
	vertical-align: top;
}

ul, ol {
	margin-left: 25px;
	margin-bottom: 10px;
}

/*
// +---------------------------------------------------------------------+
// | Klassen                                                             |
// +---------------------------------------------------------------------+
*/

.news-latest-container, .news-list-item, .news-single-item {
	clear: both;
}

.news-latest-container h3, .news-list-item h3 {
	font-size: 11px;
	padding-bottom: 5px;
}

.news-list-date {
	font-size: 11px;
	color: #000000;
}

.news-list-item p.bodytext, .news-single-item p.bodytext {
	padding: 0px 0px 10px 0px;
}

.news-latest-container p.bodytext {
	padding: 0;
}

.news-latest-container img, .news-list-container img, .news-single-img {
	float: left;
	margin-right: 5px;
}

.news-latest-morelink {
	clear: both;
}

.news-latest-morelink {
	clear: both;
	margin-bottom: 15px;
}

.news-list-morelink {
	clear: both;
	margin-bottom: 15px;
}

.news-single-item {
	padding-top: 10px;
}

.news-single-timedata {
	text-align: right;
}

.news-single-imgcaption {
	clear: both;
	font-size: 10px;
}



/*
// +---------------------------------------------------------------------+
// | IDs                                                                 |
// +---------------------------------------------------------------------+
*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 143px;
	overflow: hidden;
}

#header-image {
	position: absolute;
	top: 0;
	left: 225px;
	width: 581px;
	height: 103px;
	overflow: hidden;
}

#header-claim {
	position: absolute;
	top: 103px;
	left: 225px;
	width: 581px;
	height: 40px;
	overflow: hidden;
}

#cooperation-logo {
	position: absolute;
	top: 0;
	left: 806px;
	width: 191px;
	height: 110px;
	overflow: hidden;
}

#line {
	position: absolute;
	top: 143px;
	left: 235px;
	width: 762px;
	height: 1px;
	overflow: hidden;
	background-color: #000000;
}

#container {
	position: absolute;
	top: 143px;
	left: 0;
	border-left: 225px solid #cc0000;
	width: 772px;
	height: auto;
	padding-left: 20px;
}

#content {
	float: left;
	width: 547px;
	padding-top: 25px;
}

#news {
	float: left;
	width: 190px;
	margin-left: 15px;
	padding-top: 11px;
}

#newsBox {
	border: 2px solid #cc0000;
}

#newsHeading {
	background-color: #cc0000;
	height: 23px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}

#newsContent {
	font-size: 12px;
	padding: 15px 9px 15px 9px;
}

#nav {
	position: absolute;
	left: 0;
	top: 143px;
	width: 225px;
	height: auto;
	background-color: #cc0000;
	padding-top: 25px;
	padding-bottom: 25px;
}

#nav .start {
	width: 225px;
	height: 1px;
	overflow: hidden;
}

#nav div {
	border-bottom: 1px solid #FFFFFF;
}

#nav div a {
	display: block;
	height: 19px;
	border-left: 9px solid #e57f7f;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
}

#nav div a:hover {
	border-left: 9px solid #d83232;
	background-color: #e57f7f;
	background-image: url(/fileadmin/images/reconf/nav-arrow-white.gif);
	background-position: 196px;
	background-repeat: no-repeat;
}

#nav div a.active {
	border-left: 9px solid #d83232;
	background-color: #e57f7f;
	background-image: url(/fileadmin/images/reconf/nav-arrow-white.gif);
	background-position: 196px;
	background-repeat: no-repeat;
}

#nav div a.sub {
	padding-left: 25px;
	background-image: url(/fileadmin/images/reconf/nav-arrow-white.gif);
	background-position: 12px;
	background-repeat: no-repeat;
}

#nav div a.sub:hover {
	color: #8f4206;
	border-left: 9px solid #d83232;
	background-color: #cb8b59;
	background-image: url(/fileadmin/images/reconf/nav-arrow-brown.gif);
	background-repeat: no-repeat;
}

#nav div a.sub-active {
	padding-left: 25px;
	color: #8f4206;
	border-left: 9px solid #d83232;
	background-color: #cb8b59;
	background-image: url(/fileadmin/images/reconf/nav-arrow-brown.gif);
	background-position: 12px;
	background-repeat: no-repeat;
}

#banner {
	position: absolute;
	top: 154px;
	left: 1006px;
	width: auto;
	height: auto;
}