/* CSS Document */

	body {
	font:	12px "Courier New", Courier, mono;
	background:#eaffff;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	#rahmen {
	width:782px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	}
		
	#headertop {
	width:auto;
	height:178px;
	background: #eaffff url(files/header-top-back.jpg) no-repeat left top;
		}
	#headerbott {
	height:81px;
	width:auto;
	background: url(files/header-bott-back.jpg) no-repeat left top;
		}
	#headerbott p {
	font-size:18px;
	margin-right:6px;
	margin-top: 1px;
	text-align: right;
	color: #597e01;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	}
	#headerbott a {
	color: #597e01;
	font-weight: bold;
	text-decoration: none;
	}
	#headerbott a:visited {
	color: #597e01;
	font-weight: bold;
	text-decoration: none;
	}
	#headerbott a:hover {
	color: #597e01;
	font-weight: bold;
	text-decoration: none;
	background-color: #EAFFFF;
	}
	#navigation {
	width:180px;
	height: 350px;
	padding-right: 8px;
	float:left;
	}
	#navigation p {
	color: #597E01;
	font-weight: bold;
	text-align: right;
	}
	#navigation a {
	text-decoration: none;
	color: #597e01;

	}
	#navigation a:visited {
	text-decoration: none;
	color: #597e01;
	}
	#navigation a:hover {
	text-decoration: none;
	background-color: #EAFFFF;
	color: #597e01;
	}
	#main {
	width:415px;
	height:auto;
	padding:0px;
	float:left;
	border-right: 1px solid #597e01;
	border-left: 1px solid #597e01;
	}
	#main p {
	font-size:14px;
	margin-left:20px;
	margin-right:20px;
	text-align: justify;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #597e01;
	}
	#main h1 {
	font-size:22px;
	font-weight: bold;
	color: #597e01;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;

	}
	#main h2 {
	font-size:18px;
	font-weight: bold;
	color: #597e01;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;

	}
	#main h3 {
	font-size:14px;
	font-weight: bold;
	color: #597e01;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;

	}
	#rechts {
	width:160px;
	padding:8px;
	float:left;
/*	border: 1px solid #FF0000;*/
	}
	#rechts p {
	color: #597E01;
	text-align: right;
	margin-right: 2px;
	margin-left: 2px;
	}
	#rechts a {
	text-decoration: none;
	color: #597e01;

	}
	#rechts a:visited {
	text-decoration: none;
	color: #597e01;
	}
	#rechts a:hover {
	text-decoration: none;
	background-color: #EAFFFF;
	color: #597e01;
	}
	
	#footer {
	width:779px;
	height:70px;
	padding:0px;
	margin:0px;
	float:left;
	color: #666666;
	background: url(files/footer-back.jpg) no-repeat;
/*	border: 1px solid #66FFFF; */
	}
	#footer p {
	text-align: center;
	margin-top: 30px;
	color: #d7e2ba;

	}
	#footer a {
	color:#d7e2ba;
	font-variant: normal;
	letter-spacing: normal;
	text-decoration: none;
	}
	#footer a:visited {
	color:#d7e2ba;
	font-variant: normal;
	letter-spacing: normal;
	text-decoration: none;
	}
	#footer a:hover {
	color:#d7e2ba;
	font-variant: normal;
	letter-spacing: normal;
	text-decoration: none;
	background-color: #A4BE65;
	}
