/* Stylesheet für Screenausgabe | MIRA Consuulting */

body { 
	margin:0;
	padding:0; 
	background: #F7C21F url(../images/verlauf_waagrecht.jpg) repeat-x ;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;  /* Zentrierung im Internet Explorer */
	color:#66788C;
	}

p { margin:0; padding:0; }

a, a:link, a:visited {
	text-decoration:none;
	text-decoration:underline;
	color:#666;
	}
	
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#000;
	}		
	
a.verweis:link, a.verweis:visited {
	
	border-bottom: 1px dotted #E1E1E1;
	border-top: 1px dotted #E1E1E1;
	padding:2px 0 2px 25px;
	text-decoration:none;
	color:#637EA6;
	background:  url(../images/link-icon.gif) 5px 0px no-repeat;
	}
	
a.verweis:hover, a.verweis:active, a.verweis:focus {
	text-decoration:none;
	color:#000;
	
	}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/	
#site  {
	margin: 0 auto;
	padding:0;
	width: 990px; 
	height:100%;
	text-align: left; 
	background-color:#fff;
	background: url(../images/verlauf_site.jpg) repeat-y scroll center top;
	}

#HeadContainer {
	margin:0;
	padding:0;
	height:365px;
	width:990px;
	margin-bottom:10px;
	background: #fff url(../images/head_image_background.jpg) no-repeat;
	}

#NavigationsContainer {
	float: left;
	width: 200px;
	margin-left:20px;
	margin-top: 20px;
	margin-bottom:30px;
	padding: 0;
	font-size: 11px;
	}
		
	* html #NavigationsContainer {
	margin-left:10px;
	}

#ContentContainer {
	float: left;
  	width: 490px;
  	margin-top: 20px;
	margin-left:30px;
	margin-bottom:50px;
  	font-size: 11px;
  	padding:0;
	}
	
#NavigationsContainer_rechts {
	float: left;
	width: 200px;
	margin-left:30px;
	margin-top: 20px;
	margin-bottom:50px;
	padding: 0px;
	font-size: 11px;
	}
	
	* html #NavigationsContainer_rechts{
	margin-left:30px;
	}
			
#FussContainer {
	clear:left;
	margin:0;
	padding:0;
	font-size:10px;
	height:70px;
	background: url(../images/footer.jpg) no-repeat scroll center top;
	}	

#FussContainer_border {
	margin:0 20px 0 20px;
	padding:0;
	border-top: 2px solid  #CED1D5;
	}		

/***********************************************/
/* Angaben für Startseite / Index                         */
/***********************************************/

#FlashContainer {
	float: left;
  	width: 730px;
  	margin-top: 15px;
	margin-left:25px;
	margin-right:0;
	margin-bottom:0;
	font-size: 11px;
  	padding:0;
	}
	
	* html #FlashContainer {
	margin-left:10px;
	}
	
#NavigationsContainer_rechts_index {
	float: left;
	width: 200px;
	margin-left:15px;
	margin-top: 5px;
	margin-bottom:0;
	padding: 0px;
	font-size: 11px;
	}
	
	* html #NavigationsContainer_rechts_index {
	margin-left:15px;
	}	
	
#ContainerTeaser {
	float:left;
	position:relative;
	left: 0px;
	top:0px;
	background-color:#FFF;
	margin-bottom:20px;
	padding:10px 0 10px 10px;
}

#Teaser_1,
#Teaser_2,
#Teaser_3 {
	float:left;
	width:200px;
	background-color: #fff;
	margin:0 20px 0 0;
	padding:10px;

	border: 1px solid #BAC0C9;
}

#Teaser_3 {	margin:0; }


.teaser_headline {
	color: #295AA5;
	font-weight:bold;
	font-size:12px;
}

#teaser_link {
	background: #EEF0F2;
	padding:3px 5px;
}

#teaser_link a {
	color: #295AA5;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;	
}

#teaser_link a:hover,
#teaser_link a:focus{
	color: #000;
	text-decoration:underline;	
}
/***********************************************/
/* Infonavigation oben                         */
/***********************************************/	

#infonavigation {
	float:right;
	margin:0;
	padding:12px 0 0 0;
	font-size: 10px;
	}
	
	*+html #infonavigation {
	padding:12px 0 0 0px;
	}
	
	* html #infonavigation {
	padding:12px 0 0 0px;
	}
	
#infonavigation ul {
	display: inline; /*for IE Mac*/
   	padding: 4px 8px 2px 0;
	}

html>body #infonavigation ul {
  	padding-top: 2px;
	}

#infonavigation li {
  	display: inline;
  	margin: 0;
  	padding: 0 6px 0 8px;
  	border-left: 1px solid #fff;
	}

/* verhindert die Strichanzeige vor dem ersten Listenpunkt*/
#infonavigation li.ohne_strich {
	padding: 0 6px 0 8px;
  	border-left: none;
	}
	
	*+html #infonavigation li.ohne_strich {
	padding: 0 6px 0 0;
  	border-left: none;
	}	/*for IE 7*/
	
	* html	#infonavigation li.ohne_strich {
	padding: 0 6px 0 0;
  	border-left: none;
	}/*for IE 6*/

#infonavigation a:link,
#infonavigation a:visited {
  	text-decoration: none;
	color:#fff;
	}

#infonavigation a:focus,
#infonavigation a:hover,
#infonavigation a:active,
#infonavigation a.current{
 	color:#000;
	}

#sparten_headline {
	margin:150px 0 0 55px;
	padding:0;
	font-size:24px;
	color:#FFFFFF;
	}
	
/***********************************************************/
/* Pfadleiste    */
/***********************************************************/	

#pfadleiste {
	float:left;
	margin: 45px 20px 0 25px;
	font-size:10px;
	color:#999999;
	}
	
	* html #pfadleiste{
	margin: 45px 20px 0 12px;
	}

.pfad {
	font-size:10px;
	color:#666;
	text-decoration: none; 
	background-image:url(../images/pfeil_orange.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	}
	
.pfad:link, .pfad:visited, .pfad:active {
	font-size:10px;
	color:#000;
	text-decoration: none; 
	}	

.pfad:hover,
.pfad:focus { color:#FF9900; }	

/***********************************************************************************/
/* Ausklappnavigation    */
/***********************************************************************************/		

#kopfnaviagtion {
	margin:0;
	display:block;
	padding:137px 20px 0 20px;
margin-bottom:26px;
	}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:100;
	font-size:11px;
	}

/* 1 Stufe ohne ausklapp */
#nav li { 
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	}
	
/* Links 1 Stufe */    
#nav li a { 
	display : block;
    color : black;
    font-weight : bold;
    text-decoration : none;
    background-color: transparent;
    padding : 1px 20px 10px 0.4em;
	background:  url(../images/headnavi_trenner.gif) top right no-repeat; 
	}	

/* 2 Stufe */
#nav li ul { 
	position: absolute;
	width: 280px;
	padding : 0 0.5em 0 0;
	border-top: 4px solid  #E6E6E6;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image: url("../images/back_trans_navi.png") !important;
	background-image: url("../images/back_trans_navi.gif");
	}

/* 2 Stufe lang f. Navpunkt "Lösungen" */
#nav li ul.lang { 
	position: absolute;
	width: 480px;
	padding : 0 0.5em 0 0;
	border-top: 4px solid  #E6E6E6;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image: url("../images/back_trans_navi.png") !important;
	background-image: url("../images/back_trans_navi.gif");
	}
    


#nav li:hover a,
#nav li a:focus,
#nav li a.current { color:#FF9900; }

#nav li:hover ul li a { color:#000; }

#nav li:hover ul li:hover a { color:#FF9900; }	

    
/* Links 2 Stufe */      
#nav li ul a {
	width:280px;
    color : #000;
	font-weight: bold;
	padding : 5px 0 6px 0.5em;
   	background:none;
	}
	
/* Links 2 Stufe */      
#nav li ul.lang a {
	width:480px;
    color : #000;
	font-weight:bold;
	padding : 5px 0 6px 0.5em;
   	background:none;
	}	

#nav li ul a:hover {
   	color:#FF9900;
	background-image: url("../images/back_trans_navi_an.png") !important;
	background-image: url("../images/back_trans_navi_an.gif");
	}		
	
	* html	#nav li ul a:hover {
		padding: 5px 0px 6px 0.5em;
		width:285px;
	}/*for IE 6*/	
	
		* html	#nav li ul.lang a:hover {
		padding: 5px 0px 6px 0.5em;
		width:485px;
	}/*for IE 6*/	
   
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
    }
    
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
    }
	
#titelbild {
	z-index: 1;
	margin:3px 0 5px 20px;
	}
	
	* html #titelbild {
	margin:3px 0 2px 20px;
	}
	
	
/***********************************************/
/* Linke Unternavigation                       */
/***********************************************/

#unternav { 
	padding:0;  
	margin:0; 
	background-color: transparent;
	} 
  
#unternav ul { margin:0px; padding:0px; list-style-type:none; } 
#unternav li { margin:0px; padding:0px; display:inline; }
  
#unternav li a { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 4px 0px 4px 16px; 
	border-bottom: 1px solid  #E1E1E1;
	color: #707E87;
	} 

#unternav a:hover,
#unternav a:active,
#unternav a:focus, 
#unternav a.current {
	color: #336699; 
	}        


/* === Navigationspunkt aktuell - blauer Pfeil ============ */
#unternav li a.current,
#unternav li a:hover { 
	background: url(../images/link-icon.gif) 0px 1px no-repeat; 
	} 	
	

/***********************************************************************************/
/* Servicenavigation unterhalb  der Hauptnavigation - Für z.B. Acrobat-Download    */
/***********************************************************************************/		
.headline-unternavi, .headline-unternavi-service {
	font-weight: bold;
	border-bottom: 2px solid  #CED1D5;
	padding-bottom: 4px;
	padding-top:8px;
	padding-left:20px;
	margin-bottom: 7px;
	color: #EE7F01;
	font-size:12px;
	}	
	
	.headline-unternavi-service {
	color: #666; 
	}
	
	.headline-unternavi-service a {
	color: #666; 
	text-decoration: none;
	}
	
	.headline-unternavi-service a:hover,
	.headline-unternavi-service a:focus,
	.headline-unternavi-service a.current{
	color: #000; 
	}
	
#servicenav { 
	padding:0;  
	margin:0; 
	background-color: transparent;
	} 
  
#servicenav ul { margin:0px; padding:0px; list-style-type:none; } 
#servicenav li { margin:0px; padding:0px; display:inline;  }
  
#servicenav li a { 
	text-decoration: none; 
	display:block; 
	width:180px;
	margin: 0px; padding: 4px 0px 4px 20px; 
	border-bottom: 1px solid  #CED1D5;
	background: url(../images/link-icon.gif) 5px 0px no-repeat;
	color: #666;
	font-weight:bold;
	} 

#servicenav a:hover,
#servicenav a:active,
#servicenav a:focus,
#servicenav a.current{
	color:#FF9900;
	}   

p.servicenav-text {
	color:#666666;
	padding:0 10px 10px 10px;
	
	}	
	
p.servicenav-hotline {
	display:block;
	background-color:#EFEFEF;
	width:180px;
	color:#000;
	margin:0;
	padding:10px;
	}


		
	
/***********************************************************/
/* Content    */
/***********************************************************/	

#content,
#content p {
	font-size:12px;
	line-height:150%;
	color:#4D5A6A;
	}

h1 {
	font-size:14px;
	color:#004494;
	font-weight:normal;
	padding:0;
	margin-bottom:5px;
	margin-top:0;
	}
	
h2 {
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004494;
	padding:0;
	margin-bottom:15px;
	margin-top:0;
	}	
	
h3 {
	font-size:12px;
	font-weight:bold;
	color: #666; 
	padding:0;
	margin-bottom:5px;
	margin-top:10px;
	}		
	
h4 {
	
	}
	
img { border:none; }	
	
/* Listenformatierungen / blauer Pfeil   */
  
#aufzaehlung { 
	padding:0;  
	margin:0; 
	background-color: transparent;
	} 
  
#aufzaehlung ul { margin:0px; padding:0px; list-style-type:none; } 
#aufzaehlung li { margin:0px; padding:0px; display:inline;  }
  
#aufzaehlung li.blue { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 2px 0px 2px 20px; 
	background: url(../images/link-icon-blue.gif) 1px 1px no-repeat;
	color: #000;
	} 
	
#aufzaehlung li li a { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 4px 0px 4px 20px; 
	background: url(../images/link-icon-grey.gif) 3px 3px no-repeat;
	color: #999;
	} 
	
#aufzaehlung a:hover,
#aufzaehlung a:active,
#aufzaehlung a:focus,
#aufzaehlung a.current{
	color:#FF9900;
	}   
 
/***********************************************************/
/* Auflistung     */
/***********************************************************/

  
ul#liste { 
	padding:0;  
	margin:5px 0 0 0; 
	background-color: transparent;
	list-style-type:none;
	} 
  
#liste ul { margin:0px; padding:0px; list-style-type:none; } 
#liste li { margin:0px; padding:0px; display:inline;  }

#liste li { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 4px 0px 4px 20px; 
	background:  url(../images/link-icon-blue.gif)  2px 3px no-repeat;
	border-bottom: 1px dotted #E1E1E1;
	} 


#liste li a { 
	text-decoration: none; 
		} 
	
#liste li a:active,
#liste li a:hover,
#liste li a:focus
{ 
	color:#FF9900;
	} 




	
	/***********************************************************/
/* Fusszeile    */
/***********************************************************/	


.fusszeile_drucken, .fusszeile_seitenanfang {
	float:right;
	padding: 0;
	margin-top:8px;
	margin-right:0;
	margin-bottom:5px;
	}
	
.fusszeile_seitenanfang {
	margin-right:10px;
	padding-right:10px;
	border-right: 1px dotted #ccc;
	}	
	
.fusszeile_anschrift {
	float:left;
	margin-top:8px;
	margin-left:0;
	padding:0;
	color:#bbb;
	}		
	
/* Logo  für Ausdruck */
#logo {
	margin:0;
	background-color: #fff; 
	display: none;
	}
	

	


/***********************************************************/
/* Container Suche    */
/***********************************************************/

/* Container */
#funktionsbereich_suche {
	margin: 20px 0px;
	padding:0;
	}
	
/* Liste für Titel Karteireiter*/	
#funktionsbereich_suche ul {
 	padding: 0; 
 	margin: 0; 
 	border-bottom:1px dotted #707E87;
	}
	
	*+html #funktionsbereich_suche ul { /* Korrekturen für IE 7*/
		padding: 7px 0; 
		}	
	
	* html #funktionsbereich_suche ul { /* Korrekturen für IE 6*/
		padding: 7px 0; 
		}	
	
#funktionsbereich_suche ul li {
 	list-style: none;
 	margin: 0; 
 	display: inline; 
	}
	
#funktionsbereich_suche ul li a {
	float:left;
 	padding: 3px 0.5em;
 	margin: 0; 
 	border: 1px dotted #ccc;
 	border-bottom: none;
 	background: #fff;
 	text-decoration: none;
	}
	
#funktionsbereich_suche ul li a:link:hover, #funktionsbereich_suche ul li a:visited:hover {
	background:  url(../layout_images/back-reiter.gif) 1px 1px repeat-x; 
 	border-color: #707E87;
	}	

#funktionsbereich_suche ul li a.current {
 	background:  url(../layout_images/back-reiter.gif) 1px 1px repeat-x; 
 	border-color: #707E87;
	border-bottom: 1px solid #fff;
 	font-weight:bold;
	}

/* Link zum Suchergebnisse zu bearbeiten / Anzeige rechts über Suchcontainer */	
#funktionsbereich_suche ul li a.bearbeiten {
	float:right;
	border:none;
	padding-top:4px;
	padding-left:12px;
	background:  url(../layout_images/link-icon-grey.gif) 0px 3px no-repeat; 
	}

#funktionsbereich_suche ul li a.bearbeiten:hover {
	background:  url(../layout_images/link-icon.gif) 0px 3px no-repeat; 
	}
	
#funktionsbereich_suche ul li .bearbeiten {
	float:right;
	border:none;
	padding-top:4px;
	padding-left:15px;
	background:  url(../layout_images/link-icon-down.gif) 0px 3px no-repeat; 
	margin:0;
	}

/* Rahmen um Such-Container */	
#funktionsbereich_suche_inhalt {
	 border-left: 1px dotted #707E87;
	 border-right: 1px dotted #707E87;
	 border-bottom: 1px dotted #707E87;
	 padding:15px;
	 margin:0;
	 height: 100%;
   }


	
/***********************************************************/
/* Formularfelder    */
/***********************************************************/

#ContainerSuchfeld {
	float:right;
	margin:5px 0 0 20px;
	padding:0;
	
	}
	
form { 
	padding:0;
	margin:0;
	border:none;
	}
	
input, textarea, select {
  	float:left;
  	display:block;
  	padding:0;
	}
	
label {
	float:left;
	display:block;
	margin:0;
	padding:0;
	}

/* Suchfeld im Kopfbereich */
input.eingabe-suchfeld {
	float:left;
	width:110px;
	margin-right:5px;
	padding-top:2px;
	border:none;
	background-color:#fff;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	}
	
/* Auszeichnung für die Links/Buttons im Formular */		
#button_suche {
	float:left;
	display:block; 
	padding-top:0;
	padding-right:5px;
	padding-left:8px;
	font-size:10px;
	color:#999;
	}	
	
	*+html #button_suche {
	padding-left:7px;
	}	/*for IE 7*/
	
	* html	#button_suche {
	padding-left:2px;
	}/*for IE 6*/
	
#button_suche a {	text-decoration: none;	}

#button_suche a:hover,
#button_suche a:focus {	text-decoration: none; color:#000; font-weight:bold; text-decoration:underline;	}


label.bold {
	width:80px;
	font-weight:bold;
	margin-right:0;
	}

label.checkbox {
	font-weight:bold;
	margin-left:5px;
	}	



input.hidden {
	margin:0;
	padding:0;
	float:none;
	}	

input.eingabefeld, 
textarea.eingabefeld,
select.selectfeld,
select.selectfeld_lang {
	border: 1px solid #ccc;
  	background:#f4f4f4;
	margin-top:0px;
	margin-right:15px;
	}
	
input.eingabefeld, 
textarea.eingabefeld {
	width:130px;
	}

textarea.eingabefeld {
	width:100%;
	height:100px;
	}	
	
select.selectfeld {
	margin-right: 27px;
	width:110px;
	}
select.selectfeld_lang {
	width:325px;
	}	

/* Abstandhalter damit die Checkbox nach rechts verschoben wird / Flucht zu anderen Eingabefeldern */
.platzhalter {
	float:left;
	display:block;
	width:90px;
	margin:0;
	padding: 2px 10px 0px 0px;
	}	
	
/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  	clear:both;
  	font-size:1px;
  	line-height:1px;
  	display:block;
  	height:8px;
	}		
	

/* Trennlinie zwischen den Eingabefeldern*/	
.tennlinie_waagrecht {
	width: auto;
	margin: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	padding:0 4px;
	vertical-align: middle; 
	}
	
.tennlinie_senkrecht {
	float:left;
	display:block;
	width: 5px;
	margin: 0;
	border-left: 1px dotted #ccc;
	padding:4px;
	vertical-align: middle; 
	}	

/* Auszeichnung für die Links/Buttons im Formular*/		
#button_container {
	margin: 0 auto;
	padding:0;
	width:100%;
	text-align:center;
}

.funktionsbereich_suche_button {
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	border: 1px solid #F7C21F;
	background:  url(../layout_images/back_button.gif) 1px 1px repeat-x; 
	margin: 0 auto;
	width:150px;
	}	
	
.funktionsbereich_suche_button a {
	padding:0px 10px 1px 10px;
	display:block;
	text-decoration: none;
	margin: 0 auto;
	}

.funktionsbereich_suche_button a:hover,
.funktionsbereich_suche_button a:focus {
	background:#F7C21F; 
	color:#000;
	}


/***********************************************************/
/* Bildergalerie / Lightbox    */
/***********************************************************/

.bilder_galerie  {
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:left; 
  	margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:10px;
		}

.bilder_galerie p {
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	margin-top: 0.2em;
	text-align: center;
	background-color:#efefef;
	font-size:10px;
		}
	
.bilder_rechts  {
	margin-top:0;
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:right; 
  	margin-left: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:15px;
 	}	
	
/***********************************************************/
/* Sitemap    */
/***********************************************************/

#sitemap { 
	padding:0;  
	margin:0; 
	width:95%;
	background-color: transparent;
	} 
  
#sitemap ul { margin:0px; padding:0px; list-style-type:none; } 
#sitemap li { margin:0px; padding:0px; display:inline;  }
  
#sitemap li a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 20px; 
	border-bottom: 1px solid  #eee;
	color: #666;
	font-weight:bold;
	
	} 

#sitemap a:hover,
#sitemap a:active,
#sitemap a:focus,
#sitemap a.current{
	color:#FF9900;
	}   	
	

#sitemap li a.current,
#sitemap li a:hover { 
	background: url(../layout_images/link-icon.gif) 0px 1px no-repeat; 
	} 		
	
/* === 2 Ebene ============ */

#sitemap li ul a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 40px; 
background: url(../images/link-icon.gif) 20px 3px no-repeat;
	color: #888;
	font-weight:normal;
	} 

/* === Navigationspunkt aktuell - blauer Pfeil ============ */
#sitemap li ul a.current,
#sitemap li ul a:hover { 
	background: url(../images/link-icon.gif) 20px 3px no-repeat;
	} 	
	
/* === 3 Ebene ============ */
#sitemap li ul li ul a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 60px; 
background: url(../layout_images/pfeil_unternavi.gif) 20px 3px no-repeat; 
	color: #888;
	font-weight:normal;
	} 


#sitemap li ul li ul a.current,
#sitemap li ul li ul a:hover { 
	background: url(../layout_images/pfeil_unternavi_an.gif) 20px 3px no-repeat; 
	} 	

#sitemap li ul li ul li ul a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 80px; 
background: url(../layout_images/pfeil_unternavi.gif) 40px 3px no-repeat; 
	color: #888;
	font-weight:normal;
	} 

/* === Navigationspunkt aktuell - blauer Pfeil ============ */
#sitemap li ul li ul li ul a.current,
#sitemap li ul li ul li ul a:hover { 
	background: url(../layout_images/pfeil_unternavi_an.gif) 40px 3px no-repeat; 
	} 	
	
	/***********************************************************/
/* Reporttabelle    */
/***********************************************************/
.tablereport {
	table-layout: auto; /* auto=default | fixed kann der Opera nicht */
	width: 100%;
	margin: 0;
	border-collapse: separate;
	text-align:left;
	}

.tablereport th {
	padding:2px 5px;
	}	
	
.tablereport td.first {
	padding:2px 5px;
	font-weight:bold;
	width:65%;
	}	
	
.tablereport td {
	padding:2px 5px;
	}	
	

	
/***********************************************************/
/* Farbangaben Reporttabelle    */
/***********************************************************/	
.tablereport, .tablereport td.head, .tablereport td {
	border-bottom: 1px dotted #ccc;	/* gepunktete Linie um Tabelle und Zellen */
	}
	
.tablereport, tr {
	background-color:#fff;		/* Hintergrundfarbe Tabelle / Zeile */
	}

.tablereport tr:hover {
	background-color: #EAF1F9;		/* Hintergrundfarbe Tabellenzeile MouseOver*/
	color:#000;					/* Schriftfarbe Tabellenzeile MouseOver*/
	}

/* Hack f?r IE6 */
* html .tablereport, tr{ hover:expression(this.onmouseover=new Function("this.style.background='#EAF1F9';"),this.onmouseout=new Function("this.style.background='#ffffff';")); }

.tablereport th {
	color:#FFFFFF;				/* Schriftfarbe Tabellen?berschrift*/
	background-color:#A2C3EA;	/* Hintergrundfarbe Tabellen?berschrift*/
	}	
	
.tablereport td.head {
	background-color:#EBECED;	/* Hintergrundfarbe Tabellenzwischen?berschrift*/
	}		
