@charset "utf-8";
/* CSS Document */
body{ 
	padding: 0; 
	margin: 0; 
	list-style: none;
	background-image:url(Verwendete_Bilder/hgverlauf.png);
	background-repeat:repeat-y;
	height: 100%;
	}

ul,li{ 
	padding: 0; 
	margin: 0; 
	list-style: none;
	background:#C00;
	}
 
html {
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 990px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	
  }




#header{
	width: 990px;
	height: 150px;
	margin: 0px;
	}

#animation{
	width: 785px;
	height: 150px;
	float: left;
	}

#logo{
	width: 200px;
	height: 150px;
	background-image: url(Verwendete_Bilder/logo_205px.png);
	float: left;
}

#spacer{
	width: 740px;
	height: 160px;
	margin: 0px;
	float: left;

	}

#GIF{
	width: 250px;
	height: 20px;
	margin: 0px;
	float: left;
	}

#KAMERA{
	margin: 0px;
	width: 250px;
	height: 140px;
	background:#C00;
	float: left;
	}





 

	
#content_links{
	float: left;
/*	min-height: 100%;
	max-height: 150%;*/
	height: 405px;
	background-color:#C00;
	background-repeat: repeat-y;
	margin: 0px;
	width: 200px;

	}


#logocontent{
	text-align: center;
	height: auto;
	width: 200px;
	float:left;
	background:#C00;
	}


#NAVISPACER{
	width: 200px;
	height: 20px;
	float: left;
	background:#666;
	}




/*
.buttonMETANAV {
	width: 190px;
	float: left;
	}

#METANAV{
	margin-left: 10px;
	}

.METANAV {
	position: relative;
	width: 200px;
	text-align: center;
	font-family: tahoma, sans-serif;
	}

.METANAV a:hover{
	background-color:#C00;
	}


.METANAV li {
	text-align: left;
	color:#FFF;
	font-size: 8px;
	}
 
.METANAV a {
  	display: block;
  	color:#FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 10px 6px 0 5px;
	margin-left: 10px;

/*	border-right: 1px solid #FFF;   makes the dividers between the top nav links */
	

/* Box model hack \*/
* html #wrapper {
  width: 990px;
  w\idth: 998px;
  }
/* */
 
 
 
/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/
 
.mainnav {
	position: relative;
/*	background:#C00;
/*	border: 1px solid #000; /* borders the bottom of the top nav */
/*	border-width: 1px 0;*/
	width: 100%;
  	text-align: center;
  	font-family: tahoma, sans-serif;
	font-size: 11px;

	}

.mainnavright{
	float:right;
	}


.mainnavleft{
	float:left;
	width: 200px;
		background-color:#CCC;
	}


.button one{
	width: 200px;
	float: left;
	background-color:#C00;
}


.button{
	width: 158px;
	float: left;
}




.button one home{
	width: 200px;
	float: left;
}

.parent one home a{
	width: 200px;
	}

.parent one home a.aktiv{
	width: 200px;
	}


.mainnav li {
	text-align: center;
	background:#00C;
	color:#FFF;}
 
.mainnav a {
  	display: block;
  	color:#FFF;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	padding: 6px 0 5px; 
	background-color:#666;
	}

.mainnav a:hover {
	background:#C00;
	}

.mainnav a.aktiv {
	background:#C00;
	}


.mainnav{
	 font-size:11px;
	 }
	
.mainnav ul ul a {
  color: #FFF;
  background:#00C;
  border-right: 0; /* negates right border for dropdowns and flyouts */
/*  border-bottom: 1px solid #FFF;  /* borders the bottoms of the dropdown and flyout links */
  }
 	



.mainnavleft li {
	text-align: center;
	background:#00C;
	color:#FFF;}


.mainnavleft ul {
	text-align: center;
	width: 220px;
	background:#00C;
	color:#FFF;}


.mainnavleft a {
  	display: block;
  	color:#FFF;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	padding: 6px 0 5px; 
	background-color:#666;
	width: 200px;
	}

.mainnavleft a:hover {
	background:#C00;
	}

.mainnavleft a.aktiv {
	background:#C00;
	}


.mainnavleft{
	 font-size:11px;
	 }
	
.mainnavleft ul ul a {
  color: #FFF;
  background:#00C;
  border-right: 0; /* negates right border for dropdowns and flyouts */
/*  border-bottom: 1px solid #FFF;  /* borders the bottoms of the dropdown and flyout links */
  }
 	





.parent {
	background:#C00;
	position: relative;}
/* this parent div does not provide "sticky hovering", but instead fixes a 
strange bug in Op7. When an element serves as a hovered popup "parent" element, 
that element must not also be floated or all heck breaks loose in Opera 7. 
To prevent this, we have floated the top level list items, while nesting 
hoverable parent divs inside that are then hovered to generate the dropdowns. 
Thus the ugly (but interesting) Op7 bug is defeated. */
	
	
	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 
 
 
/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/
 

 
.dropdown { /* rules for dropdown div */
	width: 200px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
/*	border: 1px solid ;	*/
	}
	

.dropdowntwo { /* rules for dropdown div */
	width: 100px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
/*	border: 1px solid ;	*/
	}
	
.dropdown div {
	width: 200px;
	position: absolute;		
	left: -3000px;
	top: 0;  
/*	border: 1px solid;*/
	background:url(Verwendete_Bilder/HG_HM.png);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}

.dropdowntwo div {
	width: 100px;
	position: absolute;		
	left: -3000px;
	top: 0;  
/*	border: 1px solid;*/
	background:url(Verwendete_Bilder/HG_HM.png);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}


/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */


/* BREITE DROPDOWM*/
.dropdown ul { 
  width: 200px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
/*	border: 1px solid #888; 
  border-width: 1px 1px 0; */
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
	

.dropdowntwo ul { 
  width: 158px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
/*	border: 1px solid #888; 
  border-width: 1px 1px 0; */
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdowntwo div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
	



.sixth .dropdown ul {width: 135px;} /* modifies width for rightmost "visible" dropdown (tweak) */
.sixth .dropdown ul {width: 135px;} /* modifies width for rightmost "visible" dropdown (tweak) */
		
.sixth .dropdown div ul {margin: 0px 0 0px 0px; position: relative;} /* rule reversal for "visible" right drop flyouts */
.sixth .dropdowntwo div ul {margin: 0px 0 0px 0px; position: relative;} /* rule reversal for "visible" right drop flyouts */
 
 
.sixth a {border-right: 0;} /* kills right border on last top link */

.dropdown li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  }
 
 
.dropdowntwo li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  }
				
.parent:hover {background:#999;} 
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */
				
.parent:hover div.dropdown {left: -30px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.parent:hover div.dropdowntwo {left: -30px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 


.dropdown li:hover div { /* hover rule for flyouts */
	left: 165px; /* this value controls the amount of flyout "overlap" */
	top: -26px; /* this value controls the amount of flyout vertical offset */
	}

.dropdowntwo li:hover div { /* hover rule for flyouts */
	left: 165px; /* this value controls the amount of flyout "overlap" */
	top: -26px; /* this value controls the amount of flyout vertical offset */
	}


.sixth li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: -210px; 
	top: -26px;
	}
  
.dropdown li:hover {background: #999;} /* hover color effect on dropdown links */
.dropdowntwo li:hover {background: #999;} /* hover color effect on dropdown links */
 
.dropdown div li:hover {background:#999;} /* hover color effect on flyout links */

.dropdowntwo div li:hover {background:#999;} /* hover color effect on flyout links */
 
 
/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.parent one home ul {background: #C00;}
.two ul {background: #C00;}
.three ul {background: #C00;}
.four ul {background: #C00;}
.fivth ul {background:#C00;}
.sixth ul {background:#C00;}
.dropdown div ul {background:#C00;} /* colors BG of flyouts */ 
.dropdown div ul a {color: #FFF;} /* colors text of  flyouts */ 
 
 
/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/
 
.one {z-index: 10;}
.two {z-index: 20;}
.three {z-index: 30;}
.four {z-index: 40;}
.four:hover {z-index: 20;}
/* this last is a special trick that reverses the stacking order of the rightmost
top link when it or its children are hovered. This, and the previous rules work
together so that when a user is on the top link of any flyout, they can move 
vertically to the top link directly above and not have the sticky hoivering zone
on the flyout get in the way of hovering that top link. */
 
 
/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/
 
/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
* html .button .dropdowntwo li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}


/* */
 
* html .mainnav a
 {height: 1%;}
 
/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    
 
.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
 
/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/
 this rule block "dumbs down" the nav for IEmac */
 



















#METANAV{
	width: 200px;
	float: left;

	background-color:#666;
	height: auto;
/*	margin-bottom: 100%;*/
	width: 200px;
	float: left;
/*	background:#CCC;*/
	}

.buttonMETANAV {
	width: 190px;
	float: left;
	background-color: #CCC;
	}

.METANAV {
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
	font-family: tahoma, sans-serif;
	}


.METANAV a:hover{
	background-color:#00C;
	}

.METANAV a.aktiv{
	background-color:#00C;
	}


.METANAV li {
	text-align: left;
	color:#FFF;
	}
 
.METANAV a {
  	display: block;
  	color:#FFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 10px 6px 0 5px;
	margin-left: 10px;
}








#Unternav{
	width: 200px;
	float: left;
	height:auto;
  	color:#000;
	
	}

.buttonUnternav {
	width: 190px;
	float: left;
	background-color:#00C;

	}

.Unternav {
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
	font-family: tahoma, sans-serif;
	color:#000;
	
	}


.buttonUnternav a:hover{
	background-color:#CCC;
	color: #000;
	
	}

.buttonUnternav a.aktiv{
	background-color:#666;
	color: #000;
	}


.buttonUnternav li {
	text-align: left;
	color:#000;
	background-color:#AAA;
	}
 
.buttonUnternav a {
  	display: block;
  	color:#000;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	margin-left: 10px;
}






#NEBENNAV{

	width: 200px;
	float: left;
	height:auto;
	background-color:#666;
	}

.buttonNEBENNAV {
	width: 190px;
	float: left;
	}

.NEBENNAV {
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
	font-family: tahoma, sans-serif;
	}


.NEBENNAV a:hover{
	background-color:#00C;
	}

.NEBENNAV a.aktiv{
	background-color:#00C;
	}


.NEBENNAV li {
	text-align: left;
	color:#FFF;
	}
 
.NEBENNAV a {
  	display: block;
  	color:#FFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 10px 6px 0 5px;
	margin-left: 10px;
}


/*
#SPACER_unten_links{
	width: 200px;
	float: left;
	background-image:url(Verwendete_Bilder/variabelspacer.png);
	background-repeat:repeat-y;
	height: 100%;
	
/*	height: auto;*/
/*kein HG-Bild einsetzbar, nur spacer!	}*/




#textundbildcontent{
	float: left;
	width: 790px;
	margin: 0px;
	display: block;
	background-color: #C00;
	height: auto;
	overflow: hidden;
}

#text_und_bildcontent_SPACER{
	width:745px;
height: 60px;

float: left;
	background-color:#000;
	}

#bildcontent{
	height: 160px;
	width: 790px;
	float: left;	
	margin: 0px;
	}


#AUSSENBOX{
	width: 790px;
	}

#spalte_bilder{
	float: left;
	width: 80px;
	height: auto;
	margin-left: 80px;
	}


#textbox{
	width:600px;
	margin: 5px;
	float:left;
	}


#textbox_o_bild{
	width: 700px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
	clear: both;
	background-color:#C00;
	min-height: 470px;
	}

#textcontent{
	float: left;
	min-height: 470px;
	width: 490px; 
/*	overflow:scroll;*/
	background-color:#C00;

	}


#textcontent a:hover{
	color:#000;
	font-weight: bold;
	text-decoration:none;
	}


#textcontent a{
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	}

.text{
	color:#FFF;
	font-size:11px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif, Gadget, sans-serif;	
	margin-left: 20px;
	}




#PDF {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}

#PDF a:hover{
	color:#FFF;
	text-decoration:none;
}


#PDF a{
	color:#999;
	text-decoration:none;
}



.boldred{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}


/*
#variabelspacer{
	width: 200px;
	min-height: 100%;
	overflow:inherit;
	background-image:url(Verwendete_Bilder/HG.png);
	float: left;

}
*/



#FOOTER{
	width: 990px;
	height: 50px;
	background-color:#C00;
	}

#b{
	width: 300px;
		float: left;
	}

#c{
	width: 300px;
		float: left;
		margin-left: 40px;
	}


.foto
{
margin: 0;
padding: 0;
}

.foto img
{
border: none;
}

.foto li
{
list-style: none;
position: relative;
} 

a .gross
{
display: none;
} 


a:hover .gross
{
display: block;
position: absolute;
top: 0;
left: 0;
} 
