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

body {
	background-image: url(../images/kachel.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #663300;
	cursor: pointer;
}

a:hover, .active {
	font-weight: bold;
}

img {
	border:none;
	padding: 0;
	margin: 0;
}

h1 {
	font-size:16px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 8px;
	margin: 0;
}

h2 {
	margin: 0;
	padding-top: 8px;
	font-size:14px;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 14px;
}

li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 0.1em;
}

p {
	margin: 7px 0;
}

p.extended {
	margin-top: 20px;
}


/*DIVS*/
#header {
	position: relative;
	width: 1701px;
	height: 97px;
	left: 50%;
	margin-left: -850px;
	background-image:url(../images/oben-ende.jpg);
	z-index: 1;
}

#headerfade, #startImage {
	position: absolute;
	width: 1701px;
	height: 97px;
	background-image:url(../images/oben-start.jpg);
	z-index: 2;
}

#startImage {
	background-image: url(../images/header.jpg);
	z-index: 3;
}

#wrapper{
	position: relative;
	width:1000px;
	left:50%;
	margin-left: -500px;
	height:453px;
	overflow: hidden;
	z-index: 0;
}

#leftfade {
	z-index: 2;
}

#left {
	float:left;
	width: 355px;
	height:453px;
	background-image:url(../images/left.jpg);
	z-index: 1;
}

#rightfade {
	position: absolute;
	right: 0;
	width: 645px;
	height: 453px;
	overflow: hidden;
	background-image:url(../images/right_start.jpg);
	z-index: 2;
}

#text {
	position: absolute;
	right: 0;
	width: 605px;
	height: 413px;
	background-image:url(../images/right.jpg);
	padding: 20px;
	line-height: 18px;
	overflow: hidden;
	z-index: 1;
}

#menu {
	position: absolute;
	left: 155px;
	top: 117px;
	z-index: 3;
}

#submenu {
	width:170px;
	height: 175px;
	left: 20px;
	position: relative;
	display: none;
	z-index: 3;
}

#home {
	position: absolute;
	top: 40px;
	left: 162px;
	width: 174px;
	height: 25px;
	z-index: 3;
}

#noscript {
	position: relative;
	width: 1701px;
	height: 550px;
	left: 50%;
	margin-left: -850px;
	background:url(../images/noscript.jpg)
}

#noscript #wrapper {
	top: 97px;
}

#noscript #textbereich {
	position: absolute;
	right: 0;
	width: 645px;
	height: 453px;
	overflow: hidden;
}

#noscript .text
{
	position: relative;
	right: 0;
	width: 605px;
	height: 413px;
	padding: 20px;
	line-height: 18px;
	overflow: hidden;
	z-index: 1;
}

#noscript #submenu {
	display: block;
}




/*Klassen*/
.menuitem {
	height: 19px;
	position: relative;
	background: none;
	padding: 6px 0 0 10px;
}

.contentimg {
	padding: 20px 0 0 20px;
	float:right;
}

#menu .active {
	background:url(../images/punkt.gif) top left no-repeat;
}

#submenu .active {
	background:none;
}

.agbtable {
	font-size: 11px;
	line-height: 11px;
	padding-top: 5px;
}

.agbtable td {
	padding-bottom: 2px;
}

.dummy {
	width: 174px;
	height: 25px;
}

.scroll {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

