
/*Style fuer Mainvaigation*/
body{
font-family: Verdana;
}
a.main:link {
	font-family: Verdana;
	font-size: 12;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}
a.main:visited {
font-family: Verdana;
	font-size: 12;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}
a.main:active {
font-family: Verdana;
	font-size: 12;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	

}
a.main:hover {
	font-family: Verdana;
	font-size: 12;
	color: #974878;
	text-decoration: none;
	font-weight: bold;
	
}

/*Style fuer Subnavigation*/


a.sub:link {
	font-family: Verdana;
	font-size: 12;
	color: #974878;
	text-decoration: none;
	font-weight: bold;
}
a.sub:visited {
font-family: Verdana;
	font-size: 12;
	color: #974878;
	text-decoration: none;
	font-weight: bold;
}
a.sub:active {
font-family: Verdana;
	font-size: 12;
	color: #974878;
	text-decoration: none;
	font-weight: bold;
	

}
a.sub:hover {
	font-family: Verdana;
	font-size: 12;
	color: #974878;
	text-decoration: none;
	font-weight: bold;
	
}

/*Style fuer Impressum*/


a.imp:link {
	font-family: Verdana;
	font-size: 10;
	color: #666666;
	text-decoration: none;
	
}
a.imp:visited {
	font-family: Verdana;
	font-size: 10;
	color: #666666;
	text-decoration: none;

}
a.imp:active {
	font-family: Verdana;
	font-size: 10;
	color: #666666;
	text-decoration: none;
	
	

}
a.imp:hover {
	font-family: Verdana;
	font-size: 10;
	color: #000000;
	text-decoration: underline;
	
	
}


/*Style und posi fuer Subdiv (submenu)*/
.navi {
	
	width:100; 
	height:18;
	z-index:1;
	}
.subdiv1 {
	display:none;
	z-index:2;
	}
.subdiv2 {
	display:none;
	 
	z-index:3;
	}
.subdiv3 {
	display:none; 
	z-index:4;
	
	}
.subdiv4 {
	display:none; 
	
	z-index:5;
	
}
.subdiv5 {
	display:none; 
	width:730; 
	height:18;
	position:relative;
	
	z-index:6;
	
}
.content {
	
	width:730; 
	height:18;
	position:absolute;
	top:300; 
	z-index:7;
	
}
.navigatio {
	
	width:730; 
	height:36;
	position:absolute;
	top:255;
	z-index:8;
	
}
/*Style fuer formulare*/
	
.formular1{
	border-left:1px solid #666666; 
	border-right:1px solid #666666; 
	border-top:1px solid #666666; 
	border-bottom:1px solid #666666; 
	font-family:Verdana; 
	font-size:10px; 
	color:#000000;

}
.formular1_err{
	border-left:1px solid #974878; 
	border-right:1px solid #974878; 
	border-top:1px solid #974878; 
	border-bottom:1px solid #974878; 
	font-family:Verdana; 
	font-size:10px; 
	color:#000000;

}
.formbutt{
	
	font-family: Arial; 
	font-size: 10px;	
	}
	
	
	
	
	
	
	
	
	
