@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
 	min-height:100%;
}

body{
	background-color:#f2f2f2;	
	color: #000000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 20px;
}


/*------------------------------------------------------------------------------------------------------------ALLGEMEIN BEREICH-------------------------------------------------------------------------*/

a{
	text-decoration:none;
	color:#d00000;
}

/*
.listElementHolder li a{color:#34190E;}
.listElementHolder li a:hover{text-decoration:underline; color:#202A62}
*/


.h1, .h2, .h3, .h4, .h5, .h6{margin:0.65em 0;}

h1, .h1{
	font-size:16px;
	color:#bf0901;
	font-weight:normal;
}

.h2, .h3, .h4, .h5, .h6,
h2,h3,h4,h5, h6{
	font-size:14px;
	color:#242424;
	font-weight:normal;
}

*.highlight{color:#fe0000;}

/*
a.pfeil{
	background-image:url(../pics/red-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
*/
a.pfeil{
	background-image:none;
	padding-left:0px;
}

/*Tabellen Farbe*/
.tableHead{
	background-color:#cecdcd;
}
.darkRow{
	background-color:#e0dfdf;

}

hr {
	margin:20px 0;
	font-size:1px;
	line-height:1px;
	height:1px;
	border:none;
	border-bottom:1px solid #C7C7C7;
}
p{margin:10px 0;}


#contentRight ul{padding-left:15px;}
#contentRight ul li{list-style:disc; padding-left:5px;}

/*
#contentRight li.listElement.links,
#contentRight li.listElement.forms  {
	list-style:none;
	padding-left:0;
	margin-left:-18px;
	padding-left:17px;
	position:relative;
}

#contentRight li.listElement.links span,
#contentRight li.listElement.forms span {
	position:absolute;
	left:0;
	top:4px;
}
*/

#contentRight li.listElement.forms.headline {
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:0;
	margin-top:25px;
	margin-bottom:8px;
}

#contentRight li.listElement.forms.headline.first {
	margin-top:0;	
}

#contentRight li.listElement.forms.headline span {
	display:none;
}

/*------------------------------------------------------------------------------------------------------------HEADER BEREICH-------------------------------------------------------------------------*/

#outer{	
	position:relative;	
	min-height:100%;
	
	background-image:url(../pics/main_body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#outer.no_bg{background-image:none;}


#out {
	padding-bottom:50px;	
}

.out{
	margin:0 auto;
	width:960px;
}

#header {
	min-height:172px;
	background-image:url(../pics/body_h.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	margin-bottom:15px;/*15*/
}

#logo{
	width:200px;
	height:95px;
	float:left;
	padding-top:23px;
}

#headerNavi {
	float:right;
	padding-top: 8px;
    width: 200px;
}

#headerNavi ul, #headerNavi li{
	padding:0;
	margin:0;	
}

#slideshow, #bviInfo {
	margin-bottom:20px;
}

#bviInfo {
	font-weight:bold;
	color:#bf0901;
}

#contentArea, #boxen {
	padding:2px 0 50px;/*10 0 50*/
}

#contentLeft {
	width:275px;
	float:left;
	padding-top:12px;
}

#contentRight {
	width:580px;
	float:right;
	
	padding-top:10px;
}

#outer.fullWidth #contentLeft {display:none;}
#outer.fullWidth #contentRight {width:100%;}

.historyBack {
	font-weight:bold;
	font-size:12px;
	margin-bottom:15px;
}

.pageTitle {
	color:#D00000;
	font-size:16px;
	padding-bottom:10px;
	border-bottom:1px solid #cacaca;
}

.leftNaviElement {
	padding:10px 0;
	border-bottom:1px solid #cacaca;
}

.leftNaviElement a {
	color:#232323;
}

.leftNaviElement.active a {
	color:#d00000;
}

.leftNaviElement .slogan {
	display:block;
	color:#888888;
	font-size:11px;
}



#main_left.short {
    width: 230px;
	float:left;
}


#main_center.long {
    width: 700px;
	float:right;
}



#contentRight .listElement.headline{
	list-style:none;
	margin-left:-15px;
}
/*------------------------------------------------------------------------------------------------------------NAVI UND SUBNAVI IN NAVI:CSS-------------------------------------------------------------------------*/

#navigation, #subNavigation{
	position:relative;
	z-index:200;
}

/*#slideshow{
	position:relative;
	z-index:10;
	margin-top:-17px;
}*/

ul#bread li {
	display:inline-block;
}


.rss_item {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:	25px;
	margin-bottom:25px;
} 
