@charset "UTF-8";
/* CSS Document */

#nav {
	width: 605px;
	height: 25px;
	background-image:url(../pix/layout/alphaWhite75.png);
	position:absolute;
	z-index:998;
}

#nav div{
	margin:0 10px 0 0;
	float: left;
	position:relative;
	height: 25px;
}

#nav div a{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#CD061D;
	margin:0;
	padding:0px 0 0 17px;
	line-height: 2;
	display: block;
}

#nav div.navList {
	width:160px;
	background: url(../pix/layout/alphaWhite75.png);
	display: none;
	top: 25px;
	position: absolute;
	height: auto;
	z-index:1000;
}
#nav div.navListActive {
	width:180px;
	background: url(../pix/layout/alphaWhite75.png);
	display: block;
	top: 25px;
	position: absolute;
	height: auto;
	z-index:999;
}
#nav ul {
	color: #1C2F81;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	/* border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC071E;
	border-bottom-color: #CC071E;
	border-left-color: #CC071E; */
}
#nav ul li {
	margin:0 0 0 5px;
	border: none;
	list-style-type: none;
}
#nav li a{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#CC071E;
	line-height:1.5;
	padding: 1px 0 1px 15px;
}
#nav li a.active{
	padding-left:15px;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a:hover{
	padding-left:15px;
	background-image: url(/pix/layout/haken_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topMenu{
	list-style:none;
	padding:0 0 0 0;
	margin:0.5em 0 0 0;
	float: left;
	clear: left;
}
#topMenu li{
	display:inline;
	padding:0;
	border-left: 1px solid #333333;
}
#topMenu li.first{border:none;}
#topMenu a{
	padding:0.5em 1em 0.5em 2.5em;
	text-decoration: none;
	color:#333333;
	cursor:pointer;
}
#topMenu li a:hover{
}

#topMenu a.Home, #topMenu a.Impressum, #topMenu a.Kontakt, #topMenu a.Drucken, #topMenu a.Newsletter, #topMenu a.Downloads {
	background:1em center no-repeat;
}
#topMenu a.Home{background-image:url(../pix/menu/home.gif);}
#topMenu a.Impressum{background-image:url(../pix/menu/impressum.gif);}
#topMenu a.Kontakt{background-image:url(../pix/menu/kontakt.gif);}
#topMenu a.Drucken{background-image:url(../pix/menu/drucken.gif);}
#topMenu a.Newsletter{background-image:url(../pix/menu/newsletter.gif);}
#topMenu a.Downloads{background-image:url(../pix/menu/download.gif);}
#subnav {
	width: 160px;
	margin-bottom: 15px;
}
