html {
	height: 100%;
} 

#forcescroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	min-height: 101%;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top:0.2em;
	margin-bottom: 0,2em;
	color: #AA002A;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #000000;
}

.contenttabelle 
{
	font-size: 12px;	
	padding-left: 2em;
}

a{
	color:#AA002A;
	text-decoration:underline;
}

a:hover{
	font-weight: bold;
}

.poeppel {
	color: #AA002A;
	display: inline;
	font-weight: bold;
}

.linkaktiv 	{ 	
	width: 82px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #AA002A ;
	padding-top: 28px;
	display: block;
	background-image:url(/media/navigation/button_rollo.gif);
	background-position: center;
	background-repeat:no-repeat;
}
	
.link {
	width: 83px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding-top: 28px;
	display: block;
	background-image:url(/media/navigation/button.gif);
	background-position: center;
	background-repeat:no-repeat;
}

.link:hover{
	color: #AA002A;
	font-weight: bold;
	background-image:url(/media/navigation/button_rollo.gif);
}

.liniehorizontal{
	border-bottom: 1px dashed #8B8472;
}

span 	{ 
	display: none;
	}

/* Navigationen */

#NaviHalter{
margin-right: 20px;
 
} 


	/* Startseite */
	#nStartseite {	
	  width: 71px;
	  height: 36px;
	  background-image: url(/media/navigation/home.gif);
	  
	}
	#nStartseite:hover, #aStartseite {
	  width: 71px;
	  height: 36px;
	  background-image: url(/media/navigation/home_f2.gif);
	}

	/* Person */
	#nPerson {	
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/person.gif);
	  
	}
	#nPerson:hover, #aPerson {
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/person_f2.gif);
	}
	
	/* Referenzen */
	#nReferenzen {	
	  width: 71px;
	  height: 36px;
	  background-image: url(/media/navigation/referenzen.gif);
	  
	}
	#nReferenzen:hover, #aReferenzen {
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/referenzen_f2.gif);
	}
	
	/* Technik */
	#nTechnik  {	
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/technik.gif);
	  
	}
	#nReferenzen:hover, #aTechnik  {
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/technik_f2.gif);
	}
		
	/* Kontakt */
	#nKontakt  {	
	  width: 71px;
	  height: 36px;
	  background-image: url(/media/navigation/kontakt.gif);
	  
	}
	#nKontakt:hover, #aKontakt  {
	  width: 71px;
	  height: 36px;
	  background-image: url(/media/navigation/kontakt_f2.gif);
	}
	
	/* Links */
	#nLinks  {	
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/links.gif);
	  
	}
	#nLinks:hover, #aLinks  {
	  width: 72px;
	  height: 36px;
	  background-image: url(/media/navigation/links_f2.gif);
	}
	
	/* Impressum */
	#nImpressum  {	
	  width: 75px;
	  height: 36px;
	  background-image: url(/media/navigation/impressum.gif);
	  
	}
	#nLinks:hover, #aImpressum  {
	  width: 75px;
	  height: 36px;
	  background-image: url(/media/navigation/impressum_f2.gif);
	}

