/* CSS Document */

body {
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
	background-color: #FFFFFF;
}

div.main {
	width: 750px;
	min-height: 3000px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: left;
	background-color: white;
	
	border: 1px solid #0C3002;
	margin: 0 auto;
	padding: 20px 25px 8px;
	width: 750px
}

#navigation {
	padding-bottom: 10px;
	padding-left: 15px;
	color: #092403;
	width: 70px;
	float: left;
}
#content {
	padding-bottom: 10px;
	padding-left: 10px;
	width: 500px;
	float: left;
}
#content1 {
	padding-bottom: 10px;
	padding-left: 10px;
	width: 10px;
	height: 420px;
	float: left;
	background: url(images/border.jpg) repeat-y;
}


/* Überschriften*/

a {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	color: #3E6932;
	text-decoration: none;
}
a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC0505;
}

h2 a {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	color: #114802;
	text-decoration: none;
}
h2 a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	color: #990202;
}

h3 a {
	margin: 5px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	line-height: 10px;
	color: #3E6932;
}
h3 a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	line-height: 10px;
	color: #E10000;
}

h4 a {
	margin: 10px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	line-height: 0px;
	color: #499A32;
}
h4 a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	line-height: 0px;
	color: #FC0505;
}

h5 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #114802;
	text-decoration: none;
}

h6 {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	color: #3E6932;
	text-decoration: none;
}
/* Überschriften Ende*/


/* Bilderbox*/
.ds_left {
	background: url(images/ds_left.gif) no-repeat
}
.ds_right {
	background: url(images/ds_right.gif) no-repeat
}
.ds_top {
	background: url(images/ds_top.gif) no-repeat left
}
.ds_bottom {
	background: url(images/ds_bottom.gif) no-repeat left
}
.ds_corner_top_left {
	background: url(images/ds_corner_top_left.gif) no-repeat center
}
.ds_corner_top_right {
	background: url(images/ds_corner_top_right.gif) no-repeat center
}
.ds_corner_bottom_left {
	background: url(images/ds_corner_bottom_left.gif) no-repeat center
}
.ds_corner_bottom_right {
	background: url(images/ds_corner_bottom_right.gif) no-repeat center
}
/* Bilderbox Ende*/