/*********************** 
*	Textformatierungen *
************************/
p, ul, li,  h1, h2, h3, h4, h5, h6, table, tr, th, td, fieldset, input, label, textarea, legend, option, dd, dt, tt{
 font-family:'Verdana', Tahoma, Arial, sans-serif;
  color:#67625C;
}
h1, h2, h3, h4, h5, h6{
 font-size:medium;
}
p, li, table, tr, th, td, fieldset, input, label, textarea, option dd, dt, tt{
 font-size:x-small;
}
/* Footer Inhalt */
#drucken, #empfehlen, #impressum{
	font-size:xx-small;
}
/* Links */ 
a, a:link{
	color:red;
}
a:hover{
	color:#67625C;
	text-decoration:none;	
}
#breadcrumb a:link{
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}
#drucken a:link, #empfehlen a:link, #impressum a:link{
	text-decoration:none;
	color:#67625C;
}
#drucken a:hover, #empfehlen a:hover, #impressum a:hover{
	color:red;
	text-decoration:underline;
}
/************************ 
*	Explorer Navigation *
*************************/
#menue ul,.menue ul{
	margin-left:18px;	
}
#menue li, .menue li{
	text-decoration:none;	
	font-weight:normal;	
}
/* Standard Listenpunkt*/
li#NOR{
	/*list-style-image:url(nav_nor.gif);*/
}
/* aktiver Listenpunpkt*/
li#ACT{
/*	list-style-image:url(nav_hi.gif);*/
}
/* Link menü*/
#menue #NOR a, .menue #NOR a{
	text-decoration:none;
	color:#383838;
}
/* aktuelle Seite*/
#menue  #ACT a, .menue #ACT a{
	text-decoration:none;
	font-weight:bold;
	color:red;
}
/* Mouseover menü*/
#menue #NOR a:hover, #menue #ACT a:hover, .menue #NOR a:hover, .menue #ACT a:hover{
	color:red;
	text-decoration:underline;
}
/* weitere Unterebenen werden eingerückt*/
#ACT ul{
	margin-left:0px;
	padding-left:16px;
	padding-top:0px;
}
/* Setzt die Unterpunkte der aktuellen Punkte zurück*/
#ACT #NOR  a{	
	font-weight:normal;
	text-decoration:none;
	color:#67625C;
}
/***************
*	Positionen *
****************/
body{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin:0px;
}
/* zentriert Seiteninhalt */
.kasten{
	position:relative;
	z-index:0;
	width:940px;
	height:98%;
	top:4px;
	margin-right:auto; 
	margin-left:auto;
	margin-bottom:10px;
/*	background:url(hg.gif);  */
	background-repeat:repeat-y;
}
/* Seitekopf und Logo */
.head_hg{
	position:relative;
	z-index:1; 
	background-repeat:no-repeat;
	margin-top:0px;
	height:237px;
	text-align:left;
}
/* der gesamte restliche Inhalt*/
.content{
	position:relative;
	z-index:2;
	padding:0px;
	margin:0px;
	margin-top:-20px;
	background:none;
	text-align:left; 
	width:940px;
}
/* Navigationsmenü */
#menue, .menue{
	float:left;
	position:relative;
	top:33px;
	left:33px;
	width:180px;
}
/* Der editierbare Content*/
.text{
	float:left;
	position:relative;
	width:500px;
	top:-18px;
	left:60px;
}
/* Hilfsmenüe: Suche, Sitemap, Hilfe*/
.shs{
	position:relative;
	z-index:5;
	top:-74px;
	left:104px;
	float:left;	
}
/* Teaserleiste rechte Seite*/	
.teaser{
	position:relative;
	z-index:5;
	top:-74px;
	left:104px;
	float:left;	
}
/* die eigentlichen Teaser der ersten Seite als klickbare Grafiken */
.kasten .content .teaser div{
	padding-bottom:14px;
}
/* Fußbereich */
.footer{
/*	background-image:url(hg_footer.gif);*/
	witdh:501px;
	height:69px;
}
/* druck Link*/
#drucken{
	float:left;
	position:relative;
	top:0px;
	left:280px;
}
/* empfehlen Link*/
#empfehlen{	
	position:relative;
	top:0px;
	left:320px;
}
#breadcrumb{
	font-weight:bold;	
	position:relative;
	top:4px;
	left:10px;
}
