/*  CSS by Patrick Beeli www.buerobeeli.ch */
html {
	height: 100%;
}
body {
	background: #fff url(back/back.jpg) fixed no-repeat 820px 0px;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #555;
	padding: 0;
	margin: 0;
	height: 100%;
}
body.back1 {
	background-image: url(back/kleinrietberg.jpg);
}
body.back2 {
	background-image: url(back/rietbergnah.jpg);
}
body.back3 {
	background-image: url(back/rietbergfern.jpg);
}
p, td {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:active, a:hover {
	color: #3f8e1d;
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	color: #999;
	line-height: 26px;
	font-size: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	color: #3f8e1d;	
	font-style: italic;
}
img {
	border: 0;
}
/*  Lines  */
#lines {
	background-color: transparent;
	width: 880px;
	height: 100%;
}
#line1, #line2, #line3, #line4 {
	height: 1px;
	width: 60px;
	background-color: #fff;
	margin: 180px 0 0 0;
	float: right;
}
#line2, #line3, #line4 {
	margin: 212px 0 0 0;
}
* html #line1, * html #line2, * html #line3,* html #line4 {
	background-color: transparent;
	border: 0;
	border-top: 1px solid #fff;
}
* html #line2, * html #line3 {
	margin: 196px 0 0 0;
}
* html #line4 {
	margin: 195px 0 0 0;
}
/*  Box  */
#box {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 100%;
	float: left;
}
/*  Header  */
#header {
	height: 120px;
	width: 820px;
	margin: 0;
	padding: 0;
}
/*  Left / Right  */
#left {
	width: 120px;
	float: left;
	margin: 60px 0 0 0;
}
#right {
	width: 226px;
	float: right;
	margin: 60px 0 0 0;
}
#left1, #left2, #left3 {
	border-top: 1px solid #999;
	width: 120px;
	height: 212px;
}
#right1, #right2, #right3 {
	border-top: 1px solid #999;
	width: 226px;
	height: 205px;
	padding: 7px 0 0 0;
}
*html #right1 {
	height: 212px;	
}
*html #right2 {
	height: 212px;	
}
*html #right3 {
	height: 212px;	
}
#left3, #right3 {
	border-bottom: 1px solid #999;
}
#left ul, #right ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0 14px;
}
#left a, #left a:visited, #right a, #right a:visited {
	color: #888;
	text-decoration: none;
}
#left a:active, #left a:hover, #right a:active, #right a:hover {
	color: #3f8e1d;
	text-decoration: none;
}
#left li.active a, #right li.active a {
	color: #000;
}
#right p {
	margin: 0;
}
#right a {
	display: block;
	background:  url(doc.png) no-repeat;
	padding-left: 22px;
	padding-bottom: 2px;
}
/*  Inhalt  */
#content {
	margin: 54px 0 0 42px;
	width: 400px;
	float: left;
	line-height: 18px;
}