@charset "utf-8";
/* CSS Document */

/* Allgemeine Einstellungen*/

body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
	background:#CCC;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

/*p {
margin:0px;
padding:0px;
	}*/
p { line-height: 1.5em; margin: 0 0 1em 0; }	


	
a {
	color: #666;
 	text-decoration: none;
}

a:hover {
 	text-decoration: underline;
}

a:active {
 	text-decoration: none;
}

a:visited {
 	text-decoration: none;
}



/* Formatierung Seite*/
#DIV_page {
	margin: 0px auto;
	width:975px;
	background-color:#CCC;
	background-image:url(../images/page_background.png);
	}
	
/*IE6*/
* html #DIV_page {
	margin: 0px auto;
	width:1060px;
	background-color:#CCC;
	background-image:url(../images/page_background.png);
}	


#DIV_header {

}



#DIV_content {
	width:620px;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:0.8em;
	/*line-height: 1.6em;*/
	/*letter-spacing: 1px;*/
	float:left;
	margin:0px 0px 0px 94px;
	padding: 30px 30px 0px 30px;
	display:inline;
}

/*IE6*/
* html #DIV_content {
	display:inline;
}

#DIV_navigation {
	width:190px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	color:#FFF;
	float:left;
	padding:40px 0px 0px 11px;
}

#DIV_navigation a {
	color:#FFF;
}



#DIV_content_text {
	padding:25px 20px 20px 20px;


}

#DIV_footer {

}

#IMG_Footer {
	
	
	}

/* Navigation   */

#Inhalt_Titel {
font-weight:bold;
font-size:16px;
	}

#IMG_ueber_uns:hover {
	
}

.Mitarbeiter_Untertitel {
font-size:9px;	
	}
	
#button {
background-image:url(../images/email_anzeigen.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
width: 122px;
height: 17px;
border: 0px;	
}

/*
  *
  * Tables | Tabellen
  *
  */

  table { width: auto; margin-bottom: 0.5em; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: none; }
  
  
/**
  *
  *  Eigene Definitionen
  *  
  */
  
 /*Ebene 1*/		 
  
.Navigation_Ebene1 {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	}  
	
.Navigation_Ebene1 a:hover {
	
	} 	
	
/*Ebene 2*/		
.Navigation_Ebene2 {
	margin: 0px 0px 0px 30px;
	padding: 5x 5px 5px 5px;
	text-align:left;
	font-size:13px;
	display:block;
	} 

.Navigation_Ebene2_aktiv {
	margin: 0px 0px 0px 30px;
	padding: 5x 5px 5px 5px;
	text-align:left;
	font-weight: bold;
	font-size:13px;
	display:block;
	}

.Navigation_Ebene2 a {
	color:#fff;
	}
	
.Navigation_Ebene2_aktiv a {
	color:#fff;
	}
	
	
/*Ebene 3*/	
.Navigation_Ebene3 {
	margin: 0px 0px 0px 40px;
	text-align:left;
	font-size:12px;
		} 

.Navigation_Ebene3_aktiv {
	margin: 0px 0px 0px 40px;
	text-align:left;
	font-size:12px;
	font-weight: bold;
}

.Navigation_Ebene3 a {
	color:#fff;
	}
	
.Navigation_Ebene3_aktiv a {
	color:#fff;
	}
	
/**
  *
  *  Drucklayout
  *  
  */
@media print
{
	
#DIV_header {
display:none;
}



#DIV_content {
	width:620px;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:0.8em;
	line-height: 1.6em;
	letter-spacing: 1px;
	float:left;
	margin:0px 0px 0px 94px;
	padding: 30px 30px 0px 30px;
}

#DIV_navigation {
display:none;
}	


#DIV_footer {
display:none;
}



}
