@charset "UTF-8";
/* CSS Document */

/****************************************************************/
/*  TAGS  */
/****************************************************************/

body {
 	margin: 0px;
 	background-color:#e4e4e4;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	color:#666666;
}

a {
	text-decoration:none;
	color:#00672f;
}

a.termine {
	text-decoration:none;
	color:#4b4b4b;
}

a.backend_navi {
	text-decoration:none;
	color:#FFFFFF;
}

img {
	border: none;
}


h1 {
	margin-top:0px;
	font-size:18px;
	margin-bottom:21px;
	color:#00672f;
}

h2 {
	margin-top:0px;
	font-size:12px;
	margin-bottom:21px;
	color: #666666;
	font-weight:bold;
}

h3 {
	margin-top: 13px;
	font-size:12px;
	margin-bottom: 8px;
	color:#00672f;
}

p {
	margin-top:0px;
	margin-bottom:10px;
	line-height:20px;
	text-align:justify;
}

ul {
	padding-left:25px;
}

ul.termine {
	color:#999999;
}

li {
	list-style-position:outside;
	line-height:17px;
	margin-bottom:10px;
}

/****************************************************************/
/*  IDS  */
/****************************************************************/

#main_border {
	width:100%;
	height:8px;
	background-color:#00672f;
	float:left;
}
#main_impressum{
	width:100%;
	height:20px;
	border-top:1px solid #FFF;
	padding-top:3px;
	background-color:#CCC;
	color:#333;
	float:left;
}

#main_background {
	float:left;
	width:100%;
	background-image:url(main_content_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	margin:0px auto 0px auto;
	width: 982px;
}

#content_container {
	width:950px;
	margin:0px auto 0px auto;
}

#header_top {
	height:131px;
	padding-top:8px;
	background-image:url(main_header_top_bg.jpg);
	text-align:center;
}

#header_navi {
	height:18px;
	padding-top:7px;
	background-image:url(main_header_navi_bg.jpg);
	text-align:center;
}

#header_motiv {
	height:147px;
	padding-left:2px;
	background-image:url(main_header_motiv_bg.gif);
}

#content_background {
	min-height:100px;
	background-image:url(main_header_bottom_bg.jpg);
	background-repeat:no-repeat;
	padding-top:39px;
}

#content_menu_left {
	width:246px;
	background-image:url(menu_left_bg.jpg);
	background-repeat:no-repeat;
	min-height:400px;
	float:left;
}

#content_right {
	width:704px;
	float:right;
}

#inner_content {
	width:684px;
}

#menu_199 {
	width:199px;
	background-image:url(menus/menu_left_bg.jpg);
	background-position:bottom;
	padding-bottom:2px;
	margin-bottom:20px;
}

#menu_220 {
	width:220px;
	background-image:url(menus/menu_left_bg.jpg);
	background-position:bottom;
	padding-bottom:2px;
	margin-bottom:20px;
}

#menu_content_head {
	height:14px;
	background-image:url(menus/content_head.jpg);
	font-size:12px;
	color:#00672f;
	padding:7px;
	padding-left:10px;
}

#menu_content {
	background-image:url(menus/content_bg.jpg);
	background-position:bottom left;
	padding-bottom:2px;
	margin-bottom:20px;

}



/****************************************************************/
/*  CLASSES  */
/****************************************************************/

.submenu {
	display:block;
	padding-left:11px;
	padding-top:7px;
	height:17px;
	border-bottom:1px solid #e4e4e4;
	color:#4b4b4b;
}

.submenu_hover {
	display:block;
	padding-left:11px;
	padding-top:7px;
	height:17px;
	border-bottom:1px solid #e4e4e4;
	color:#000000;
}

.submenu:hover {
	color:#000000;
}

.pic_border {
	float:left;
	padding:1px;
	border:none;
	margin-right: 18px;
	margin-bottom: 20px;
}

.frame_100 {
	width: 100%;
	float:left;
	margin-bottom:22px;
}

h2.news {
	margin-bottom:5px;
}

.news_datum {
	font-weight:normal;
	font-style:italic;
	color:#000000;
}

img.horizontal_line {
	width: 100%;
	height:30px;
	float:left;
}

#videoplayer_pop {
	position:absolute;
	z-index:999;
	width:648px;
	height:391px;
	background-color:#CCCCCC;
	top:150px;
	left:50%;
	margin-left:-324px;
}

#videoplayer_pop_bg {
	position:absolute;
	z-index:998;
	width:100%;
	height:100%;
	background-color:#000000;
	top:0px;
	left:0px;
	opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}

/****************************************************************/
/*  CONTENT-Varianten: Gesamtbreite: 684px  */
/****************************************************************/

#var1_left {
	width:424px;
	float:left;
	padding-right:40px;
}


#var1_right {
	width:220px;
	float:left;
}

/****************************************************************/

#var2_left {
	width: 285px;
	float:left;
	padding-right:35px;
}


#var2_right {
	width:364px;
	float:left;
}

/****************************************************************/
#var3_left {
	width:364px;
	float:left;
	padding-right:35px;
}


#var3_right {
	width:285px;
	float:left;
}

/****************************************************************/
#var4_left {
	width:170px;
	float:left;
	padding-right:35px;
}


#var4_right {
	width:479px;
	float:left;
}

/****************************************************************/