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

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.headnav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	background: transparent;
}

.headnav ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.headnav li{
	display: inline;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.headnav a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #6b6c6e;
	text-decoration: none; /*Padding within each menu item*/
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}

.headnav a:hover{
	padding-top: 6px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	color: #002457;
}

.headnav .current a{ /** currently selected menu item **/
	background-color: #a9b2c1; /*Highlight red color theme*/
	padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #a9b2c1; /*Highlight red color theme*/
	color: #FFFFFF;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.headnav .current a:hover{ /** currently selected menu item **/
	color: #FFFFFF;
}


/* ------ NAVIGATION ------ */

#navcontainer {
	position: absolute;
	height: 30px;
	padding: 0;
	margin: 0;
	top: 55px;
	width: 988px;
}


#navcontainer ul{
	padding-left: 1px;
	margin: 0;
	float: right;
	background-image: url(../img/nav/left.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#navcontainer ul li {
	float: left;
	display: inline;
}


#navcontainer ul li a{
	color: #69737d;
	text-decoration: none;
	float: left;
	margin-left: 0;
	background-image: url(../img/nav/left_off.gif);
	font-size: 13px;
	line-height: 30px;
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
}

#navcontainer ul li a span  {
	background-image: url(../img/nav/right_off.gif);
	line-height: 30px;
	display: block;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right;
}


#navcontainer ul li a:hover {
	background-image: url(../img/nav/left_on.gif);
	color: #008fd7;
}

#navcontainer ul li a:hover span {
	background-image: url(../img/nav/right_on.gif);
}



/* ------ HEADER NAVIGATION ------ */

.headernavcontainer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 988px;
}

#headernav {
	position: relative;
	overflow: hidden;
	float: right;	
	margin: 0;
	padding-top: 27px;
}

#headernavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#headernavlist li {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a6978;
	float: left;
	padding-left: 15px;
}

#headernavlist li a {
	color: #5a6978;
	text-decoration: none;	
}

#headernavlist li a:hover {
	color: #008fd7;
	text-decoration: none;
}


/* ------ FOOTER NAVIGATION ------ */


#footernav {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
}

#footernavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#footernavlist li {
	font: bold 11px Arial;
	text-transform:uppercase;
	color: #002457;
	float: left;
	padding-left: 15px;
}

#footernavlist li a {
	color: #8c8e90;
	text-decoration: none;
	line-height: 26px;	
}

#footernavlist li a:hover {
	color: #5a5c5e;
	text-decoration: none;
}

#footernavlist .stellungnahme {
	color: #FFFFFF !important;
	margin-left: 25px;
	background-color: #002457 !important;
	letter-spacing: 2px !important;
}

/* ------ SUB NAVIGATION ------ */

#subnavcontainer {
	position: absolute;
	left: 180px;
	top: 380px;
	z-index: 2;
}


#subnavcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
}

#subnavcontainer a{
	display: block;
	background-image:url(../img/nav/subnav_aus.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #008fd7;
	line-height: 21px;
	display: block;
	height: 21px;
	text-indent: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}


#subnavcontainer a:hover{
	color: #8c8e90;
	text-decoration: none;
	background-image:url(../img/nav/subnav_an.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}


/* ------ BOTTOM NAVIGATION ------ */

#bottomnavcontainer {
	position: relative;
	float: right;
	padding-left: 25px;
	color: #8c8e90;
}


#bottomnavcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}

#bottomnavcontainer a{
	display: block;
	background-image:url(../img/nav/bottomnav.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #8c8e90;
	text-indent: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#bottomnavcontainer a:hover{
	color: #5a5c5e;
	text-decoration: none;
	background-image:url(../img/nav/bottomnav_on.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#bottomnavcontainer h4 {
	font-size: 11px;
	color: #8c8e90;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	font-family: arial;
	text-transform:uppercase;
}


/* ------ SOZIAL NAVIGATION ------ */


#sozialnav {
	position: relative;
	overflow: hidden;
	float: right;	
	margin: 0;
	padding: 0;
}

#sozialnavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#sozialnavlist li {
	float: left;
	padding-left: 20px;
}

#sozialnavlist li a {
	color: #69737d;
	text-decoration: none;
}

#sozialnavlist li a:hover {
	color: #008fd7;
	text-decoration: none;
}

/* ------ ADD NAVIGATION ------ */

.addnav {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #b6bbc0;
}

.addnavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.addnavlist li {
	font-size: 10px;
	color: #8c8e90;
	float: left;
	text-transform:uppercase;
	font-weight: bold;
}


.addnavlist  a {
	background-image: url(../img/add.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 18px;
	text-decoration: none;
	color: #8c8e90;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	padding-right: 10px;
}

.addnavlist a:hover {
	background-image: url(../img/add_on.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-decoration: none;
	color: #5a5c5e;
}