/* Content und Sidebar-Elemente */

#content h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 22px 0 5px 0;
	padding: 5px 20px 1px 0;	
	color: #afafaf;
	border-bottom: 1px solid #afafaf;
}

#content h2 {
	font-size: 110%;
	margin: 0;
	color: #afafaf;
	padding: 10px 0 0 0;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;	
	color: #afafaf;
}

/* hiermit wird die zweite Unterschrift der Absatzbilder bestimmt */
#content h4 {
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #afafaf; 	
}

/* hiermit wird die erste Unterschrift der Absatzbilder bestimmt */
#content h5 {
	font-size: 85%;
	font-weight: bold;
	margin: 3px 0 1px 0;
	padding: 0;	
	color: #afafaf;
}

#content p {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 160%;
	color: #afafaf;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; 
}

#content a:hover {
	text-decoration: underline;
	color: #afafaf;
}

#content ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	color: #afafaf;
	line-height: 200%;
}

#content li {
	padding: 0;
	color: #afafaf;
}

#content .sidepicture {
	float: right;
	padding: 10px 0 5px 10px;
	margin: 0;
	background: #202020;
	width: 200px;
	text-align:right;
}

#content .sidepicture img {
	border: 1px solid #afafaf;
}

* html .clearfix { overflow:hidden; } 

#content .clearer {
	clear: both;
}

#leftcols h2 {
	width: 169px; 
	font-weight: bold !important;
	color: #afafaf;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 4px 0 5px 15px;
	background: #000000;
	overflow: hidden;
	margin: 0 !important;
}

#leftcols h3 {
	float: left;
	width: 190px; 
	font-weight: bold !important;
	color: #afafaf;
	font-size: 100%;
	letter-spacing: 0.1em;
    margin: 0;
	padding: 5px 0 5px 0;
	background: #202020;
	overflow: hidden;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
}

#commonpages h3 {
	float: left;
	width:169px;
	font-weight: bold !important;
	color: #afafaf;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 4px 0 5px 15px;
	background: #000000; 
	overflow: hidden;
	margin: 0;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
}

#subnav h3 {
	float: left;
	width:169px; 
	font-weight: bold !important;
	color: #afafaf;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 4px 0 5px 15px;
	background: #000000; 
	overflow: hidden;
	margin: 0;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
}

#sidebar h2 {
	width: 200px !important; 
	color: #afafaf;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin: 0 !important;
	padding: 5px 0 5px 0px;
	background: #202020 !important;
	overflow: hidden;
	border-left: 1px solid #202020;
	border-bottom: 1px solid #202020;
	text-align: center;
}

#sidebar h2 a {
	font-weight: bold !important;
	text-decoration: none;
	color: #afafaf;
	padding: 0 !important;
}

#sidebar ul {
	list-style: none;
	color: #afafaf;
	padding: 10px 5px 10px 5px;
	margin: 0px 5px 25px 5px;
	line-height: 160%;
}

#sidebar li {
	padding: 0px 0px 6px 0px;
	color: #bc2031;
	font-size : 100%;
}

#rechts h2 {
	width: 200px; 
	font-weight: bold !important;
	color: #afafaf;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 5px 0px 5px 0;
	background: #000000; 
	overflow: hidden;
	margin: 0px !important;
}

#rechts h2 a {
	color: #afafaf;
	padding-right: 10px !important;
}

/* Tabelle */
#content table{
	width: 541px;
	max-width: 541px;
	text-align: left;
}

#content tr.header, #content.rowheader, #content.colheader{
	font-size: 1.3em; 
 	font-weight: normal; 
	color: #afafaf;
	background: #afafaf; 
}

#content tr.header a, #content.rowheader a, #content.colheader a{
	color: #C21312;
}

.rowheader {
	padding: 0.5em !important;
}

#content td.cell{
	background: #202020;
	color: #afafaf; 
	padding: 5px 0 5px 0;
	text-align: center;
}

#content td.tablepic {
	background: #202020;  
	color: #afafaf;
	padding: 0;
	text-align: center;
	clear: both;
}

#content table a{
	color: #afafaf;
}

#content tr.even td, #content tr.even  { /* erste Zeile */
	background: #202020;  	
	color: #afafaf;
	padding: 0.5em;
}

#content tr.even td.tablepic {   /* erste Zeile */
	background: #202020;  
	color: #afafaf;
	padding: 0.5em;
	text-align: center;
	clear: both;
}

#content tr.even td:hover{
   background: #202020;
}

#content tr.even, #content tr.odd {
   line-height: 130%!important;
}

.colheader {				
	background: #afafaf!important;
	font-size: 1.3em !important;   	
	font-weight: normal;
	color: #afafaf	!important;		 
	padding: 10px !important;		
	margin: 10px !important;
}

#content td.colheader a {
	color: #C21312;
}	

/*Teaser*/
div.teaserborder {
	float: left;
	width:100%;
	padding: 0;
	margin: 0;
	background: #202020;
}
* html div.teaserborder { padding: 2px; }

div.teaserelementbig {
	width: 540px;
	float: left;
	padding: 4px 2px 4px 0;
	margin: 3px 10px 1px 0;
}

div.teaser {
	margin: 0; 
}

div.teaserbig {
	margin: 0;
}

div.teaserelement {
	width: 255px;
	float: left;
	padding: 4px 2px 4px 0;
	margin: 3px 10px 1px 0;
	}
* html div.teaserelement { margin-right: 14px; width: 259px;}

div.teasersmall {
	margin: 0;
}

div.teaserelementsmall {
	width: 166px;
	float: left;
	padding: 4px 14px 4px 0;
	margin: 3px 0 1px 0;
	font-size: 85%;
}
* html div.teaserelementsmall {margin: 2px 1px 2px 0 !important;}

.title1 {
	background: #202020 !important;
	margin: 2px 0 0 0;
	padding: 5px 0 1px 0;
	border-bottom: 1px solid #afafaf;
}

.title2 {
	background: #202020 !important;
	margin: 2px 0 0 0;
	padding: 5px 0 1px 0;
	border-bottom: 1px solid #afafaf;
}

.title3 {
	background: #202020 !important;
	margin: 2px 0 0 0;
	padding: 5px 0 1px 0;
	border-bottom: 1px solid #afafaf;
}

.title1 a, .title2 a, .title3 a {
	color: #afafaf;
}

.title1 a:hover, .title2 a:hover, .title3 a:hover {
	color: #afafaf !important;
	text-decoration: none !important;
}

div.teaserpicture {
	float: right;
	padding: 10px 0 3px 5px;
	margin: 0;
	text-align: right;
	width: 200px;
}

div.teaserpicture2 {
	float: right;
	padding: 10px 0 3px 5px;
	margin: 0;
	text-align: right;
	width: 130px;
}

div.teaserpicture3 {
	float: right;
	padding: 10px 0 3px 5px;
	margin: 0;
	text-align: right;
	width: 80px;
}

div.teaser p {
	margin: 0;
	padding: 0; 
}

div.teasersmall p {
	padding: 0 !important;
	margin: 0 !important;
}

div.teaserinfo {
	font-size: 80%;
	color: #afafaf;
}

#teasernav {
	height: 15px;
	clear: both;
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	background: #202020;
	color: #afafaf;
	border: 1px solid #555555;
}

#teasernav a:hover {
	color: #afafaf !important;
	text-decoration: none !important;
}

#teasernav a:link {
	color: #ffffff;
}

#teasernav a:visited {
	color: #afafaf;
}

.teaserlink {
	height: 16px !important; 
	background: #afafaf; 
	margin: 2px 0 2px 0;
	padding: 5px;
}

.teasertext {
	padding: 5px 10px 5px 0 !important;
}

.teasertext2 {
	padding: 5px 10px 2px 0 !important;
}

.teaserlink2 {
	height: auto !important;
	background: #afafaf;
	margin: 2px 0 2px 0;
	padding: 5px;
}

.teaserlink a, .teaserlink1 a, .teaserlink2 a, .teaserlink3 a {
	color: #E9EBE8 !important;
}

.teasertext3 {
	padding: 10px 0 2px 0 !important;
	margin: 3px 5px 0 0 !important;
}

.teaserlink3 {
	height: auto !important;
	background: #afafaf;
	margin: 2px 0 2px 0;
	padding: 3px;
}