BODY {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF repeat-y; /*#E4E3E3*/
}

#logo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 900px;
	height: 80px;
	background: url(../images/plg.gif) no-repeat;
}

#maintopic {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	background: url(../images/pmt.gif) repeat-x;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 86px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	position: absolute;
	left: 50px;
	top: 111px;
	width: 900px;
	height: 30px;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
	color: #666666;
	background : url(../images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
}


#topic {
	position: absolute;
	left: 50px;
	top: 145px;
	width: 199px;
	background-color: #FFFFFF;/*#666666*/
}

#topic a {
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin: 3px 20px 8px 20px;
	text-transform: none; /*none, uppercase*/
	font-size: 10px;
}

#topic p {
	text-align: center;
}

#topic p a {
	border-bottom: none !important;
}

#topic a:hover, #topic a.active {
	color: #DDDDDD;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	color: #FFA84F;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}
#topic h2 {
	padding: 0px 0px 0px 20px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	margin: 0px;
}
#infoboxr {
	position: absolute;
	top: 315px;
	width: 200px;
	background-color: #FFFFFF;
	left: 750px;
}

#infoboxr a {
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom: 0px;/* solid #DDDDDD*/
	padding: 0px;
	margin: 3px 20px 8px 0px;
	text-transform: none; /*none, uppercase*/
	font-size: 10px;
}

#infoboxr p {
	text-align: center;
}

#infoboxr p a {
	border-bottom: none !important;
}

#infoboxr a:hover, #topic a.active {
	color: #FFA84F;/*#DDDDDD*/
}

#infoboxr h1 {
	padding: 9px 20px 9px 20px;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	color: #FFA84F;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}
#infoboxr h2 {
	padding: 0px 0px 0px 20px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	margin: 0px;
}

#infoboxl {
	position: absolute;
	left: 50px;
	top:385px;
	width: 199px;
	background-color: #666666;
}

#infoboxl a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin: 3px 20px 8px 20px;
	text-transform: none; /*none, uppercase*/
	font-size: 10px;
}

#infoboxl p {
	text-align: center;
}

#infoboxl p a {
	border-bottom: none !important;
}

#infoboxl a:hover, #topic a.active {
	color: #DDDDDD;
}

#infoboxl h1 {
	padding: 9px 20px 9px 20px;
	background-color: #FFA84F;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}
#infoboxl h2 {
	padding: 0px 0px 0px 20px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	margin: 0px;
}

#eyecatcher {
	position: absolute;
	left: 250px;
	top: 145px;
	width: 700px;
	height: 150px;
	background: url(../images/liegestuhl.jpg) no-repeat;
}

#content {
	position: absolute;
	left: 270px;
	top: 315px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}

form.search {
	position: absolute;
	top: 28px;
	left: 780px;
	width: 160px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}
div#footer {
	position: absolute;
	left: 50px;
	top: 900px;
	width: 900px;
	height: 25px;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 0px;
}
#footer a {
	color: #666666;
	background-color: #FFFFFF;
}
#footer a:hover,
#footer a:focus {
	color: #666666;
	background-color: #FFFFFF;
}