/********************************
 *    CSS FILE für Navigation   *
 ********************************/

#main {width:920px; margin:0 auto;}


.fleft { float:left;}
.fright { float:right;}

/*==================header==================*/
#header .row-1 { height:20px;}
#header .row-1 .fleft { padding:15px 0 0 0;}
#header .row-1 .fright { padding:4px 0 0 0;}
#header .row-2 { height:87px;}
#header .row-3 { padding:107px 0 0 90px;}
#header .row-3 img { display:block; margin-bottom:30px;}


/*==================list====================*/
ul { list-style:none;}

.list li { display:inline; border-right:1px solid #5a5a5a; float:left; font-size: 10px; line-height: 12px; }
.list li a { display:block;	float:left;	color:#000080;	text-decoration:none; padding:0 10px 0 10px; font-size: 10px;}
.list li a:hover { text-decoration:underline; font-size: 10px; color: #000080;} 
.list li a.last { color:#000080; font-size: 10px;}
.list li a.last:hover { text-decoration:underline; font-size: 10px;	color: #000080;}
.list li.last { border:0px;}


/*==================NAV STYLING==================*/
	
	ul#utility {
	margin: 0px;
	padding: 50px 5px 0px 0px;
	list-style-type: none;
	float: right;
	}
	ul#utility li {
			padding: 0px 20px 0px 0px;
			text-transform: lowercase;
			font-weight: bold;
			float: left;
	}
	ul#utility li a:hover { text-decoration: underline;}

/* ==================NAVIGATION================== */
	#nav {
	height: 28px;
	clear: both;
	position: relative;
	z-index: 50;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #999999;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../nav/nav_bg.jpg);
	}
	
	#nav ul { margin: 0px; list-style-type: none;}
	
	/* float the list to make it horizontal and a relative positon */
	#nav li {
	margin: 1px -1px 1px 0px;
	float: left;
	position: relative;
	line-height: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	}
	
	/* style the links */
	#nav a, #nav a:visited {
	padding: 5px 22px 5px 22px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #DFDFDF;
	}
	
	/* style the hover */
	#nav a:hover, #nav ul ul a:hover, #nav :hover > a, #nav ul ul :hover > a {
	background: url(../nav/navon_bg.jpg) repeat-x center; color: white;	}

	/* make the second level visible when hover */
	#nav ul li:hover ul, #nav ul a:hover ul { visibility: visible;}
		
	/* hide the sub levels and give them a positon absolute so they take up no room */
	#nav ul ul {
	visibility: hidden;
	position: absolute;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #DFDFDF;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
	#nav ul ul li {	margin: 0px; border: none; float: none;	}
		
	/* style the second level links */
	#nav ul ul a, #nav ul ul a:visited {
			text-transform: uppercase;
			font-size: 10px;
			font-weight: normal;
			color: black;
			padding-top: 2px;
			padding-right: 2px;
			padding-bottom: 2px;
			padding-left: 15px;	/*white-space: nowrap;*/
	}

	#nav ul ul a:hover { color: #FFFFFF;}

	/* style the table so that it takes no ppart in the layout - required for IE to work */
	#nav table { position: absolute; top: 0; left: 0; border-collapse: collapse; }
	
