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

/*-----------------------------------------------------------------------------*/
#nav{
	height: 20px;
	padding: 0 0 0 0.7em;
}
#nav div{
	margin:0 1em 0 0;
	float: left;
	position:relative;
	height: 20px;
}
#nav div a{
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0 0 0 1.0em;
	line-height: 2;
	display: block;
}
* html #nav div a {
	padding:0 0 0 1.0em;
}
#nav div.navList {
	width:16em;
	background: url(../pix/layout/alphaWhite85.png);
	display: none;
	top: 20px;
	position: absolute;
	height: auto;
	z-index:100;
}
#nav div.navListActive {
	width:16em;
	background: url(../pix/layout/alphaWhite85.png);
	display: block;
	top: 20px;
	position: absolute;
	height: auto;
	z-index:99;
}
#nav ul {
	color: #1C2F81;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.3em;
	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 0em;
	border: none;
	list-style-type: none;
}
#nav li a{
	font-size:1.0em;
	text-decoration:none;
	font-weight:normal;
	color:#CC071E;
	line-height:1.5;
	padding: 0.2em 0 0.2em 1em;
}
#nav li a.active{
	font-weight:bold;
	padding-left:1em;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a:hover{
	font-weight: bold;
	padding-left:1em;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*-----------------------------------------------------------------------------*/

#sideMenu {
	
}
#sideNav {
	width: 110px;
	list-style-type:none;
	float:left;
	margin:0 10px 10px 0 !important;
	padding:0 !important;
}

#sideNav li {
	text-align:right;
}
#sideNav li a { 
	text-transform:uppercase;
	color:#333333;
	font-size:14px;
}
.Active { color:#AF2B26 !important; }

#subNavS {
	width: 140px;
	list-style-type:none;
	float:left;
	margin:0 !important;
	padding:0!important;
}

#subNavS li {
	text-align:left;
}
#subNavS li a { 
	text-transform:uppercase;
	color:#333333;
	font-size:11px;
	line-height:20px;

}

/* ################### Language Navigation ################### */

#sprachen { width: 270px; height:50px; margin-top:-5px; }

#lang{
	float:left;
	margin: 0 0 0 100px;
	padding:0 0 0 15px !important;
}
#lang li{
	list-style: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0;
	float:left;
}
#lang li a{
}

