body, html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #000;
}

#center {
	position: relative;
	top: 0;
	left: 0;
	width: 1010px;
	/*height: 1000px;*/
	margin: 0 auto 0 auto;
	overflow: visible;
}


#printinfo {
	display: none;
}

#logo {
	position: absolute;
	top: 18px;
	left: 601px;
	z-index: 1110;
}

#logo a {
	margin-right: 130px;
}


#claim {
	position: absolute;
	top: 128px;
	left: 267px;
	height: 137px;
	z-index: 1000;
}


#contentwrapper {
	padding-top: 217px;
	background: #fff url("../img/bg2.gif") repeat-y;
}

/* ---------------- navigation ------------- */
#navigation {
	/*
	position: absolute;
	top: 217px;
	left: 0px;
	*/
	float: left;
	width: 193px;
	height: 314px;
	z-index: 1000;
	background: url("../img/bg_nav.jpg") no-repeat;
	padding: 20px 0 20px 20px; 
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#navigation ul li {
	display: inline;
}

		/* 1. Navebene */
#navigation ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1em;
	margin: 15px 0 15px 0;
	color: #545454;
}

#navigation ul a:hover, #navigation ul a.act {
	color: #2A3366;
}
#navigation ul a:hover {
	background: #fff;
}

		/* 2. Navebene */
#navigation ul ul a {
	margin: 5px 0 5px 10px;
	padding-left: 8px;
	font-weight: normal;
	/*font-size: 0.7em;*/
	line-height: 1.2em;
	color: #000;
}

#navigation ul ul a:hover {
	color: #000;
	background: #fff;
}	/* 2. Navebene */

#navigation ul ul a.act {
	color: #000;
	text-decoration: underline;
	
}	/* 2. Navebene */

#navigation ul ul ul a {
	margin: 5px 0 5px 20px;
	padding-left: 8px;
	font-weight: normal;
	font-size: 0.7em;
	color: #000;
}

#navigation ul ul ul a.act {
	color: #000;
	text-decoration: underline;
	background: url("../img/subnavpointer.gif") no-repeat 0 5px;
}

#navigation ul ul ul a:hover {
	color: #000;
	background: #fff;
}


/* ---------------- content ------------- */

#content {/*
	position: absolute;
	top: 240px;
	left: 265px;
	*/
	margin: 35px 0 0 265px;
	z-index: 1010;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #2A3366;
	padding-bottom: 0;
}
#content {
	padding-right: 250px;
	min-width: 425px;/* only Moz/Ff */
	width: 450px;
}


#content p {
	margin: 5px 0 10px 0;
}

#content a {
	color: #545454;
}

#content a:hover {
	color: #000;
}

#content h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #000;
}


#content h2  {
	font-size: 1.1em;
	margin: 15px 0 10px 0;
	line-height: 1em;
}

#content h3  {
	font-size: 1em;
	margin: 25px 0 5px 0;
	line-height: 1em;
}

address {
	font-style: normal;
}

.inputmedium {
	width: 140px;
}

.inputtext {
	width: 340px;
}

.inputtextarea {
	width: 340px;
}

/* bgbilder */

#content.home {
	height: 800px;
	background: #fff url("../img/Bild-1_A675-x-525.jpg") 0 bottom no-repeat;
}

.home #footer{
	margdin-top: 380px;
}
	
#homebg {
	position: absolute; 
	top: 550px; 
	left: 265px;
	/*left: 193px;*/
	z-index: 0;
	height: 520px;
	margin-bottom: -10px;
}

/* ---------------- footer ------------- */

#footer {
	font-weight: bold;
	color: #fff;
	background: #2A3366;
	font-size: 0.75em;	
	line-height: 1.5em;
	height: 20px;
	padding-left: 20px;
	width: auto;
	z-index: 900;
}

#footer a {
	float: right;
}


/* ---------------- deko ------------- */
#headerbg1 {
	position: absolute;
	top: 80px;
	left: 0px;
	height: 137px;
	width: 1010px;
	min-width: 770px;/* only Firefox/Mozilla */
	z-index: 100;
	background: #fff url("../img/bg_header.gif") repeat-x;
}

#headerbg1 img {
	float: right;
	margin: 0 0 0 690px;
}
	
#headerbg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 137px;
	width: 224px;
	z-index: 200;
	background: #fff;
}

#headerbg2 img {
	margin: 80px 0 0 0;
}

/* ---------------- sonstiges ------------- */

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 -250px 10px 20px;
	display: inline;
}

dfn {
	display: none;
}

br.clear {
	height: 0px;
	font-size: 0px;
	clear: both;
}

.red {
	color: #f00;
}

a.slides1 img {
	margin: 10px 10px 0 0;
}

span.adr {
	float: left;
	width: 70px;
}

img {
	border: none;
}