/*
_____________________________________________________________________________________________
NAVIGATION
_____________________________________________________________________________________________
*/


.lay{
	position:relative;
	left: -397px;
	top: 205px;
	width: 150px;
	height: 70px;
	z-index: 1;
	background-image: url(img/navi_layer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	visibility: hidden;
	font: 13px Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 5px;
	padding-top: 3px;
}


.layer2{
	position:absolute;
	left: 377px;
	top: 187px;
	width: 150px;
	height: 70px;
	z-index: 1;
	background-image: url(img/navi_layer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	visibility: hidden;
	font: 13px Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 5px;
	padding-top: 3px;
}

/*
_____________________________________________________________________________________________
STARTSEITE
_____________________________________________________________________________________________
*/

.weiss { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: white; }
.weissklein { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white; }
.weisskleiner { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: white; }
.news { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: white; padding-left:6px; width:230px; margin-left:3px; }
.schwarz { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: black; }
.orange{ color : #FF9900; font-family : Arial, Helvetica, sans-serif; font-size : 13px;}

.orange a:link{
	color : #ffcc00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
}

.orange a:visited{
	color : #ffcc00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
}

.orange a:hover{
	color : #ffcc00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : underline;
}


.rechts { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: white; padding-left:5px; width:455px;  }
.links { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: white; padding-left:8px; width:220px; }


/*
_____________________________________________________________________________________________
SANITÄR
_____________________________________________________________________________________________
*/

.eins{
	position:absolute;
	left: 350px;
	top: 313px;
	width: 150px;
	height: 60px;
	z-index: 1;
	visibility: hidden;
	
}

.zwei{
	position:absolute;
	left: 433px;
	top: 400px;
	width: 150px;
	height: 60px;
	z-index: 1;
	visibility: hidden;
	
}

.drei{
	position:absolute;
	left: 433px;
	top: 550px;
	width: 150px;
	height: 60px;
	z-index: 1;
	visibility: hidden;
	
}

.vier{
	position:absolute;
	left: 433px;
	top: 700px;
	width: 150px;
	height: 60px;
	z-index: 1;
	visibility: hidden;
	
}