html, body {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	background-color:#46622A;
	color: Black;
	margin:0px;
	height:100%;
}

h1 {
	color:#46622A;
	font-size: 22pt;
	font-weight: bold;
	margin-top:0px;
	padding-top:40px;
}

h2 {
	color:#EDFFDB;
	font-size:16px;
	font-weight:bold;
}

h3 {
	color:#EDFFDB;
	font-size: 14px;
	font-weight: bold;
}

a {
	color:#EDFFDB;
}

a:hover {
	color:#fc7147;
}

a img {
	border:0;
}


.box_main {
	width:800px;
	background-color:#648C3C;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	text-align: left;
	position: relative;
	color: Black;
}

.box_header {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	padding-top:77px;
	background-color:#f7d502;
	width:100%;
	height:73px;
	text-align:center;
	background-image:url(grafik/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:3px solid #fc7147;
}

.box_header h1 {
	color:black;
	font-size: 18pt;
	font-weight: bold;
	margin-top:0px;
	padding-top:40px;
}

.antifloat {
	clear: both;
	visibility: hidden;
}

.footer {
	font-size:9px;
	top:5px;
	left:0px;
	position:relative;
	color:Black;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.box_nav {
	position:relative;
	top:0px;
	left:0px;
	height: 25px;
	font-weight: bold;
	font-size: 10pt;
	text-align:center;
	background-color:#f7d502;
	border-bottom:2px solid #fc7147;
	padding-top:8px;
	color:#FF0000;
}

.box_nav a {
	color:black;
	text-decoration:none;
}

.box_nav a:hover {
	color:#FF0000;
}

.box_content {
	position:relative;
	width:800px;
	background-image:url(grafik/balken_links.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#648C3C;
	color:#EDFFDB;
}

#box_text {
	background-image:url(grafik/balken_rechts.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	min-height:600px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:180px;
	padding-right:180px;
	left:0px;
	z-index:1;	
}

.box_content p {
	line-height:15pt;
}

.box_content li {
	padding-bottom:5px;
	line-height:15px;
	margin-left:-20px;
	padding-left:5px;
}

.small {
	font-size:8pt;
}

.very_small {
	font-size:7pt;
}


.hr1px {
	border-bottom:1px solid #EDFFDB;
	margin:0px;
	padding:0px;
}


.fett {
	font-weight:bold;
}

.termin {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #EDFFDB;
}

.termin .datum {
	font-weight:bold;
}

.termin .titel {
	font-size:12pt;
}

.termin .ort {
	font-size:12pt;
}

.termin .thema {
	font-size:12pt;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:7px;
}

.termin .text {
	margin-top:7px;
	margin-bottom:7px;
}

.termin .anmeldung {
	font-size:9pt;
}


