/* Content und Sidebar-Elemente */



#content h1  {
	margin: 0;
	padding-left: 10px;
	width: 510px;
	line-height: 35px;
 	font-size: 200%;
}



#content h2, #sidebar h2 , #sidebarleft h2, .code_h2{
	font-size: 100%;
	font-weight : bold;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-transform: uppercase;
  background-color: #DD7C3B;
}

#content h2{
	padding: 5px 0px 5px 5px;	
}

#sidebar h2, #sidebarleft h2 {
	padding: 2px 0px 2px 0px;	
  background-color: #DD7C3B;
  color: #ffffff;
  margin: 5px 0px 0px 0px;
  text-align: center;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
}

#content h3 , #contentlinks h3, #contentrechts h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #000000;
}

#content p,  #sidebar p, #sidebarleft p {
	margin: 0px;
	padding: 0px 2px 10px 2px;	
	line-height: 170%;
 }
 
#sidebar p, #sidebarleft p{
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 0px 0px 30px 0px;
}

#content a, #sidebar a, #sidebarleft a {
	text-decoration: underline;
	font-weight : normal;
	color: #000000;
  }
  
  
/*
#content a:hover, #sidebar a:hover, #sidebarleft a:hover {
 	font-weight : bold;
}
*/

#content .sidepicture {
	float: right;
	padding: 4px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 160px;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

/* Liste */

#content ul{
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#sidebar ul, #sidebarleft ul {
	list-style: none;
	padding: 2px 2px 10px 2px;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 0px 0px 5px 0px;
}

#content li, #sidebar li , #sidebarleft li{
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */

.mytable
{
border: 1px solid #FFFFFF;
}

#content table.cells, #content td.cellmy {
	border: 0px solid #cccccc;
}

#content td.cell {
	background-color: #ffffff;
}

#content td.headercell {
	background-color: #005DA0;
	color: #ffffff;
	font-weight: bold;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 18px 0px 0px;
	margin: 0px;
}


div.teaserelementx {
  float: left;
  border: 1px solid #808080;
  width: 100%;
 	padding: 0px 20px 0px 0px;
  margin-bottom: 10px;
}

div.teaser {
	margin: 0px;
	padding: 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-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #005DA0;
	background-color: #fcfcfc;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #005DA0;
	background-color: #fcfcfc;
	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: #444655;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #005DA0;
	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; 
}

/* Codeblock */

.codeblock{
display: block;
padding: 5px;
margin: 0px 0px 10px 0px;
border: 1px dashed gray;
width: 545px;
background-color: #EFEFEF;
height: 100px;
overflow: auto;
color: #000000;
}


.code_h2{
  background-color: #ffffff;
  color: #DD7C3B;
}

/* RSS-Reader */

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}


.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

code{ /*CSS for insructions*/
color: red;
}


#newsticker{
  border: 1px solid #808080;
  width: 558px;
  height: 120px;
  background-color: #F2F2F2;
  font-size:12px;
  }

/*  
#newsticker p{ 
 margin-top: 0;
 margin-bottom: 2px;
} 
*/ 
  
.tablediv    {
  border: 1px solid #808080;
  width: 558px;
  height: 100px;
  }
  
  
/* Tag Cloud */
.tagcloud, .tagcloud_sidebar{
  display: block;
  border: 1px solid #D8EEFB;
  padding: 10px;
}

.tagcloud{ width: 490px; }

.tagcloud_sidebar{ 
  width: 128px; 
  }

.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; 
  }      
  
/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #444655;
	background-color: #F3FBFE;
}

/* 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: 540px;
	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: 270px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 108px;
}

/* 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;
}
  
