body {
	background-color: #990000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a {
	text-decoration: none;
	color: #683030;
}
a:link {
	text-decoration: none;
	color: #683030;
}
a:active {
	text-decoration: none;
	color: #683030;
}
a:visited {
	text-decoration: none;
	color: #683030;
}
a:hover {
	text-decoration: none;
	color: #E23333;
	/* font-style: italic; */
}

#intro {
	width:100%;
	height:768px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:30;
	background-image:url(../img/hintergrund.jpg);
}
#col_o {width:100%; height:300px; position:absolute; top:0px; left:0px; z-index:1; background:#C00000}
#col_u {width:100%; height:300px; position:absolute; bottom:0px; left:0px; z-index:1; background:#660000}
#bg {
	width:100%;
	height:768px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(../img/hintergrund.jpg);
}
#main_f {position:absolute; top:48px; width:848px; height:686px; z-index:2}
#header {position:absolute; width:100%; top:15px; left:0px; height:155px; background:#000000; background-image:url(../img/header_bg.jpg)}
#logo {position:absolute; left:540px; top:40px}
#navi {position:absolute; right:0px; bottom:0px; width:400px; height:29px}
#nLink {font-size:12px; font-weight:bold; cursor:pointer}
#overlay {position:absolute; top:0px; left:0px; width:100%; background-color:#999999; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; z-index:31; visibility:hidden}

.nLeft {position:absolute; left:0px; height:29px; width:13px; background-image:url(../img/navi_l.jpg)}
.nText {position:absolute; left:18px; top:10px}
.nRight {position:absolute; right:0px; height:29px; width:6px; background-image:url(../img/navi_r.jpg);}

/* SLIDESHOW */
#slideshow {
 height:155px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

