@charset "utf-8";

/* CSS Document */
body {
	background-image: url("../jpg/main_bg.jpg");
	background-repeat: repeat-x;
	background-color: #59ec08;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #105204;
}

#container {
	width: 1061px;
	margin: auto;
	top: 0px;
}

#top {
	width: 100%;
	background-image: url("../jpg/top_bg.jpg");
	background-repeat: no-repeat;
	height: 183px;
}

#topmenu {
	width: 200px;
	height: 20px;
	position: relative;
	left: 730px;
	top: 79px;
	text-align: right;
	color: #FFFFFF;
}

#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#logo_bottom {
	width: 166px;
	height: 30px;
	background-image: url("../png/logo_bottom.png");
	position: relative;
	top: 91px;
	left: 49px;
}

#mainmenu {
	height: 46px;
	width: 694px;
	left: 210px;
	top: 90px;
	position: relative;
}

#mainmenu ul {
	margin: 0;
	/*padding:10px 10px 0 50px;*/
	list-style: none;
}

#mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainmenu a {
	float: left;
	margin: 0;
	text-decoration: none;
}

#mainmenu a span {
	float: left;
	display: block;
	/*padding:5px 15px 4px 6px;*/
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	height: 46px;
	font-size: 18px;
}

.activetab a {
	float: left;
	background: url("../png/mainmenu_left.png") no-repeat left top;
	margin: 0;
	/*padding:0 0 0 4px;*/
	text-decoration: none;
}

.activetab a span {
	float: left;
	display: block;
	background: url("../png/mainmenu_right.png") no-repeat right top;
	/*padding:5px 15px 4px 6px;*/
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 5px;
	color: #FFFFFF;
	height: 46px;
	font-size: 18px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.activetab a span {
	float: none;
}

/* End IE5-Mac hack */
#submenu {
	height: 25px;
	width: 704px;
	left: 235px;
	top: 75px;
	position: relative;
}

/*
 * IE-HACK ANFANG
 */
**#submenu {
	top: 90px;
}

/*
 * IE-HACK ENDE
 */
#submenu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
}

.submenu {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	float: left;
}

.submenu li {
	width: auto;
	float: left;
	height: 23px;
	position: relative;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
}

.submenuActive {
	background-color: #20bf07;
}

#center {
	width: 100%;
	background-image: url("../png/center_bg.png");
	background-repeat: repeat-y;
}

#center_inner {
	width: 819px;
	margin: auto;
	background-image: url("../png/center_inner_bg.png");
	background-repeat: no-repeat;
	min-height: 900px;
	padding-top: 15px;
	overflow: auto;
	text-align: justify;
}

#bottom {
	width: 785px;
	height: 86px;
	background-image: url("../png/bottom_bg.png");
	background-repeat: no-repeat;
	padding-left: 138px;
	padding-right: 138px;
	padding-top: 10px;
}

/*
 * Font-Configurations
 */
.grayfont {
	color: #999999;
}

.grayfont a {
	color: #999999;
	text-decoration: none;
}

.grayfont a:hover {
	text-decoration: underline;
}

.lightgrayfont {
	color: #CCCCCC;
}

.lightgrayfont a {
	color: #CCCCCC;
	text-decoration: none;
}

.lightgrayfont a:hover {
	text-decoration: underline;
}

/*
 * Bilderkonfiguration
 */
a img {
	border: none;
}

/*
 * relative Spalten (NUR FÜR DEN FOOTER VERWENDEN)
 */
.col30 {
	float: left;
	width: 234.6px;
}

.col40 {
	float: left;
	width: 312.8px;
}

.col50 {
	float: left;
	width: 391px;
}

.col60 {
	float: left;
	width: 469.2px;
}

.col70 {
	float: left;
	width: 546.4px;
}

/*
 * Spalten für den Content-Inner-Bereich
 */
.col1_1 {
	width: 789px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*
 * DARF NICHT GENUTZT WERDEN
 *
.col1_2{
	width:387px;
	margin-top:15px;
	margin-left:15px;
	background-color:#CC0000;
	float:left;
}
 */
.col2_3 {
	width: 516px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
}

.col1_3 {
	width: 253px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}

/*
 * Überschriften
 */
.col2_3 h3{
	background-image: url(../jpg/headline_h3_2_3.jpg);
	background-repeat: none;
	color:#FFFFFF;
	height:32px;
	margin-left:4px;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	top:-15px;
	width:499px;
}
.col1_3 h3{
	background-image: url(../jpg/headline_h3_1_3.jpg);
	background-repeat: none;
	color:#FFFFFF;
	height:32px;
	margin-left:4px;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	top:-15px;
	width:241px;
}
.box2_3_center h4{
	font-size: 16px;
	color: #105204;
	margin: 0;
	padding: 0;
}
.box2_3_center h4 a{
	color: #105204;
	text-decoration: none;
}
.box2_3_center h4 a:hover{
	color: #105204;
	text-decoration: underline;
}

/*
 *	Textformatierung
 */
.date{
	font-size: 10px;
	color: #000000;
}
.box2_3_center a{
	color: #105204;
	text-decoration: none;
}
.box2_3_center a:hover{
	color: #105204;
	text-decoration: underline;
}

/*
 * Boxen
 */
.box2_3_top{
	width: 516px;
	height: 14px;
	background-image: url(../png/box2_3_top.png);
	position: relative;
	top: -20px;
	left: 1px;
}
.box2_3_center{
	width: 476px;
	background-image: url(../png/box2_3_center.png);
	position: relative;
	top: -20px;
	left: 1px;
	padding-left: 30px;
	padding-right: 10px;
}
.box2_3_bottom{
	width: 516px;
	height: 14px;
	background-image: url(../png/box2_3_bottom.png);
	position: relative;
	top: -20px;
	left: 1px;
}

.text_box_big_top{
	width: 767px;
	height: 51px;
	background-image: url(../png/text_box_big_top.png);
	position: relative;
	left: 17px;
	padding-left: 15px;
	padding-top: 1px;
	color: #FFFFFF;	
}
.text_box_big_center{
	width: 752px;
	background-image: url(../png/text_box_big_center.png);
	background-repeat: repeat-y;
	position: relative;
	left: 17px;
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 15px;	
}
.text_box_big_bottom{
	width: 782px;
	height: 13px;
	background-image: url(../png/text_box_big_bottom.png);
	position: relative;
	left: 17px;	
}

/* Calendar */
.smallCalendarEntery{
	color: #000000;
	text-decoration: none;
}
.smallCalendarEntery:hover{
	text-decoration: underline;
}