/* Content und Sidebar-Elemente */

HTML {
	margin-bottom: 0.1px; 
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	color: #ffffff; /*Achtung: Das Plugin Abstimmung reagiert auf diese Farbe und die font-size Angabe*/
	font-size: 100.01%; 
	background: #7F7F7F url(../images/pback.gif) repeat-x top left;
}


#content h1 {
	font-size: 200%;
	font-weight: normal;
	margin: 0px;
	padding: 10px 20px 0px 0px;	
	color: #E4A428;
}

#content h2 {
	font-size: 130%;
	margin: 0px;
	color: #E4A428;
	padding: 10px 0px 2px 0px;
}

#sidebar h2, #rechts h2 {
	font-size: 100%;
	margin-left: -10px;
	margin-right: 5px;
	margin-bottom: 0px;
	color: white;
	background-color: #E4A428;
	padding: 1px 5px 1px 10px;	
}

#sidebar h2 a {
	color: white;
}


#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;	
	color: #E4A428;
}

/* hiermit wird die erste Unterschrift der Absatzbilder bestimmt */
#content h5 {
	font-size: 85%;
	font-weight: bold;
	margin: 3px 0px 1px 0px;
	padding: 0px 0px 0px 0px;	
	color: #E4A428;
}

/* hiermit wird die zweite Unterschrift der Absatzbilder bestimmt */
#content h4 {
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: black; 	
}

#content p {
	margin: 0px;
	padding: 2px 0px 15px 0px;	/* mit 25px wird der Abstand zwischen den Absätzen bestimmt */
	line-height: 160%;
	color: #A6A7AB;
}


#sidebar p, #rechts p {
	font-size: 100%;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 5px 2px 0px;	
	line-height: 160%;
	color: white;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #E4A428; 
}

#sidebar a {
	text-decoration: underline;
	color: #7F7F7F !important;
}

#content a:hover {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 5px 5px 0px 10px;
	margin: 0px 0px 10px 20px;
	border-left: 1px solid #aaaaaa;	
	width: 260px;
}

* html .clearfix { overflow:hidden; } 
#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	color: black;
}

#more a {
	text-decoration : none;
	padding: 1px 0px 1px 0px;
	line-height: 30px;
	text-decoration: none;
	color: #E4A428; 
	font-weight: normal !important; 
}


/* Liste */

#content ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 0px;
	color: black;
}

#sidebar ul {
	list-style: none;
	padding: 0px 10px 0px 0px;
	margin: 6px 0px 6px 0px;
	color: white;
}

#content li {
	padding: 0px 0px 6px 0px;
	color: black;
}

#sidebar li {
	padding: 0px 0px 6px 0px;
	color: white;
	font-size : 100%;
}


/* Tabelle */
#content table{
	width: 100%;
	max-width: 100%;
	text-align: left;
}

#content tr.header, #content.rowheader, #content.colheader{
	font-size: 1.3em; 
 	font-weight: normal; 
	color: white;
	background: #E4A428; 
}

#content tr.header a, #content.rowheader a, #content.colheader a{
	color: #010000;
}

.rowheader {
	padding: 0.5em 0.2em 0.5em 0.5em !important;
	border-top: 1px solid #010000;
	border-right: 2px solid #1E1E1E;
	border-bottom: 2px solid #1E1E1E;
	border-left: 1px solid #010000;
}

#content td.cell{  /* erste Zeile */
/*	width: 50%; */
	background: #010000	color: black;
	padding: 0.5em 0.2em 0.5em 0.5em;
	border-top: 1px solid #010000;
	border-right: 2px solid #E4A428;
	border-bottom: 2px solid #E4A428;
	border-left: 1px solid #010000;
}

#content td.tablepic {
	background: #010000;  
	color: black;
	padding: 0.8em;
	text-align: center;
	clear: both;
	border-top: 1px solid #010000;
	border-right: 2px solid #E4A428;
	border-bottom: 2px solid #E4A428;
	border-left: 1px solid #010000;
}


#content tr.odd {
 /*  background:          #fceaea; */
}

#content td:hover{
 /* background:          #f3f8fd; */
}

#content table a{
color: #E4A428 ;
}

#content tr.even td, #content tr.even  { /* erste Zeile */
/*	background: #f8f8f8;  	*/
	background: black;  	
	color: white;
	padding: 0.5em 0.2em 0.5em 0.5em;
	border-top: 1px solid #010000;
	border-right: 2px solid #E4A428;
	border-bottom: 2px solid #E4A428;
	border-left: 1px solid #010000;
}

#content tr.even td:hover{
/*	background: #f8f8f8;  	*/
	background: black;  	
}

#content tr.even, #content tr.odd {
   line-height:         130%!important;
}

.colheader {				
	background: #E4A428	!important;  	
	font-size: 1.3em !important;   	
	font-weight: normal;
	color: red	!important;		 
	padding: 10px 10px 10px 10px !important;		
	margin: 10px !important;
	border-top: 1px solid #010000 !important;
	border-right: 2px solid #1E1E1E !important;
	border-bottom: 2px solid #1E1E1E !important;
	border-left: 1px solid #010000 !important;	
}

#content td.colheader a {
	color: #010000;
}	

/* cdtimer cdtext und final ist fuer das Countdownplugin */

#cdtimer1 { 
	margin-left: 25px !important; 
}

#cdtimer2 {
	margin-left: 73px !important; 
}

#cdtimer3 {
	margin-left: 121px !important; 
}

#cdtimer4 {
	margin-left: 73px !important; 
}

#cdtimer5 {
	margin-left: 137px !important; 
}

#cdtimer6 {
	margin-left: 92px !important; 
}

#cdtext, #final {
	font-size: 130% !important;
	margin-top: 20px !important;
}

/* Teaser */
div.teaserelementbig {
	float: left;
	padding: 4px 0px 4px 0px;
	margin: 3px 0px 1px 0px;
}

div.teaserborder {
	float: left;
	width: 98%;
	padding: 4px 4px 4px 4px;
	margin: 3px 2px 1px 2px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background: #010000;
}

.title1 {
	height: 100% !important;
	background: #E4A428;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.title2 {
	height: 34px !important;
	background: #E4A428;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.title3 {
	height: 29px !important;
	background: #E4A428;
	margin: 2px 0px 2px 0px;
	padding: 3px;
}

.title1 a, .title2 a, .title3 a {
	color: #010000 !important;
}

div.teaserbig {
	margin: 0px;
}

div.teaserelement {
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 3px 2px 0px 2px;
	}

div.teaser {
/*	margin: 0px; */
}

div.teaserelementsmall {
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 2px 3px 2px 3px; 
	font-size: 85%;
}
* html div.teaserelementsmall {margin: 2px 0px 2px 0px!important;}

div.teasersmall {
	margin: 0px;
}

div.teaserpicture {
	float: right;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 5px 10px;
	text-align: right;
	width: 200px;
}

div.teaserpicture2 {
	float: right;
	padding: 3px 0px 0px 2px;
	margin: 0px 0px 3px 0px;
	text-align: right;
	width: 130px;
}

div.teaserpicture3 {
	float: right;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 3px 2px;
	text-align: right;
	width: 80px;
}

div.teaser p {
	margin: 0px;
	padding: 0px 0px 0px 0px; 
}

div.teasersmall p {
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

div.teaserinfo {
	font-size: 80%;
	color: black;
}

#teasernav {
	height: 20px;
	clear: both;
	padding: 6px 0px 4px 0px;
	margin: 0px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	background: #E4A428;
	color: #010000;
}

#teasernav a:hover {
	color: #010000 !important;
	text-decoration: underline;
}

#teasernav a:link {
	color: #7F7F7F;
}

#teasernav a:visited {
	color: #7F7F7F;
}


.teaserlink {
	height: 16px !important; 
	background: #E4A428; 
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.teasertext {
	padding: 5px 10px 5px 0px !important;
}


.teasertext2 {
	padding: 5px 10px 2px 0px !important;
}


.teaserlink2 {
	height: 34px !important;
	background: #E4A428;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.teaserlink a, .teaserlink1 a, .teaserlink2 a, .teaserlink3 a {
	color: #010000 !important;
}

.teasertext3 {
	padding: 10px 5px 2px 0px !important;
	margin: 3px 5px 0px 0px !important;
}


.teaserlink3 {
	height: 29px !important;
	background: #E4A428;
	margin: 2px 0px 2px 0px;
	padding: 3px;
}



/* Absatztype Formular */

input.box {
	border : 1px solid #C0C0C0;
	width: 280px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #C0C0C0;
	width: 280px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 190px;
	line-height: 180%;
	float: left;
	clear: left;
	color: #A6A7AB; 
}

form.formular .formnote {
	color: #010000;
	line-height: 160%;
	padding: 2px 0px 10px 192px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Suchregister */
#register {
	clear: both;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	background: #E4A428; 
	font-size: 130% ;
	font-weight: bold ;
}

#register a:link {
	padding: 0px 2px 0px 2px;
	color: #010000 ;
}

#register a:visited {
	padding: 0px 2px 0px 2px;
	color: #7F7F7F; 
	text-decoration: underline;
}

#register a:hover {
	color: #010000 ; 
	text-decoration: underline;
}

.register2 {
	text-decoration: none !important;
	background-color: #010000;
	padding: 5px 0px 5px 0px !important;
}

p.register2 {
	text-decoration: none !important;
	background-color: #010000;
	padding: 0px 0px 0px 0px;
	font-size: 80% !important;
	color: black !important;
}

p.register2 a:link {
	color: black !important;
	text-decoration: none !important;
}

p.register2 a:visited {
	color: black !important; 
	text-decoration: none !important;
}

p.register2 a:hover {
	color: black !important; 
	text-decoration: underline !important;
}

/* Plugin-Styles */

P.s2d  {		/*Preis auf der Artikelseite */
	font-size: 180%;
	color: #C0C0C0;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200px;
}

P.s2dsmall  {
	font-size: 100%;
	color: #C0C0C0;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;
}

#content .s2d {
color: black;
}


