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

html, body {
height:100%;
}

#spacer { 
width:1px;
height:50%;
background-color:#FFFFFF;
margin-bottom:-303px; /* half of container's height */
float:left;
z-index:1;
}

#logo {
position:absolute;
top:0px;
left:730px;
width:190px;
height:106px;
overflow:hidden;
z-index:7;
}

#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
text-align:left;
height:606px;
width:920px;
clear:left;
z-index:2;
background-image:url(layout/rahmen.gif);
}

#content {
position:absolute;
top:107px;/*106 + Um 1 nach unten schieben, damit der 1px Rahmen vom #container sichtbar bleibt...*/
left:1px; /*Um 1 nach links schieben, damit der 1px Rahmen vom #container sichtbar bleibt...*/
width:730px; 
height:498px; /*NICHT 500, damit der 1px Rahmen vom #container unten und oben immer sichtbar ist...*/
/*overflow:hidden;*/
z-index:4;
}

ul.navigation, ul.navigation a:link, ul.navigation a:visited {
	margin: 0;
	padding: 0;
	liststyle: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #4a5359;
}
ul.navigation li {
	liststyle: none;
	display: inline
}

ul.navigation a:hover {
	color: #F58220;
}

#navigation_aktiv {
	color: #F58220;
}

#mainmenu {
	position:absolute;
	top:0px;
	left:10px; /* Das Menü soll eingerückt werden */
	width:720px; /* Um 10 Pixel verkleinert */
	height:106px;
	overflow:hidden;
	z-index:3;
}

#menu1 {
	position:relative;
	width:600px;
	height:20px;
	margin-top:10px;
	left:0px;
	text-align:left;
	overflow:visible;
	white-space:nowrap;
}

#menu2 {
	position:relative;
	width:600px;
	height:20px;
	margin-top:5px;
	text-align:left;
	white-space:nowrap;
}

#menu3 {
	position:relative; 
	width:600px;
	height:20px;
	margin-top:5px;
	text-align:left;
	white-space:nowrap;
}
/* Box Formatierungen Box Formatierungen Box Formatierungen Box Formatierungen */
#kasten_rechts_nav {
	position:absolute;
	top:106px;
	left:730px;
	width:190px;
	height:340px;
	overflow:hidden;
	background-image:url(layout/kasten_nav.png);
	z-index:5;
}
#kasten_rechts_head {
position:absolute;
top:15px;
left:15px;
width:160px;
height:235px;
overflow:hidden;
z-index:5;
}
#kasten_nav {
	position:absolute;
	top:42px;
	left:1px;
	width:190px;
	height:340px;
	overflow:hidden;
	z-index:2;
	liststyle: none;
	z-index:10;
	padding: 0;
}

ul#kasten_nav li, ul#kasten_nav a {
	display: inline;
	text-align:center;
	width: 93px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 30;
}



ul#kasten_nav a:hover {
	background-color: #6d94b7;	
}

#greenbox {
position:absolute;
top:106px;
left:730px;
width:190px;
height:250px;
overflow:hidden;
background-image:url(layout/kasten.png);
z-index:5;
}

#greenbox_content {
position:absolute;
top:15px;
left:15px;
width:160px;
height:235px;
overflow:hidden;
z-index:5;
}

#bottom_menu {
position:absolute;
bottom:5px;
right:15px;
width:160px;
height:15px;
text-align:right;
overflow:hidden;
z-index:7;
}

.menu_unten, .menu_unten a:link, .menu_unten a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color: #2F2F31;
text-decoration: none;
line-height: 14px;
}
.menu_unten a:hover {
color: #F58220;
}

/* Tagformate */

h1 {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
letter-spacing: 0.5px;
color: #FFFFFF;
line-height: 23px;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
}

.lauftext_weiss {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
text-decoration: none;
line-height: 15px;
}
.lauftext_weiss a:link, .lauftext_weiss a:visited { /* eventuell entfernen */
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
text-decoration: none;
line-height: 15px;
text-decoration:underline;
} 
.lauftext_weiss a:hover { /* eventuell entfernen */
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
text-decoration: none;
line-height: 15px;
text-decoration:none;
}
