@charset "utf-8";
/* ===============================================
Design:  Webzeit e.U. - Harald Kottal        
Author:  Harald Kottal                         
Datum:   November 2009
                                   
Aufbau:  Menü                     

=============================================== */


/* ==================================
   Menü
   =============================== */

.csschanger{
	color: #6A849D;
	float: right;
	margin-top: 15px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/*.csschanger{
color: #6A849D;
font-size: 0.9em;
float: right;
margin-top: 10px;
margin-right: 30px;
height: 15px;

}
*/.csschanger a {
	color: #6A849D;
	text-decoration: none;
}
.csschanger a:hover {
	text-decoration: underline;
}



.navcontainer
{
	margin: 10px 10px;
	padding: 0;
	height: 10px;
}

.navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.navcontainer ul li
{
	display: block;
	text-align: center;
	padding: 2px;
	margin: 0;
	float: left;
}

.navcontainer ul li a
{
	/*border-right: 1px solid #6A849D;*/
background: #fff;
	width: 183px;
	height: 20px;
	/*border-top: 1px solid #6A849D;
border-left: 1px solid #6A849D;
border-bottom: 1px solid #6A849D;*/
padding: 2px;
	margin: 0 0 5px 0;
	color: #6A849D;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.navcontainer ul li a:hover
{
	color: White;
	background: #99b3cc;
}

.navcontainer a:active
{
background: #6A849D;
color: #fff;
}

.navcontainer li#active a
{
background: #6A849D;
color: #fff;

}
.subnavlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 10px;
	margin-top: 65px;
}
.subnavlisthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 65px 10px;
	list-style-type: none;
}

#subnavlist a {
	color: #6A849D;
	text-decoration: none;
	font-size: 0.8em;
}
#subnavlist a:hover {
	text-decoration: underline;

}
.servlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px;
	list-style-type: circle;
}
#servlist a {
	color: #6A849D;
	text-decoration: none;
}
#servlist a:hover {
	text-decoration: underline;

}
