/* CSS Document */

/*menueanfang*/


#nav {
		position: absolute;
		margin:0px;
		top: 178px;
		height: 50px;
		width: 750px;
		left:0px;
		text-align:left;
		padding-left:0px;
	}
#nav ul li {
		list-style-type:none;

			}

#nav li a { /* Für alle Links in der HauptListe */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px; 
	color: #000000; 
	font-weight: bold; 
	display: block; 
	height: 48px; 
	width: 86px; 
	border-bottom: 5px solid #ffcc00; 
	padding-left: 6px; 
	text-decoration:none;
	background:none;
	margin:0;
	}
#nav li a:hover { /* Für alle Links in der HauptListe */
	background:#ffcc00;
	}

#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

#nav a {
		text-decoration: none;
		color:#000000;
	}

#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 15px;
	}

#sub li { /*unfloat the sub list items*/
		margin:-1px 0 0 0;
		float: none;
		padding-left:0px;
		padding-top:0px;
		padding-right:8px;
		width: 88px;		
		list-style:none;
		background:none;
	}


#nav li ul {
		display: none;
	}

#nav li.off ul, #nav li.on ul  { 
		/*put the subnav below*/
		position: absolute;
		background: none;
		height: auto;
		width: 80px;
 		line-height:15px;
	}




#nav li.on ul {
		background: none;
	}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: none;
	}

#nav li.on a {
		color: #000000;
	}

#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: none; /*ie doesn't inherit the float*/
		color: #0;
		width: 86px;
		height:16px;
		font-weight:100;
		display:block;
	}
#nav li.on a.onbg {
		background:#ffcc00;
	}

#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #ffccoo;
	}

#nav li.on ul {
		display: block;
	}

#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

#nav li.off a:hover, #nav li.on a:hover {
		color: #0;
	}



/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: none;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	margin:0;
}

#nav li.on ul a {
	background: none;
}
/*menueende*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	background-image: url(images/hintergrund_start_neu.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	margin: 0px;
	}
#head
	{
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_mit_2.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-position:left;
	width:100%;
	height:812px;
	z-index:0;
	overflow:hidden;
	}
#logo
	{
	position:absolute;
	top:0px;
	left:0px;
	width:255px;
	height:107px;
	z-index:0;
	overflow:hidden;
	}
#upcoming
{
	position:absolute;
	margin:0px;
	top:14px;
	left:628px;
	width:262px;
	height:155px;
	z-index:1;
	overflow:hidden;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#959393;
	padding-left:19px;
	background-image:url(images/pfeil_upcoming.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	}
#upcoming a
{
	color:#959393;
	text-decoration:none;
		}
#upcoming a:hover
{
	color:#959393;
	text-decoration:underline;
/* Subnavigation */		}
#subnav {
		position: absolute;
		margin:0px;
		top: 530px;
		height: 150px;
		width: 86px;
		left:0px;
		text-align:left;
		padding:0px;

	}
#subnav ul li {
		list-style-type:none;

			}

#subnav li a { /* Für alle Links in der SubnavListe */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px; 
	color: #000000; 
	font-weight: normal; 
	display: block; 
	height: 31px; 
	width: 86px; 
	border-bottom: 5px solid #ffcc00; 
	padding-left: 6px;
	padding-top:1px; 
	text-decoration:none;
	background:none;
	margin:0;
	}
#subnav li a:hover { /* Für alle Links in der SubnavListe */
	background:#ffcc00;
	}
#subnav li.on a.onbg {
		background:#ffcc00;
	}
