﻿/*=== Für CMS Debugausgaben ===*/
.cms4d_odebug{
	color:rgb(0,0,0);
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	padding:10px;
	float:left;
	clear:both;
	width:100%;
}
.cms4d_odebug h1{
	color:rgb(0,0,0);
	font-size:16px;
	text-indent:0px;
	background-image:none;
}
.cms4d_odebug pre{
	color:rgb(0,0,0);
	font-family:Verdana;
}


/*========== 02.09.2007, dogan ===============*/
body{
	color:black;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	/*70%=11px, 75%=12px*/
	font-size:75%;
	margin:0;
	padding:0;

	background-color:rgb(53,113,3);
	background-image:url(images-rsw/body-bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

@media print{
	body{
		color:black;
		background-color:white;
		text-align:left;
		margin:0;
		padding:0;
		background-image:none;
	}
}
/*IE Tabellenfehler*/
table{
	font-size:1em;
}



/*========= Layout Seite ==========*/
@media screen, projection{

	/*--------- Layout ----------*/
	.page_container{
		text-align:left;
		width:960px;
		margin:0 auto;
		padding:0;
		position:relative;
	}
	.page_container_2{
		width:960px;
		float:left;
		clear:both;
		position:relative;
		margin:0;
		padding:20px 0 20px 0;
	}

	.inner_page_container_2s{
		width:960px;
		float:left;
		clear:both;
		position:relative;
		margin:0;
		padding:0;

		background-color:white;
		background-image:url(images-rsw/inner-page-container-2s-bg.gif);
		background-repeat:repeat-y;
	}

	.inner_page_container_3s{
		width:960px;
		float:left;
		clear:both;
		position:relative;
		margin:0;
		padding:0;

		background-color:white;
		background-image:url(images-rsw/inner-page-container-3s-bg.gif);
		background-repeat:repeat-y;
	}


	.top_container{
		width:960px;
		height:140px;
		float:left;
		clear:both;
		background-image:url(images-rsw/top-container-bg.gif);
	}
	.top_table{
		width:960px;
		height:120px;
	}
	/*Bewirkt, dass zum einen unerwünschte Leerräume durch Code-Umbrüche unterbunden werden, und
	zum anderen, dass die 4 Register-Bilder sich in einer Zeile ohne Zwischenräume aufreihen.*/
	.top_table img{
		float:left;
		border:none;
	}
	.top_table .logo_td{
		width:320px;
	}
	.top_table .register_td{
		width:640px;
		padding-top:20px;
	}


	.content_container_2s{
		width:960px;
		float:left;
		clear:both;
		background-image:url(images-rsw/content-container-2s-bg.gif);
		background-repeat:no-repeat;
	}
	.content_container_3s{
		width:960px;
		float:left;
		clear:both;
		background-image:url(images-rsw/content-container-3s-bg.gif);
		background-repeat:no-repeat;
	}
	.left_col{
		width:255px;
		padding:20px 20px 0 20px; 
		float:left;
	}
	/*2 spaltiges Layout*/
	.center_col_2s{
		width:620px;
		float:left;
		padding:25px 0 0 25px;
	}
	.center_col_2s .html_content{
		width:620px;
		float:left;
		clear:both;
	}
	/*3 spaltiges Layout, z.B. Startseite*/
	.center_col_3s{
		width:415px;
		float:left;
		padding:25px 25px 0 25px;
	}
	.center_col_3s .html_content{
		width:415px;
		float:left;
		clear:both;
	}
	.right_col{
		width:152px;
		float:left;
		padding:35px 0 0 14px;
		display:block;
	}


	.bottom_container_2s{
		width:960px;
		height:40px;
		float:left;
		clear:both;
		background-image:url(images-rsw/bottom-container-2s-bg.gif);
		background-repeat:no-repeat;
	}
	.bottom_container_3s{
		width:960px;
		height:40px;
		float:left;
		clear:both;
		background-image:url(images-rsw/bottom-container-3s-bg.gif);
		background-repeat:no-repeat;
	}
}



@media print{
	.top_container{
		display:none;
	}
	.content_container{
		background-image:none;
		padding:0;
		margin:0;
	}
	.left_col{
		display:none;
	}
	.bottom_container{
		display:none;
	}
}





/*--- Absatz-Formate ---*/
@media screen{
	pre{
		font-size:1em;
		clear:both;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}

	h1{
		color:rgb(53,113,3);
		font-size:1.35em;
		margin:0 0 1em 0;
		padding:0px 0px 0px 22px;
		background-image:url(images-rsw/h1-bullet.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
	}
	h2{
		color:rgb(53,113,3);
		font-size:1.15em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h3{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h4{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h5{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}

	address{
		font-style:normal;
		font-size:0.8em;
		line-height:normal;
	}

	a{
		color:rgb(113,130,121);
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

	hr{
		height:1px;
		border-top:1px solid #000000;
		margin:10px 0 10px 0;
		clear:both;
		float:none;
	}


}
@media print{
	.h1{
		color:black;
		font-size:1.35em;
		margin:0 0 1em 0;
		padding:0;
		background-image:none;
	}
	.h2{
		color:black;
		font-size:1.1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	.h3{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h4{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h5{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}
	.html_content p{
		line-height:1.45em;
		margin-bottom:1em;
	}

}

.hr_solid{
	border-top:1px solid rgb(230,230,230);
	height:10px;
	margin-top:10px;
}
.hr_dashed{
	border-top:1px dashed rgb(204,204,204);
	height:10px;
	margin-top:10px;
}


/*--- Bildformate ---*/
img.bild_links{
	float:left;
	margin:0 10px 10px 0;
	border:none;
}

img.bild_rechts{
	float:right;
	margin:0 0 10px 20px;
	border:none;
}



/*--- Treemenu ---*/
.treemenu_container{
	width:255px;
	cursor:default;
	float:left;
	clear:both;
}
.tree{
}
.tree ul, .tree li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.tree a{
	color:black;
	text-decoration:none;
	font-size:12px;
	padding:7px 15px 9px 24px;
	/*BEACHTE: in diesem Fall ist der Abstand zwischen den Buttons nach oben definiert, da zum Info-Button der selbe Abstand vorliegt.
	Dies hat den Vorteil, dass ein sichtbarer Submenu-Container direkt unter einem Level-0 Button anschliessen kann.*/
	margin-top:10px;
	display:block;
	background-image:url(images-rsw/lvl-0.gif);
	background-repeat:no-repeat;
}
.tree .lvl_0, .tree .lvl_0_act, .tree .lvl_0_on{
	min-height:14px;
}
.tree a:hover, .tree .lvl_0_act, .tree .lvl_0_on{
	color:white;
	text-decoration:none;
	background-image:url(images-rsw/lvl-0-on.gif);
}
.tree .lvl_0_act, .tree .lvl_0_on{
	color:white;
	font-weight:bold;
}
.tree .has_child_nodes{
}
.tree .sub{
	background-color:rgb(231,239,178);
	width:225px;
	margin-left:15px;
	/*Die runden Ecken unten kommen vom Hintergrundbild. Da die Submenupunkte keine Hintergrundfarbe haben
	scheint die Rundung unter dem letzten sichbaren Menupunkt durch. Aus gestalterischen Gründen wird jedoch
	noch ein kleines padding unten angegeben, so dass der letzte Menupunkt flächenmässig gleich gross wirkt wie die darüber stehenden.
	Der letzte sichtbare Submeupunkt hat wie üblich keine Linie unten*/
	padding:0 0 2px 0;
	background-image:url(images-rsw/tree-sub-bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.tree .sub a{
	color:black;
	border-bottom:1px solid rgb(245,249,224);
	padding:4px 5px 5px 0px;
	margin:0;
	background-image:url(images-rsw/lvl-n.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.tree .sub a:hover{
	color:rgb(53,113,3);
	background-image:url(images-rsw/lvl-n-on.gif);
}
.tree .sub .lvl_n_act{
	color:rgb(0,0,0);
	font-weight:bold;
}
.tree .sub .lvl_n_on{
	color:rgb(53,113,3);
	font-weight:bold;
	background-image:url(images-rsw/lvl-n-on.gif);
}




/*--- Listen-Formate ---*/
@media screen{
	.html_content ul{
		list-style:none;
		margin:1em 0 1em 10px;
		padding:0;
	}
	.html_content ul ul{
		list-style:none;
		margin:0 0 0 9px;
		padding:0;
	}
	.html_content ul li{
		padding:0em 0 0.5em 18px;
		margin:0 0 0 -8px;
		background-image:url(images-rsw/li-bullet.gif);
		background-repeat:no-repeat;
		background-position:0px 1px;
	}

	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(102,102,102);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	/*als Textbox*/
	dl dt{
		border:1px solid rgb(204,204,204);
		color:black;
		margin:0 0 1em 0;
		padding:9px 10px 10px 10px;
		background-color:rgb(240,240,240);
	}
}
@media print{
	ul{
		margin:1em 0 1em 17px;
		padding:0;
		background-image:none;
	}
	ul li{
		padding:0;
		margin:0 0 1em 0;
		background-image:none;
	}
	ul ul{
		margin:1em 0 0 17px;
		background-image:none;
	}


	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(110,110,99);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	dl dt{
		border:1px solid black;
		color:black;
		margin:0 0 1em 0;
		padding:10px;
		background-color:white;
	}
}



/*--- Container Formate ----*/
fieldset{
	border:none;
	padding:0px;
	margin:0px;
}
.box_headline_1 *, .box_headline_2 *{
	margin:0;
	padding:0;
}
.box_headline_1{
	color:white;
	background-color:rgb(169,14,14);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}
.box_headline_2{
	color:white;
	background-color:rgb(205,131,26);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}




/*Hilfsklassen*/
.clearboth{
	float:none;
	clear:both;
}
.displaynone{
	display:none;
}



/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	padding:0px;
	margin-bottom:20px;
}
.cms4dmodul_2_teaser_modulcontainer ul, .cms4dmodul_2_teaser_modulcontainer li, .cms4dmodul_3_teaser_modulcontainer ul, .cms4dmodul_3_teaser_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_teaser_modulbodycontainer, .cms4dmodul_3_teaser_modulbodycontainer{
	padding:0px;
}
.cms4dmodul_2_teaser_modulbodycontainer ul li, .cms4dmodul_3_teaser_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}

.cms4dmodul_2_teaser_headline, .cms4dmodul_3_teaser_headline{

}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{

}


/*---------------------------*/

.cms4dmodul_2_liste_modulcontainer, .cms4dmodul_3_liste_modulcontainer{
	margin-top:1.5em;
	margin-bottom:1.5em;
	border-bottom:1px dashed #357002;
}
.cms4dmodul_2_liste_modulcontainer ul, .cms4dmodul_2_liste_modulcontainer li{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulcontainer ul, .cms4dmodul_3_liste_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_liste_modulbodycontainer{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulbodycontainer{
	background-color:transparent;
	padding:0;
}
.cms4dmodul_2_liste_modulbodycontainer ul li, .cms4dmodul_3_liste_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}

.cms4dmodul_2_liste_headline, .cms4dmodul_3_liste_headline{
	border-bottom:1px dashed #357002;
	padding-bottom:8px;
	margin-bottom:15px;
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid white;
}




/*htmlfragment_teaser*/
.htmlfragment_teaser{
}
.html_teaser p{
	margin:0 0 0.5em 0;
}
.html_teaser_hr{

	height:1em;
	margin-top:1em;
	clear:both;
}

/*news_teaser*/
.news_teaser{
	/*Der Abstand zur Überschrift, bzw. dem voranliegen Datensatz kommt zur Hälte aus diesem Container.
	Die andere Hälfte wird durch die Trennlinie news_teaser_hr erzeugt (s.u.).*/
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:auto;
}
.news_teaser_date{
	font-weight:bold;
	margin-bottom:0.5em;
}
.news_teaser p{
	margin:0 0 0 0;
	font-size:1em;
}
.news_teaser_lnk{
	font-weight:bold;
	font-size:1em;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img_container{
	max-width:120px;
	overflow:hidden;
	float:left;
	margin:0px 20px 0px 0px;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img{
	border:none;
}
.news_teaser_hr{
	margin-bottom:10px;
	border:1px solid #DFE999;
}
.news_teaser_hr_blank{
	clear:both;
	/*Die andere Hälfte des Abstands zwischen den Datensätzen*/
	height:0.5em;
}
.hr_dashed{
	border-top:1px dashed rgb(204,204,204);
	height:5px;
}


.news_teaser ul{
	list-style:none;
	margin:1em 0 1em 10px;
	padding:0;
}
.news_teaser ul ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.news_teaser ul li{
	padding:0em 0 0.5em 20px;
	margin:0 0 0 -8px;
	background-image:url(images-rsw/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

.news_teaser h3{
	font-size:1em;
	font-weight:bold;
	margin:0 0 1em 0;
}





/*=== Info Box 1, cms4dmodul -1 ===*/
/*für alle*/
.ibox_1_1 .body, .ibox_1_2 .body, .ibox_2_1 .body, .ibox_2_2 .body{
	border:1px solid #B0BCC4;
	background-color:#E9ECEF;
	padding:9px 9px 0 9px;
}
.ibox_1_1 img, .ibox_1_2 img, .ibox_2_1 img, .ibox_2_2 img{
	border:1px solid #B0BCC4;
	width:120px;
	height:90px;
	overflow:hidden;
	background-color:white;
}
/*Extraklasse für Modul-Container DIV, für kleinere Texte*/
.smalltext .body{
	font-size:9px;
}
.smalltext .ltable .td_left{
	padding-right:9px;
}

@media all{
	/*Die beiden Stile für ibox_1_1 sind bis auf die Überschrift (Farbe) identisch*/
	.cms4dmodul_-1_1_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_1_1, .ibox_1_2{
	}
	.ibox_1_1_body_container{
	}
	.ibox_1_1 a, .ibox_1_2 a{
		color:black;
	}
	.ibox_1_1 a:hover, .ibox_1_2 a:hover{
	}
	.ibox_1_1 a.lnk_href, .ibox_1_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_2 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_1 a.h_txt, .ibox_1_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
		font-size:1em;
	}
	.ibox_1_1 .s_txt, .ibox_1_2 .s_txt{
		font-size:9px;
	}
	.ibox_1_1 .i_txt{
	}
	.ibox_1_1 .b_txt{
	}
	.ibox_1_1 .ltable, .ibox_1_1 .ltable{
		width:100%;
	}
	.ibox_1_1 .td_left, .ibox_1_2 .td_left{
		padding:0 15px 9px 0;
 	}
	.ibox_1_1 .td_right, .ibox_1_2 .td_right{
		width:100%;
 	}




	.cms4dmodul_-1_2_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_2_1{
	}
	.ibox_2_1_body_container{
	}
	.ibox_2_1 a, .ibox_2_2 a{
		color:black;
	}
	.ibox_2_1 a:hover, .ibox_2_2 a:hover{
	}
	.ibox_2_1 a.lnk_href, .ibox_2_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_2_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-rsw/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-rsw/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_1 a.h_txt, .ibox_2_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_2_1_image_container, .ibox_2_2_image_container{
		margin-bottom:1em;
	}
	.ibox_2_1 .s_txt, .ibox_2_2 .s_txt{
		font-size:9px;
	}
	.ibox_2_1 .i_txt{
	}
	.ibox_2_1 .b_txt{
	}
}



/*=== Menu-Box ===*/
.box1{
	width:100%;
	margin-bottom:15px;
}
.box1_head1{
	border-left:8px solid rgb(153,0,102);
	border-top:1px solid rgb(204,204,204);
	border-right:1px solid rgb(153,153,153);
	border-bottom:1px solid rgb(153,153,153);
	color:rgb(0,0,0);
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 7px;
	background-color:rgb(204,204,204);
	background-image:url(images-rsw/box-headline-bg-hellgrau.gif);
	background-repeat:repeat-x;
}
.box1_head1 *{
	border:none;
	color:black;
	background-color:transparent;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.box1_head2{
	border-top:1px solid rgb(184,77,148);
	border-bottom:1px solid rgb(153,0,102);
	color:white;
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 9px;
	background-color:rgb(153,0,102);
	background-image:url(images-rsw/box-headline-bg-violett.gif);
	background-repeat:repeat-x;
}
.box1_head2 *{
	border:none;
	color:white;
	background-color:transparent;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.box1_body{
	border-left:1px solid rgb(240,240,240);
	border-right:1px solid rgb(153,153,153);
	border-bottom:1px solid rgb(102,102,102);
	background-color:rgb(230,230,230);
	padding:7px 9px 9px 9px;
}



/*--- Bildergalerie ---*/
.bildergalerie_container{
	text-align:left;
}
.img_register{
	margin-bottom:10px;
}
.img_register .but_fwd_back{
	color:black;
	border:1px solid #005BAB;
	background-color:#E5EEF6;
	font-weight:bold;
	text-decoration:none;
	padding:2px 6px 3px 6px;
	margin-right:1px;
}
.img_register .but_fwd_back:hover{
	color:white;
	background-color:#005BAB;
}
.bildergalerie_liste{
	margin:0px;
	padding:0px;
}
.bildergalerie_liste .prev_img_hidden{
	float:right;
	width:200px;
	overflow:hidden;
	border:6px solid #879B90;
	margin-top:10px;
}
.bildergalerie_liste_table{
	float:left;
	margin:10px 0 0 0;
	background-color:#879B90;
}
.bildergalerie_liste td{
	width:110px;
	height:110px;
}
.bildergalerie_liste .td_container{
	width:100px;
	text-align:center;
	overflow:hidden;
}
.bildergalerie_liste img{
	border:none;
}
.bildergalerie_liste .thumb_act{
	/* border:4px solid #005BAB; */
}
.bildergalerie_liste a, .bildergalerie_liste a:hover{
	background-color:transparent;
}

.bildergalerie_details{
	text-align:left;
}
.bildergalerie_details img{
	border:none;
}
.bildergalerie_big{
	/*breitenbegrenzung, damit ein grösseres Bild nicht das gesamte Seitenlayout zerstört.
	Die Höhe wir automatisch vom Bild übernommen, die Breite wird rechts ggf. abgeschnitten*/
	width:440px;
	overflow:hidden;
	text-align:left;
	margin:0;
}
.bildergalerie_big img{
	border:none;
}





/*--- Event Liste/Details ---*/
.event_register{
}
.event_register a{
	color:rgb(0,0,0);
	border:1px solid #005BAB;
	background-color:#CCDEEE;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
	text-decoration:none;
}
.event_register .year_buttons{
	float:left;
	clear:both;
	margin-bottom:2px;
}
.event_register .year_buttons a:hover{
	color:black;
	background-color:#AECAE4;
}
.event_register .but_y{
	background-color:#CCDEEE;
}
.event_register .act_year{
	border:1px solid #005BAB;
	color:white;
	background-color:#005BAB;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
}

.event_register .month_buttons{
	clear:left;
}
.event_register .month_buttons a:hover{
	color:black;
	background-color:#AECAE4;
}
.event_register .but_m{
	border:1px solid #005BAB;
	background-color:#E5EEF6;
}
.event_register .but_m_act{
	border:1px solid #005BAB;
	background-color:#CCDEEE;
}
.event_register .but_m_on{
	border:1px solid #005BAB;
	color:white;
	background-color:#005BAB;
	font-weight:bold;
}
.event_register .monat_name{
	margin:5px 0 5px 0;
	font-weight:bold;
}

.event_liste{
}
.event_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.event_liste ul li{
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;
}
.event_liste_hr{
	border-top:1px dashed #005BAB;
	margin:10px 0px 10px 0px;
	clear:both;
}
.event_liste_date{
}
.event_liste h1, .event_details h1{
	border:none;
	background-color:transparent;
	background-image:none;
	text-indent:0px;
	font-style:normal;
	padding:0px;
	font-family:Verdana;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.event_liste h2, .event_details h2{
	color:black;
	font-size:1.0em;
	margin:0.25em 0 0.6em;
	color:#005BAB;
}
.event_liste_lnk{
	font-weight:bold;
}
.event_details{
}
.event_details_date{
	margin-bottom:15px;
}
.event_details address{
	margin:0 0 1em 0;
}
@media screen{
	.event_details_backlink_top{
		float:right;
	}
	.event_details_backlink_top a{
		text-decoration:none;
	}
}
@media print{
	.event_details_backlink_top{
		display:none;
	}
}
.event_liste .data_img_container{
	width:120px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
}
.event_liste .box_2s{
	margin-left:130px;
}
.event_liste .data_img{
	border:none;
	margin-top:5px;
}
.event_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.event_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.event_details .data_img{
	border:none;
	margin-top:5px;
}
.event_details .data_img_txt{
	font-size:9px;
}




/*--- News Liste/Details ---*/
.news_liste{
	width:100%;
}

.news_liste .headline{
	font-size:1em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	color:#2F7200;
	color:black;
}
.news_liste .headline_newsmode{
	color:#375BAB;
	float:left;
	font-size:1.4em;
	font-weight:bold;
}
.news_liste .link_newsmode{
	float:right;
}

.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	background-image:none;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;
}


.news_liste_hr{
	border-top:1px solid #375BAB;
	margin:15px 0px 15px 0px;
	clear:both;
}
.news_liste_date{
	font-size:0.8em;
	color:#375BAB;
}
.news_liste h1, .news_details h1{

}
.news_liste h2{
	color:black;
	font-size:1.2em;
	margin:0 0 0.5em 0;
}
.news_details h2{
	font-size:1em;
	color:black;
	font-weight:bold;
}
.news_liste_lnk{
	font-weight:bold;
}
.news_details{
	padding-right:15px;
}
.news_details_date{
	margin-bottom:15px;
	font-weight:bold;
}

.news_details address{
	margin:0 0 1em 0;
}
@media screen{
	.news_details_backlink_top{
		text-align:right;
		margin-bottom:10px;
	}
	.news_details_backlink_top a{
		font-weight:bold;
	}
}
@media print{
	.news_details_backlink_top{
		display:none;
	}
}
.news_liste .data_img_container{
	max-width:120px;
	overflow:hidden;
	float:left;
	margin:-5px 20px 0px 0px;
}
.news_liste .box_2s{
	margin-left:130px;
}
.news_liste .data_img{
	border:none;
	margin-top:5px;
}
.news_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.news_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.news_details .data_img{
	border:none;
	margin-top:5px;
}
.news_details .data_img_txt{
	font-size:9px;
}



/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
	background-image:none;
	background-color:transparent;
	border:none;
	margin:0px;
	padding:0px;
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:none;
	background-color:transparent;
}
.htmlfragment_liste ul li{
	margin:0 0 20px 0;
	padding:0;
	background-image:none;
	background-color:transparent;
}

.htmlfragment_liste ul ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 1em 13px;
	padding:0;
	list-style:none;
}
.htmlfragment_liste ul ul li{
	padding:0 0 0 17px;
	margin:0 0 0.2em -12px;
	background-image:url(images-rsw/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}

.htmlfragment_liste ul ul ul{
	margin:1em 0 0 17px;
}



/*=== Sitemap ===*/
@media screen, projection{
	.sitemap{
		line-height:normal;
	}

	.sitemap a{
		color:black;
	}

	.sitemap a:hover{
		color:rgb(113,130,121);
	}

	.sitemap ul li{
		background-image:url(images-rsw/li-bullet.gif);
		background-position:0px 0px;
		font-weight:bold;
		margin-bottom:0.5em;
		padding-left:18px;
	}
	.sitemap ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li{
		border:none;
		padding-bottom:0;
		margin-top:1em;
		margin-bottom:1em;
	}
	.sitemap ul li ul li{
		background-image:url(images-rsw/li-bullet.gif);
		background-position:0px 0px;
		font-weight:normal;

	}
	.sitemap ul li ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li ul li{
		background-image:url(images-rsw/li-bullet.gif);
	}
}
@media print{
}


/*=== cms4dbot_search ===*/
.cms4dbot_search_result_container{
}
.cms4dbot_search_result_container .markstr{
	font-weight:bold;
	color:red;
	background-color:rgb(255,240,102);
	padding:0 0 1px 0;
}



/*=== cms4d inline Bildergalerie, JS-Diaslider ===*/
.cms4d_imageslider1_control{
	background-color:rgb(230,230,230);
	width:100%;
	padding:30px 0 0 0;
	/*WICHTIG: auch hier muss der overflow abgeschnitten werden wg. NS7 und Opera*/
	position:relative;
	overflow:hidden;
}
.cms4d_imageslider1_control .slider_container{
	width:100%;
	height:90px;
	overflow:hidden;
	position:relative;
}
.cms4d_imageslider1_control .slider{
	/*ACHTUNG: NS7 benötigt eine feste Breitenangabe*/
	width:10px;
	white-space:nowrap;
	position:absolute;
}
.cms4d_imageslider1_control .imgbox{
	width:120px;
	height:90px;
	margin-right:10px;
	overflow:hidden;
	cursor:pointer;
}
.cms4d_imageslider1_control img{
	border:none;
}
.cms4d_imageslider1_control .controls{
	height:30px;
}
.cms4d_imageslider1_control .dbut{
	color:rgb(102,102,102);
	height:30px;
	cursor:W-resize;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	overflow:hidden;
}



/*--- Newsfeed ---*/
.newsfeed{
	margin-bottom:2em;
	border-bottom:1px dashed #357002;
}

.newsfeed h2{
	border-bottom:1px dashed #357002;
	padding-bottom:8px;
	margin-bottom:1em;
}

.newsfeed .liste{
	margin-bottom:1em;
}

.detail_backlink{
	float:right;
	font-weight:bold;
}

.detail_date{
	font-weight:bold;
	margin-bottom: 1em;
}

.newsfeed .liste h3{
	font-size:1em;
	color:black;
	margin:0 0 0 0;
	padding:0;
}
	




/*--- Info-Box ---*/
.infobox1{
	width:200px;
	overflow:hidden;
	float:left;
}

.infobox1 h2{
	width:200px;
	background-image:url(images-rsw/infobox-h2-bg.gif);
	background-repeat:no-repeat;
	color:white;
	font-size:1.2em;
	margin-bottom:1px;
	padding:3px 0px 3px 0px;
	text-align:center;
}


/*--- Wetter-Box ---*/
.wetterbox{
	border:1px solid black;
	text-align:center;
	background-color:#F4EFAE;

	font-family: arial, helvetica, sans-serif;
	padding-top:5px;
	color:black;
	font-size:10px;
}

.wetterbox img{
	border:1px solid black;
}
.wetterbox select{
	border:1px solid black;
	font-size:12px;
}
.wetterbox input{
	border:1px solid black;
	font-size:12px;
	background-color:#F9FBEB;
}
.wetterbox a{
	color:black;
	font-size:10px;

}


/*--- Formularfelder ---*/
.ft1{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:298px;
	border: 1px #000000 solid;
}

.ft1_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:298px;
	border: 1px #000000 solid;
	background-color:#DBE1DD;
}

.ft2{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:150px;
	border: 1px #000000 solid;
}

.ft2_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:150px;
	border: 1px #000000 solid;
	background-color:#DBE1DD;
}

.ft3{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:100px;
	border: 1px #000000 solid;
}

.ft3_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:100px;
	border: 1px #000000 solid;
	background-color:#DBE1DD;
}

.ft4{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:230px;
	border: 1px #000000 solid;
}

.ft4_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:230px;
	border: 1px #000000 solid;
	background-color:#DBE1DD;
}

.sel1{
	width:230px;
}

.ta1{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:498px;
	border: 1px #000000 solid;
}

.ta1_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:498px;
	border: 1px #000000 solid;
	background-color:#DBE1DD;
}

.ta2{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:398px;
	border: 1px #000000 solid;
}

.ta2_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:398px;
	border: 1px #000000 solid;
	background-color:#DBE1DD;
}

.bt1{
	cursor:pointer;
	color:white;
	background-image:url(images-rsw/link-button-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:1px solid #819300;
}


/*--- Artikel Liste ---*/
.artikel_liste{

}

.artikel_liste .headline{
	font-weight:bold;
}

.artikel_liste .detail_image{
	float:left;
	margin-right:10px;
}

.artikel_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.artikel_liste li{
	margin:0px 0px 0px 0px;
	padding:0;
	background-image:none;
}
.artikel_liste ul li{
	background-image:none;
	padding-bottom:20px;
}

.artikel_details{
	padding:0px;
}




.artikel_details ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.artikel_details li{
	margin:0px 0px 0px 0px;
	padding:0;
	background-image:none;
}
.artikel_details ul li{
	background-image:none;
	padding-bottom:20px;
}



.artikel_details .artikel_html_content ul{
	list-style:none;
	margin:1em 0 1em 10px;
	padding:0;
}

.artikel_details .artikel_html_content li{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}

.artikel_details .artikel_html_content ul li{
	padding:0em 0 0.5em 18px;
	margin:0 0 0 -8px;
	background-image:url(images-rsw/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
}



.artikel_details .info_left{
	display:inline;
	float:left;
	width:310px;
}

.artikel_details .info_right{
	float:right;
	display:inline;
	width:200px;
}

.artikel_details .kontaktbox{
	width:200px;
	margin-bottom:20px;
}

.artikel_details .kontaktbox .head{
	padding:4px 10px 4px 10px;
	color:black;
	font-weight:bold;
	background-color:#B0C900;
}

.artikel_details .kontaktbox .content{
	padding:4px 10px 1px 10px;
	color:black;
	background-color:#E7EFB2;
}


.artikel_details .bt_uebersicht{
	width:200px;
}

.artikel_details .bt_uebersicht_lnk{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	background-image:url(images-rsw/bt-uebersicht.gif);
	background-repeat:no-repeat;
	padding:13px 0px 20px 10px;
	display:block;
}

/* CLASS - Sprungmarke - CSS Button */
a.sprungmarke-intern{
	border:1px solid #819300;
	color:#FFFFFF;
	position:relative;
	padding:2px 6px 3px 6px;
	background-image:url(images-rsw/link-button-bg.gif);
}

.pdf_list_icon{
	position:relative;
	border:1px solid #819300;
	color:#FFFFFF;
 	font-weight:bold;
	padding:5px 6px 5px 6px;
	background-image:url(images-rsw/link-button-bg2.gif);
	display:inline;
}
.pdf_list_icon a{
	color:#FFFFFF;
	background-image:url(images-rsw/pdf.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 22px;
	background-position:0px 0px;
}