/*************** allgemeine Seiten-Eigenschaften: Hintergrund, scrollbars, body-definitionen ****************/
/* SCROLLBAR-FACE-COLOR: der eigentliche scrollbar */
/* SCROLLBAR-HIGHLIGHT-COLOR: linker und oberer rand */
/* SCROLLBAR-3DLIGHT-COLOR: äusserster linker und oberer rand */
/* SCROLLBAR-SHADOW-COLOR: rechter und unterer rand */
/* SCROLLBAR-DARKSHADOW-COLOR: äusserster rechter und unterer rand */
/* der Rest sollte klar sein... */

a{
	color:#000000;
}
a img, a:link img{ 
	border: none;
}
.tabelle{
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}
.tabelle td{
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
} 
.headline_1{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#c00000;
}         
.headline_2{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#c00000;
} 
.headline_3{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#c00000;
}  
.link{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration: none;
}         

p{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
} 


/********** Fonts und Text: **********/

.headline   { color: #4C4C4C; 
              font-family: Arial, Helvetica, sans-serif;
              font-size: 15pt;
              font-weight: bold;  } 

.small        { color: #000000; 
              font-family: Arial, Helvetica, sans-serif;
              font-size: 7pt;
              font-weight: bold;  } 
              
.txt          { color: #000000; 
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt; } 
              
.foot          { color: #4C4C4C; 
              font-family: Arial, Helvetica, sans-serif;
              font-size: 7pt; } 
              

/* ------------------------------------------------------------  */



/****************************** Links **********************************/
  
              
                  
a.headSmallR:link {  cursor: hand; 
         color: #BE0047;
         font-size: 8pt;
         text-decoration: none;
         font-weight: bold;
         font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;  }
a.headSmallR:visited { cursor: hand; 
            color: #BE0047;
            font-size: 8pt;
            text-decoration: none;
            font-weight: bold;
            font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;  }
a.headSmallR:hover { color:#E81A67; 
          cursor: hand;
          font-size: 8pt;
          text-decoration: underline; 
           font-weight: bold;
           font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; }
a.headSmallR:active { color:#E81A67; 
          cursor: hand;
          font-size: 8pt;
          text-decoration: none;
          font-weight: bold;
          font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;  }
   /* ------------------------------------------------------------  */



/****************************** accordeon **********************************/       
          
		.accordion_toggle {
			display: block;
			height: 20px;
			width: 580px;
			background-color: #990000;
			padding: 6px 10px 0 10px;
			line-height: 30px;
			color: #000000;
			font: 11px Verdana;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: #ffffff;
			border-bottom: 2px solid #eed077;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background-color: #990000;
			color: #ffffff;
			border-bottom: 1px solid #eed077;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}



.sonder { background-color:#ffcc98;}