/* CSS gabriel */
html, body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	line-height: 145%;
	font-weight: normal;
	background-color: #82B4D8;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 101%;
}

/* Menu */
		#dropmenudiv{
		position:absolute;
		z-index:100;
		}
		#dropmenudiv a{
		width: 100%;
		display: block;
		z-index:100;
		}
		#dropmenudiv a:hover{ /*hover background color*/
		background-color: transparent;
		}
		
.navi_content {padding:16px 0px 0px 0px; color:#00389A; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-style: normal; text-transform: uppercase;}
.subtitle_content {padding:40px 0px 0px 0px; font-size:16px; color:#67879C; font-family:Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-transform: uppercase;}
.content {padding:10px 50px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; font-style: normal; line-height: 145%;}
.content_form {padding:10px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; font-style: normal; line-height: 145%;}
.content_td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; font-style: normal; line-height: 145%;}
		
/* Navi*/
a {outline: none;}
		a:link {
          color : #00389A;
          text-decoration : none;
          border : 0;
		  }
		  
		 a:visited {
			  color : #00389A;
			  text-decoration : none;
			  border : 0;
		  }
		  
		 a:active {
			  color : #00389A;
			  text-decoration : none;
			  border : 0;
		  }
		  
		 a:hover {
			  color : #F09217;
			  text-decoration : none;
			  border : 0;
		  }
		  
	div.produkte a:link {
          color : #fff;
          text-decoration : none;
          border : 0;
		  }
		  
    div.produkte a:visited {
			  color : #fff;
			  text-decoration : none;
			  border : 0;
		  }
		  
	div.produkte a:active {
			  color : #fff;
			  text-decoration : none;
			  border : 0;
		  }
		  
	div.produkte a:hover {
			  color : #F09217;
			  text-decoration : none;
			  border : 0;
		  }
		  
/* Unternehmen*/
		 a.ueber_uns_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/ueberuns_inaktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.ueber_uns_link:hover {
			  background-image : url(../img/ueberuns_aktiv.gif);
		  }
		  a.ueber_uns_active_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/ueberuns_aktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.ueber_uns_active_link:hover {
			  background-image : url(../img/ueberuns_aktiv.gif);
		  }
		  
		  a.leistungen_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/leistungen_inaktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.leistungen_link:hover {
			  background-image : url(../img/leistungen_aktiv.gif);
		  }
		  a.leistungen_active_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/leistungen_aktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.leistungen_active_link:hover {
			  background-image : url(../img/leistungen_aktiv.gif);
		  }
		  
		  a.produkte_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/produkte_inaktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.produkte_link:hover {
			  background-image : url(../img/produkte_aktiv.gif);
		  }
		  a.produkte_active_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/produkte_aktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.produkte_active_link:hover {
			  background-image : url(../img/produkte_aktiv.gif);
		  }
		  
		  a.kontakt_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/kontakt_inaktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.kontakt_link:hover {
			  background-image : url(../img/kontakt_aktiv.gif);
		  }
		  a.kontakt_active_link {
			  display : block;
			  width : 142px;
			  height : 22px;
			  background-image : url(../img/kontakt_aktiv.gif);
			  background-position : center;
			  background-repeat: no-repeat;
		  }
		 a.kontakt_active_link:hover {
			  background-image : url(../img/kontakt_aktiv.gif);
		  }

