body {
	margin:10px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	color:#666;
	background-color:white;
	scrollbar-base-color:#FFFFFF;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666;			
	scrollbar-shadow-color: #666;	
	scrollbar-highlight-color: #666; 	
	scrollbar-3dlight-color: #FFFFFF;	
	scrollbar-darkshadow-color: #FFFFFF;	
}
	
#Header {
	
	padding:5px 0px 0px 5px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:35px; /* 20px + 15px + 0px = 33px */

	line-height:11px;
	background-color:#fff;
	

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:20px; /* the correct height */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:24px;}

#wrapper{
	min-width:870px;
	background-repeat:repeat-y;
	
	background-image:url(../img/kachel_content_container.gif);	
}

#Reiter {
	font-size: 11px; 
	color: #666; 
	letter-spacing: 0.55pt; 
	height: 20px; 
	text-align: right;
	padding: 5px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	white-space:nowrap;
	background-color:#fff;
}


#Emocontainer{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	height:80px; 
	border-style:solid;
	border-color:#2F5782;
	border-width:1px 0px 1px 0px;
	background-color:#fff;
	width: 100%;
	
}
#logo{

}
#imageContainer{

}
#main_menue{
	background-color:#DA345B;	
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.1em;
	height: 19px;

	min-width: 850px;
	background-image:url(../img/layout_1/menue_bg.gif);
	border-top:3px solid white;	
}


#main_menue_spacer{
	float:left;
	padding: 0px;
	text-decoration: none;
	background-color: #DA345B;
	color: #fff;
	font-weight: normal;
	height:100%;	
	border-right:1px solid white;
	border-bottom:1px solid white;
	margin: 0px;	
	width: 200px;
	display: block;	
}
#main_menue_spacer_c{
	padding: 2px 0px 0px 4px;	
}
#print_button_in{
	padding: 2px 0px 0px 0px;
	
	white-space:nowrap;
}

#print_button{	
	padding:0px 5px 0px 5px;
	
	text-align: right;
	height:20px;


}
#print_button a {color: #fff;  text-decoration:none; font-weight: normal;}	
#print_button a:hover {color: #fff;}



#hauptnavi_spacer{

	margin:0px;
	height:21px;
	background-color:#2F5782; 
	display:block;
	border-bottom:1px solid white;
}

/* navigationspfad */
#navipfad_container{
	margin:0px;
	height:20px;
	display:block;
	padding-bottom: 20px;
	
}
#navipfad_container h1{
	font-size: 11px;
	font-weight: bold;
	color: #2F5782;
	margin:0px;
	padding:0px;
}
#navipfad_container h1 a {
	font-size: 11px;
	font-weight: bold;
	color: #2F5782;
	margin:0px;
	padding:0px;
}	
#navipfad_container h1 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #DA345B;
	margin:0px;
	padding:0px;
}
/*
#navipfad{
	color: #fff;
	height:20px;
	padding:0px 0px 0px 10px;
	white-space:nowrap;
}
#navipfad_spacer{
	padding:0px 0px 0px 0px;
	float:left;
	height:19px;
	width:0px;
}
*/

/* ende navigationspfad */
#content_container{
	margin-top: 1px;
	margin:0px;
	vertical-align:top;
	width: 960px;
	
	/*
	
	background-repeat:repeat-y;
	
	background-image:url(../img/kachel_content_container.gif);		
	background-color:#2F5782;
	*/
	
}
#column_left{
	padding:10px 0px 0px 0px;
	margin: 0px;
	line-height:16px;
	width:200px;
	
	float: left;

	position: relative;
	
	
	/*background-color:#2F5782;
	border: 1px solid #2F5782;*/

}


#sub_menue{
	height: 200px;
}
html>body #sub_menue { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 200px;
}


#content{	/* hauptinhalt */
	margin:0px 0px 0px 200px;
	padding:10px 50px 5px 20px;
	background-color:#fff;
	line-height: 17px;

	background-color:#fff;
	border-left: 1px solid #2F5782;


}
#content_table{	/* hauptinhalt */
	margin:0px 0px 0px 0px;
	padding:10px 50px 5px 20px;
	background-color:#fff;
	line-height: 17px;

	background-color:#fff;
	border-left: 1px solid #2F5782;

	color: #000;
}

#inhalt_default{
	width: auto;
	/*max-width: 600px;*/
	width: 600px;
	padding:0px 0px 20px 0px;
}

#inhalt_default td{
	color: #000;
}

#newline{
	clear:both;
	margin:0px;
	padding:0px;	
}

#footer{
	border-top: 1px solid #2F5782;
	margin: 1px 0px 10px 0px;
	text-align: center;
	color: #666;
	background-color:#fff;
	padding:3px 0px 3px 0px;

}

a {color: #DA345B;  text-decoration:none;}	
a:hover {color: #2F5782;}

hr { background-color:#DA345B; /* Mozilla 1.4 */color:#DA345B; /* IE 6 */border: #DA345B; /* Opera 7.11 */height: 1px;}
p{
	padding-top:0px; 
	margin-top:0px; 	
}
td, form, a, p {
	font:11px verdana, arial, helvetica, sans-serif;
	line-height: 17px;
}
.img_left{
	padding: 0px; 
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid black;
	float: left;
}
.img_right{
	padding: 0px; 
	margin-left: 20px;
	margin-bottom: 15px;
	border: 1px solid black;
	float: right;	
}




h1{
	margin: 0px 0px 15px 0px;
	font-size: 14px;

}


/* ------------ suche ---------------- */
#column_suche{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #2F5782;
	width:200px;
}
#suche_treffer{}
#suche_treffer_container{
	height: 10px;
	width: 500px;
}
.suche_markierung{font-weight: bold};
.suche_input{border:1px solid #666; font-size:10px; color: #666; width: 140px;}

/* ------------ ende suche ---------------- */


/*
div#scrollerdiv{
	height: 20px;
	width: 100%;
}
div#column_right{
	width: 180px;
	margin-right:0px;
}
*/




#column_box{
	width: 200px;	
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	color:#666;
	border-top:1px solid #2F5782;
}
#column_box ul{
	width: 100%;
	padding:0px;
	margin:0px;
	list-style-type: none;
}	
#column_box li{
	padding:2px 3px 3px 5px;	
	display: block;
	
}
#column_box li.headline{
	border-top:1px solid #2F5782;
	color:#666;
	display: block;
}
#column_box a {color: #DA345B;  text-decoration:none; font-weight: normal;}	
#column_box a:hover {color: #2F5782;}
	



/* ****************** formulare ************************** */
.pflicht, .message{
	color: #DA345B; 
	font-weight: bold;
	text-decoration:none;
}

form, navipfad_container form{
	margin: 0px; 
	padding: 0px;
}
.form_td_left{padding-top:5px;padding-right:5px;} /* formulat tabelle td links  */
.form_td{padding-top:5px;} /* formulat tabelle td  */
.select_mainkat{background-color: #eeeeee;}	/* hauptkategorien hervorheben  */	
.select_highlight{color: #ffffff; background-color: #aaaaaa;}	/* option gehighlighted  */
.form_spacer{
	padding:0px 3px 3px 0px;
}
.select{
	font-size:11px;
	border:1px solid #666;
	background-color: #ffffff; 
	color: #666;
}
.input{		
	border:1px solid #666; 
	font-size:11px;
	color: #666;
}

.textarea {
	border:1px solid #666; 
	background-color: #ffffff; 
	font-family: Verdana,Arial,sans-serif;
  	font-weight: normal;
	font-size: 11px;
	color: #666;
} 
.button{
	border:1px solid #666; 
	background-color: #ffffff;
	color: #666;
	font-size:11px;
	cursor: hand;	
}
.select_nav{
	font-size:9px;
	border:1px solid #666;
	background-color: #ffffff; 
	color: #666;
	height:16px;
}


/* ------------ split2page ---------------- */
#s2p_navi{
	padding: 0px 0px 20px 0px;
}
a.split2page:link, a.split2page:visited, a.split2page:active{color: #DA345B; text-decoration: none; font-weight: normal;}
a.split2page:hover{color: #DA345B; text-decoration: none; font-weight: normal;}


/* ------------ vortragsreihen ---------------- */
.tr_1{background-color: #DFE2EE;}
.tr_2{background-color: #FAE1A6;}
/* ------------ ------------- ---------------- */

/*
.form_spacer{padding-right: 10px;}
*/


/* ------------ captcha ---------------- */
.captcha_img{
	/*border: solid 1px #000000;*/
}

/* ------------ sitemap ---------------- */
.sm_ul{list-style-type:none; list-style-image:none;}
.sm_li_0{ list-style-type:disc; list-style-image:none; list-style-position:outside; margin-left: 0px; margin-top: 10px; margin-bottom: 2px;
}
a.sm_a_0:link, a.sm_a_0:visited, a.sm_a_0:active{
	text-decoration: none;
	color: #000000;	
}
a.sm_a_0:hover {
	text-decoration: none;
	color: #FF6600;
}
.sm_li_1{
	list-style-type:circle;
	list-style-image:none;
	list-style-position:outside;
	margin-left: 40px;
	margin-bottom: 2px;
}
a.sm_a_1:link, a.sm_a_1:visited, a.sm_a_1:active{
	text-decoration: none;
	color: #000000;
	font-weight:normal;	
}
a.sm_a_1:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight:normal;
}
.sm_li_2{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin-left: 80px;
	margin-bottom: 2px;
}
a.sm_a_2:link, a.sm_a_2:visited, a.sm_a_2:active{
	text-decoration: none;
	color: #000000;	
}
a.sm_a_2:hover {
	text-decoration: none;
	color: #FF6600;
}
.sm_li_3{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin-left: 120px;
	margin-bottom: 2px;
}
a.sm_a_3:link, a.sm_a_3:visited, a.sm_a_3:active{
	text-decoration: none;
	color: #000000;	
}
a.sm_a_3:hover {
	text-decoration: none;
	color: #FF6600;
}


.rcScroller_tbl_width{background-color:#ffffff;}
ticker_p{font-family:arial; color:#666; font-size:11.5px; font-weight:normal; text-align:center; vertical-align:middle;}
a.rcScroller:visited{color:#DA345B;text-decoration:none; font-weight:normal}
a.rcScroller:active{color:#DA345B;text-decoration:none; font-weight:normal}
a.rcScroller:link{color:#DA345B;text-decoration:none; font-weight:normal}
a.rcScroller:hover{color:#2F5782;text-decoration:none; font-weight:normal}
rcScrollerHoverNS{color:#DA345B;text-decoration:underline; font-weight:normal}




/* downloads */
#downloads_page_container{
	width: 400px;
	padding-top: 30px;
}
#downloads_page_container td{
	padding-top: 10px;

}
#downloads_page_container fieldset{
	border: 1px solid #DA345B;
	padding: 8px 8px 20px 8px;
	margin-bottom: 20px;
}
#downloads_page_container legend{
	padding: 0px 5px 0px 5px;
	color: #2F5782;
	font-weight: bold;
}
#downloads_item{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	
}
.di_left{
	width: 40px; 
	color: #000;
}
.di_right{
	/*width: 350px; */
	text-align: left;
	color: #000;
}
.di_left img{
	margin-right: 10px; 
}
#downloads_container{
	width: 400px;
	padding: 0px;
}
#downloads_pagenavi{
	margin-bottom: 20px;
}
#downloads_after_login{
	padding: 0px 0px 5px 0px;
	color: #2F5782;
	font-weight: bold;
}

/* termine */

#termine_fieldset{
	width: 400px;
	padding: 0px 0px 20px 0px;
}
#termine_fieldset fieldset{
	border: 1px solid #DA345B;
	padding: 8px;
}
#termine_fieldset legend{
	padding: 0px 5px 0px 5px;
	color: #2F5782;
	font-weight: bold;	
}
#termine_adress{
	padding: 8px 5px 5px 5px;
}

#newsticker{
	width: 600px;
	margin: 0px 0px 20px 0px;
}

/* presse */
#login_wahl{
	width: 500px;
	padding-top: 40px;
}
#login_wahl .left{
	border-right: 1px solid #666;
	padding-right:10px;
}
#login_wahl .right{
	padding-left:10px;
}
.nav_button{
	border:1px solid #666; 
	background-color: #ffffff;
	color: #666;
	font-size:11px;
	cursor: hand;
	padding: 0px 5px 0px 5px;	
}