/* Content und Sidebar-Elemente */

#content .line {
	height: 1px;
	background-color: #eeeeee;
	border: 0;
	padding: 0;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#content p.emphasize {
	border-left: 8px solid #FF8000;
	padding-left: 8px;
	margin: 10px 0;
}

#content .w2dptablinks {
	padding: 12px 0 0 0;
	border-bottom: 1px solid #FF8000;
	margin-bottom: 10px;
	
}
#content .w2dptablinks a {
	font-weight: normal;
	padding: 4px 10px;
	border-left: 1px solid  #FF8000;
	border-top: 1px solid  #FF8000;
	border-right: 1px solid #FF8000;
	display: block;
	float: left;
	margin-right: 3px;
	color: #010000;
}
#content .w2dptablinks a.w2dptabsel {background-color: #CFCFCF;}
#content .w2dptablinks a:hover {text-decoration: none;}

#content h1 {
	margin: 0;
	padding: 0;
	width: 510px;
	height: 35px;
	background-repeat : no-repeat;
	font-size: 5px;
}

#content h2, #sidebar h2, #sidebarleft h2 {
	font-size: 100%;
	font-weight : bold;
	font-family : Arial, Serif;
	font-size: 13px;
	margin: 0px;
	color: #0080FF;
	letter-spacing : 2px;
	text-transform : uppercase;
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#sidebar h2, #sidebarleft h2 {
	padding: 2px 0px 2px 0px;	
}



#content h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #010000;
}

#content p, #sidebar p, #sidebarleft p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#content a, #sidebar a, #sidebarleft a {
	text-decoration: none;
	font-weight : bold;
	color: #0080FF;
}

#content a:hover, #sidebar a:hover, #sidebarleft a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 10px 10px;
	width: 160px;
}

#content .sidepictureleft {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 4px 10px 10px 0px;
	width: 160px;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}


#sidebar a.mitrand {
  border: 1px solid #FF8000;
  width: 100%;
  height: 100%;
  }
/* Tabelle */

#content table.cells {
	border: none;
}

#content td.cell {
	background-color: #CFCFCF;
}

#content td.headercell {
	background-color: #010000;
	color: #CFCFCF;
	font-weight: bold;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border : 1px solid #FF8000;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #FF8000;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #010000;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #010000;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;
}


/* Tag Cloud */
.tagcloud, .tagcloud_sidebar, .tagcloud_sidebar_links{
  display: block;
  border: 1px solid #FF8000;
  padding: 10px;
}

.tagcloud{ width: 490px; }

.tagcloud_sidebar{ 
  width: 160px; 
  }
  
.tagcloud_sidebar_links{ 
  width: 150px; 
  padding: 5px 0px 5px 5px;
  }  

.tag_1, .tag_2, .tag_3, .tag_4, .tag_5, .tag_6, .tag_7,.tag_8, .tag_9 {   
display: inline;
text-decoration: none; 
}


.tag_1{
  font-size: 15px; 
  color: blue !important;
  }
  
a.tag_1:hover{
  font-size: 16px; 
  }  

.tag_2{
  font-size: 12px; 
  color: #0A265E !important;
  }
  
a.tag_2:hover{
  font-size: 13px; 
  }    
   
.tag_3{
  font-size: 9px !important;
  color: #1C3464 !important;
  }   

a.tag_3:hover{
  font-size: 10px; 
  }      
  
.tag_4{
  font-size: 14px; 
  color: #2E426A !important;
  }     

a.tag_4:hover{
  font-size: 15px; 
  }      
   
.tag_5{
  font-size: 10px; 
  color: #37496D !important;
  }       

a.tag_5:hover{
  font-size: 11px; 
  }    
  
    
.tag_6{
  font-size: 14px; 
  color: #405070 !important;
  }
  
a.tag_6:hover{
  font-size: 15px; 
  }          
  
  
.tag_7{
  font-size: 12px; 
  color: #495773 !important;
  }    

  
a.tag_7:hover{
  font-size: 13px; 
  }    
  
    
.tag_8{
  font-size: 13px; 
  color: #525E76 !important;
  }    
  
a.tag_8:hover{
  font-size: 14px; 
  }    
    
.tag_9{
  font-size:16px; 
  color: #5B6579 !important;
  }    

a.tag_9:hover{
  font-size: 17px; 
  }      


/* Styleangaben f&uuml;r den Counter */  
.chcTable
	{
  	width: 180px;
  	border-spacing: 1px;
  	border-width: 1px;
  	border-color: #FF8000;
  	border-style: solid;
  	text-align: left;
  	background-color: #FFFFFF;
  	color: #000000;
  	font-size: 12px;
  	font-family: Arial, Helvetica,sans-serif; 
	}
	
.chcColumn , .chZahlen{
  	font-weight: normal;
  	padding: 3px;
  	text-align: left;
	}

.chZahlen{
	color: #000000;
	}
	
.chStat, .chHeader { 
 	text-align:center; 
  	padding-top: 10px;
  	background-color: #FF8000;
	font-weight: bold;
	}

.chHeader{
	  	padding-top: 5px;
	  	padding-bottom: 5px;
	  	}

.chStat{
	  	padding-top: 5px;
	  	padding-bottom: 5px;
	}

.chStat a {
	text-decoration: none;
	color: #000000;
	}   

.rahmen {
  width: 152px;
  border: 1px solid #F80000;
  background-color: #FFDF5B;
  padding: 0px 2px 2px 2px;
  }  

/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #010000;
	background-color: #CFCFCF;
}
/* Weitere Styledefinitionen für Formularelemente */
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: 510px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 255px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 102px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
