@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img {
	border: 0px none;
}
body {
	background-color: #235d2b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #e7b363;
}
h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline overline;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
#big {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	top: 0px;
	bottom: 0px;
	right: auto;
	width: 800px;
	min-height: 100%;
	
}
#wrapper {
	position: relative;
	float: left;
	width: 800px;
	min-height: 100%;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	bottom: 0px;
}
#head  {
	position: relative;
}
#logo {
	/*background-color: #235d2b;*/
	height: 150px;
	width: 150px;
	border: 10px solid;
	float: left;
	position: relative;
}
#banner {
	position: relative;
	background-color: #235d2b;
	float: right;
	height: 170px;
	width: 620px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #e7b363;
	background-image: url(../Bilder/banner_rinde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main {
	position: relative;
	float: left;
	background-color: #e7b363;
	width: auto;
	height: 100%;
}
#navigation {
	clear:left;
	position: relative;
	float: left;
	background-color: #235d2b;
	height: auto;
	width: 170px;
}
#navigation ul{
	list-style: none;
}
#navigation a{
	color: #e7b363;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7b363;
}
#navigation a.aktiv{
	color: #FFF;
}
#content {
	float: right;
	height: 460px;
	width: 620px;
	color: #235d2b;
	background-color: #f7e0c0;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #fee2c1;
/*	background-image: url(../Bilder/cont_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	overflow-x: hidden;
	overflow-y: auto;
}
#text {
	color: #235d2b;
	width: 320px;
	float: right;
	height: 400px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 250px;
	margin-top: 23px;
}
#content img{
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#text img{
	position: relative;
	float: left;
	margin-right: -220px;
	left: -220px;
}
#content h1 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#text h1 {
	margin-left: 0px;
}
#downloads {
	padding: 10px;
}
#downloads img{
	position: relative;
	float: left;
}
#downloads a{
	color: #e7b363;
}
#map_canvas {
	margin:10px;
}
#footer {
	position: relative;
	float: left;
	background-color: #235d2b;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e7b363;
	border-bottom-color: #e7b363;
	width: 783px;
	clear: none;
}
#footer a {
	color: #e7b363;
	position: relative;
	float: right;
	text-align: right;
	display: block;
	padding-right: 17px;
}
