*{
margin:0;
padding:0;
}

html{
	font-size:10px;
}

body {
	font-family: Arial;
	font-size: 10px;	
	color:#666;
	background:#e9edee;
}

h1{
	/*font-family:Times New Roman;*/
	color:#626e70;
	font-weight:bold;
	font-size:20px;
	padding:0 0 5px 0;
}

img{
	border:none;
}


.hidden{
	display:none;
}

a.anker{
	display:none;
}

a{
	text-decoration:none;
}

li{
	list-style-position:inside;
}

/* Container */

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

#page_container{
	width:958px;
	background:url(img/bg_new.gif) top left repeat-y;
	position:relative;
	padding-left:8px;
	padding-bottom:11px;
	float:left;
}

/* Header */

#head_area{
	width:940px;
	height:186px;
}

#head_logo{
	float:left;
	width:161px;
	height:156px;
	padding-bottom:30px;
}

/* HeaderTools */

#head_tools{
	float:left;
	width:778px;
	height:20px;
	margin-bottom:1px;
	background:#cd3301;
}

#tools{
	display:inline;
	float:left;
	width:350Px;
	padding-top:1px;
	text-align:right;
	/*margin-left:130px;*/
}

#tools a{
	float:left;
	margin:0 2pX;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#tools .suchwort{
	float:left;
	color:#fff;
	font-size:12px;
	margin-right:3px;
	margin-left:5px;
	padding-top:1px;
}

/* Suche */ 
#suche{
	display:inline;
	float:right;
	margin-right:10px;
}

#suche a{
	float:left;
	color:#fff;
	font-weight:bold;
	margin-top:2px;
	font-size:12px;
}

#suche .suchwort{
	float:left;
	color:#fff;
	font-size:12px;
	margin-top:2px;
	margin-right:3px;
}

#suche input{
	width:128px;
	border:1px solid #fff;
	float:left;
	margin-top:2px;
	margin-right:5px;
	background:url(img/suche_bg.gif) #fff top left repeat-x;
	font-size:12px;
}


#head_pics{
	float:left;
	/*position:absolute;
	/*top:21px;
	left:169px;*/
	width:778px;
	height:164px;
	padding:0;
	margin:0;
	/*background:#fff;*/
	background:url(img/behandlung.jpg) #fff top left no-repeat;
	z-index:0;
}

/* Horizontal Navigation */

#hori_nav{
	position:absolute;
	height:28px;
	top:156px;
	left:8px;
	border:1px solid #fff;
	background:#fff;
	z-index:10;
}

#hori_nav ul li{
	float:left;
	list-style-type:none;
	margin:0px; padding:0px;
	width:160px; overflow:hidden;
}

#hori_nav ul li a{
	float:left;
	/*width:150px;*/
	width:160px;
	overflow:hidden;
	margin:0px;
	padding:5px 0px 0px 0px;
	height:23px;
	background:url(img/navi_bg.gif) top left no-repeat;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight:normal;
}

#hori_nav ul li a:hover, #hori_nav ul li a.sub{
	background:url(img/navi_bg.gif) bottom left no-repeat;
	color:#00578f;
}

#hori_nav ul li.first a{
	background:url(img/navi_first_bg.gif) top left no-repeat;
}

#hori_nav ul li.first a:hover{
	background:url(img/navi_first_bg.gif) bottom left no-repeat;
	color:#00578f;
}

#hori_nav .active{
	background:url(img/navi_bg.gif) bottom left no-repeat;
	color:#00578f;
}

#hori_nav .first .active{
	background:url(img/navi_first_bg.gif) bottom left no-repeat;
	color:#00578f;
}

/* Spenden Button */

#sp_btn{
	position:absolute;
	width:164px;
	height:44px;
	top:35px;
	right:40px;
	z-index:10;
	background:#fff;
}

#sp_btn a {
	display:block;
	width:164px;
	height:44px;
	background:url(img/sp_btn_new.gif) no-repeat top left;
}
#sp_btn a:hover {
	background:url(img/sp_btn_new.gif) no-repeat bottom left;
}


/* Content Bereich */
#content_bereich{
	float:left;
	width:940px;
	margin-top:20px;
	background:url(img/content_sub_bg_new.gif) top left repeat-y;
}

#sidenavi{
	float:left;
	width:159px;
	padding-bottom:30px;
}

#sidenavi ul{
	float:left;
	border-bottom:1px solid #fff;
}

#sidenavi li{
	display:inline;
	float:left;
	list-style-type:none;
	margin-left:1px;
}

#sidenavi li a{
	float:left;
	padding:6px 0;
	width:153px;
	border-top:1px solid #fff;
	border-bottom:1px solid #4c9cd0;
	/*color:#00578f;*/
	color:#fff;
	padding-left:6px;
	font-weight:bold;
	font-size:11px;
}

#sidenavi li a:hover, #sidenavi li a.act, #sidenavi li a.sub1{
	background:#a9cfe7;
	border-bottom:none;
	padding-bottom:7px;
	color:#00578f;
}

/* zweite Ebene */

#sidenavi li ul{
	background:#fff;	
	border-bottom:none;
	margin:0;
	padding:0;
}

#sidenavi li ul li{
	background:#c6dae8;	
	margin:0;
	padding:0;
}

#sidenavi li ul li a{
	float:left;
	padding:6px 0;
	width:139px;
	border-top:1px solid #fff;
	border-bottom:1px solid #4c9cd0;
	/*color:#00578f;*/
	color:#175bae;
	padding-left:20px;
	font-weight:bold;
	font-size:11px;
}

#sidenavi li ul li a:hover{
	background:#e8f0f6;
	border-bottom:none;
	padding-bottom:7px;
	color:#175bae;
}

#sidenavi li ul li a.act, #sidenavi li ul li.sub2 a.bla:hover{
	background:#e8f0f6;
	color:#175bae;
	padding-bottom:6px;
}

#sidenavi li ul li.sub2 a{
	background:#e8f0f6;
	color:#175bae;
	border-bottom:none;
}

#sidenavi li ul li.sub2 a:hover{
	background:#e8f0f6;
	border-bottom:none;
	color:#175bae;
}


/* Dritte Ebene */

#sidenavi li ul li ul{
	background:#e8f0f6;	
	border-bottom:none;
	margin:0;
	padding:0 0 5px 0;
}

#sidenavi li ul li ul li{
	background:#e8f0f6;	
	margin:0;
	padding:0;
}

#sidenavi li ul li ul li a{
	float:left;
	padding:5px 0;
	width:129px;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #4c9cd0;*/
	border:none;
	/*color:#00578f;*/
	color:#175bae;
	padding-left:30px;
	font-weight:bold;
	font-size:11px;
}

#sidenavi li ul li ul li a:hover, #sidenavi li ul li ul li a.act{
	background:#e8f0f6;
	padding-bottom:5px;
	color:#175bae;
	text-decoration:underline;
}


/* Content Startseite */
#content{
	float:left;
	width:940px;
	margin-top:28px;
	padding-bottom:20px;
	padding-left:30px;
	font-size:12px;
}

#content_einstieg{
	float:left;
	/*width:475px;*/
	width:720px;
	margin-top:8px;
	padding-bottom:20px;
	padding-left:25px;
	font-size:12px;
}

/* Content Unterseite */
#content_sub{
	float:left;
	width:475px;
	margin-top:8px;
	padding-bottom:20px;
	padding-left:25px;
	font-size:12px;
}


#content_sub .csc-textpic-imagewrap{
		padding-right:5px;
}

/*#content_einstieg .csc-textpic-imagewrap{
	padding-right:0;
}
*/

#content_sub .csc-textpic-imagewrap dl, #content_einstieg .csc-textpic-imagewrap dl{
	margin:0;
	padding:0;
}

#content_sub .csc-textpic img, #content_einstieg .csc-textpic img{
	margin:1px;
	padding:0;
}

#content_sub .bild_container, #content_einstieg .bild_container{
	float:left;
	border:1px solid #f3f3f3;
}

#content_sub .img_container, #content_einstieg .img_container{
	float:left;
	border:1px solid #dadada;
}

#content_sub p{
	margin:0;
	padding: 5px 0; 
	line-height:18px;
}

#content_einstieg p {
	margin:0;
	padding: 5px 5px; 
	line-height:18px;
}

#content_sub h1, #content_einstieg h1{
	/*font-family:Times New Roman;*/
	/*color:#0072bc;*/
	color:#626e70;
	font-weight:bold;
	font-size:20px;
	padding:0 0 5px 0;
}


#content p{
	margin:0;
	padding: 5px 10px; 
	line-height:18px;
}

#content h1{
	/*font-family:Times New Roman;*/
	/*color:#0072bc;*/
	color:#626e70;
	font-weight:bold;
	font-size:20px;
	padding:0 10px;
}

#content h2{
	/*font-family:Times New Roman;*/
	/*color:#0072bc;*/
	color:#626e70;
	font-size:20px;
	font-weight:normal;
	padding:0 10px 5px 10px;
}

#content_sub h2, #content_einstieg h2{
	/*font-family:Times New Roman;*/
	/*color:#0072bc;*/
	color:#626e70;
	font-size:20px;
	font-weight:normal;
	padding:0 0 5px 0;
}

#content a, #content_sub a, #content_einstieg a{
	/*color:#cd3301;*/
	color:#0072bc;
	font-weight:bold;
}

#content a.sp_btn, #content_sub a.sp_btn, #content_einstieg a.sp_btn {
	display:block;
	font-weight:bold;
	color:#fff;
	background:url(img/spbut-kl.jpg) top left no-repeat;
	text-align:center;
	width:104px;
	font-size:11px;
	padding-top:1px;
}


#content a:hover, #content_sub a:hover, #content_einstieg a:hover{
	text-decoration:underline;
}

#content a.sp_btn:hover, #content_sub a.sp_btn:hover, #content_einstieg a.sp_btn:hover {
	text-decoration:none;
}


#content_sub .spenden_btn_content{
	float:left;
	margin:15px 0 10px 0;
	width:120px;
	height:24px;
	background:url(img/sp_btn_box.gif)top right no-repeat;
}

#content_sub li{
	list-style-position:outside;
	margin:8px 0 8px 15px;
}

#content_sub .tx-flseositemap-pi1 li{
	display:inline;
	float:left;
	list-style-position:outside;
	margin:0 0 0 20px;
	width:450px;
}

/* Right Content */
#right_content_sub{
	display:inline;
	float:left;
	width:232px;
	margin-left:20px;
	margin-top:15px;
	padding-bottom:15px;
}


#right_content_sub .right_content_box{
	display:inline;
	float:left;
	/*width:230px;*/
	padding:2px;
	border:1px solid #a7b9bb;
	background:#fff;
	margin-bottom:15px;
}


#right_content_sub .box_inhalt{
	float:left;
	width:230px;
	background:#e9edee;
	padding:5px 0;
}

#right_content_sub .box_inhalt h1{
	font-weight:normal;
	padding:0 10px;
	/*font-family:Times New Roman;*/
	color:#CD3301;
	font-size:20px;
}

#right_content_sub .box_inhalt p{
	font-family:arial;
	font-size:13px;
	padding:5px 10px;
	line-height:18px;
}


#right_content_sub .box_inhalt a{
	color:#0072bc;
	font-weight:bold;
}


#right_content_sub .box_inhalt img{
	margin:5px;
}

/* Spendenbeispiel */
.box{
	float:left;
	width:230px;
	border:1px solid #a7b9bb;
	padding:1px;
	background:#fff;
	margin-bottom:20px;
}

.spendenbeispiel, .spendenkonto{
	float:left;
	background:#e9edee;
	padding:5px;
	width:220px;
}

.spendenbeispiel h1{
	font-size:20Px;
	color:#0072bc;
	/*font-family:Times New Roman;*/
	margin-left:5Px;
}

.spendenkonto h1{
	font-size:20px;
	color:#CD3301;
	/*font-family:Times New Roman;*/
	margin-left:5px;
	font-weight:normal;
}

.spendenbeispiel ul{
	margin:10px 0;
	width:220px;
}

.spendenbeispiel li{
	
	list-style-position:outside;
	list-style-type:disc;
	font-size:12px;
	padding:5px 0;
	margin-left:20px;
}

.spendenbeispiel strong{
	color:#cd3301;
}

.spendenbeispiel a{
	float:left;
	margin:15px 0 10px 0;
	width:220px;
	height:24px;
	background:url(img/sp_btn_box.gif) no-repeat right top;
}

.spendenkonto p{
	font-size:12px;
	padding:5px;
}

/* Content Flex 3 Spalten Startseite */

.reihe_spalte{
	display:inline;
	float:left;
	width:940px;
}

.erste_spalte, .zweite_spalte, .dritte_spalte{
	float:left;
	width:280px;
	margin:0 12px 0 0;
}

.erste_spalte .csc-textpic-imagewrap dl, .zweite_spalte .csc-textpic-imagewrap dl, .dritte_spalte .csc-textpic-imagewrap dl{
	margin:0;
	padding:0;
}

.erste_spalte .csc-textpic img, .zweite_spalte .csc-textpic img, .dritte_spalte .csc-textpic img{
	margin:1px;
	padding:0;
}

.erste_spalte .bild_container, .zweite_spalte .bild_container, .dritte_spalte .bild_container{
	float:left;
	border:1px solid #f3f3f3;
}

.erste_spalte .img_container, .zweite_spalte .img_container, .dritte_spalte .img_container{
	float:left;
	border:1px solid #dadada;
}

/* Content Flex 1x2 und 2x1 Startseite */

.flex_container_1, .flex_container_2, .flex_container_3, .flex_container_4, .flex_container_5{
	display:inline;
	float:left;
	margin:20px 0;
}


.flex_container_1_oben, .flex_container_2_oben, .flex_container_3_oben, .flex_container_4_oben, .flex_container_5_oben{	
	display:inline;
	float:left;
	width:895px;
	height:4px;
	background-position: bottom left;
	background-repeat:no-repeat;
	font-size:0;
}


.flex_container_1_oben{
	background-image:url(img/1x2und2x1_oben.gif);
}

.flex_container_2_oben{
	background-image:url(img/1x1und1x2und1x1_oben.gif);
}

.flex_container_3_oben{
	background-image:url(img/1x1und1x1und1x2_oben.gif);
}

.flex_container_4_oben{
	background-image:url(img/1x2und1x2_oben.gif);
}

.flex_container_5_oben{
	background-image:url(img/4x1_oben.gif);
}

.flex_container_1_mitte, .flex_container_2_mitte, .flex_container_3_mitte, .flex_container_4_mitte, .flex_container_5_mitte{
	display:inline;
	float:left;
	width:895px;
	background-position: top left;
	background-repeat:repeat-y;
}

.flex_container_1_mitte{
	background-image:url(img/1x2und2x1_mitte.gif);
}

.flex_container_2_mitte{
	background-image:url(img/1x1und1x2und1x1_mitte.gif);
}

.flex_container_3_mitte{
	background-image:url(img/1x1und1x1und1x2_mitte.gif);
}

.flex_container_4_mitte{
	background-image:url(img/1x2und1x2_mitte.gif);
}

.flex_container_5_mitte{
	background-image:url(img/4x1_mitte.gif);
}

.flex_container_1_unten, .flex_container_2_unten, .flex_container_3_unten, .flex_container_4_unten, .flex_container_5_unten{
	display:inline;
	float:left;
	width:895px;
	height:4px;
	background-position: top left;
	background-repeat:no-repeat;
	font-size:0;
}

.flex_container_1_unten{
	background-image:url(img/1x2und2x1_unten.gif);
}

.flex_container_2_unten{
	background-image:url(img/1x1und1x2und1x1_unten.gif);
}

.flex_container_3_unten{
	background-image:url(img/1x1und1x1und1x2_unten.gif);
}

.flex_container_4_unten{
	background-image:url(img/1x2und1x2_unten.gif);
}

.flex_container_5_unten{
	background-image:url(img/4x1_unten.gif);
}


.flex_1x1_1, .flex_1x1_2,.flex_1x1_3, .flex_1x1_4{
	display:inline;
	float:left;
	width:203px;
	margin:0 15px 0 3px;
}

.flex_1x2, .flex_1x2_1, .flex_1x2_2{
	display:inline;
	float:left;
	width:426px;
	margin:0 15px 0 3px;
}

.flex_container_1_mitte .csc-textpic-intext-left{
	margin-left:10px ;
}

#content .csc-textpic-intext-left p{
	padding-left:0px;
	padding-top:0px;
}

#content .flex_1x2 h1, #content .flex_1x1_1 h1, #content .flex_1x1_2 h1{
	color:#cd3301;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
}

#content_einstieg .spalte1{
	float:left;
	width:344px;
	margin:0;
}

#content_einstieg .spalte2{
 float:left;
 width:344px;
 margin-left:30px;
}

#content_einstieg .content_3x1_oben{
	float:left;
	width:720px;
	height:3px;
	background:url(img/sp_einstieg_3x1_oben.gif) left top no-repeat;
	margin-top:20px;
	font-size:0px;
}

#content_einstieg .content_2x1_oben{
	float:left;
	width:475px;
	height:3px;
	background:url(img/Flex_2x1_klein_oben.gif) left top no-repeat;
	margin-top:20px;
	font-size:0px;
}

#content_einstieg .content_3x1_mitte{
	display:inline;
	float:left;
	width:720px;
	background:url(img/sp_einstieg_3x1_mitte.gif) left top repeat-y;
	padding-bottom:5px;
}

#content_einstieg .content_2x1_mitte{
	display:inline;
	float:left;
	width:475px;
	background:url(img/Flex_2x1_klein_mitte.gif) left top repeat-y;
	padding-bottom:5px;
}

#content_einstieg .content_3x1_mitte h1, #content_einstieg .content_2x1_mitte h1{
	color:#cd3301;
	padding:10px 0;
	font-weight:normal;
}

#content_einstieg .einstieg_spalte1{
	display:inline;
	float:left;
	width:227px;
	margin-right:17px;
}

#content_einstieg .content_2x1_mitte .einstieg_spalte1{
	display:inline;
	float:left;
	width:227px;
	margin-right:20px;
}

#content_einstieg .einstieg_spalte1 h1, #content_einstieg .einstieg_spalte2 h1, #content_einstieg .einstieg_spalte3 h1{
	margin-left:9px;
}

#content_einstieg .einstieg_spalte1 h3, #content_einstieg .einstieg_spalte2 h3, #content_einstieg .einstieg_spalte3 h3{
	padding-left:8px;
	font-size:14px;
}


#content_einstieg .einstieg_spalte1 .csc-textpic-left{
	margin-left:7px;
} 

#content_einstieg .einstieg_spalte2{
	display:inline;
	float:left;
	width:227px;
	margin-right:18px;
}

#content_einstieg .content_2x1_mitte .einstieg_spalte2{
	display:inline;
	float:left;
	width:227px;
	margin-right:0;
}

#content_einstieg .einstieg_spalte2 .csc-textpic-left{
	margin-left:8px;
} 

#content_einstieg .einstieg_spalte3{
	display:inline;
	float:left;
	width:227px;
}

#content_einstieg .einstieg_spalte3 img{ 
	margin:0 5px;
}

#content_einstieg .einstieg_spalte3 .csc-textpic img{ 
	margin:0;
}


#content_einstieg .einstieg_spalte3 p{ 
	margin:0 5px;
}

#content_einstieg .einstieg_spalte3 .csc-textpic p{ 
	margin:0;
}
#content_einstieg .einstieg_spalte3 .csc-textpic-left{
	margin-left:8px;
}

/*.einstieg_spalte1 .csc-textpic-text , .einstieg_spalte2 .csc-textpic-text, .einstieg_spalte3 .csc-textpic-text{
	padding:0 10px 10px 10px;
}*/

#content_einstieg .content_3x1_unten{
	float:left;
	width:720px;
	height:3px;
	background:url(img/sp_einstieg_3x1_unten.gif) left top no-repeat;
}

#content_einstieg .content_2x1_unten{
	float:left;
	width:720px;
	height:3px;
	background:url(img/Flex_2x1_klein_unten.gif) left top no-repeat;
}

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

/* Footer */
#footer{
	display:inline;
	float:left;
	width:938px;
	height:25px;
	margin:0 1px;
	/*background:#cd3301;*/
	background:#1A6DA3;
	color:#fff;
	font-size:12px;
	border-top:1px solid #fff; 
}

#copyright{
	float:left;
	width:330px;
	padding:5px 0 0 15px;
	font-size:12px;
}

#footer_links{
	float:right;
	padding:4Px 0 0 0;
	margin-right:4px;
	
}

#footer_links a{
	color:#fff;
	padding:0 8px 0 5px;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #fff;
	
}
#copyright a.sdsh{
	color:#fff;
	padding:0 8px 0 5px;
	font-size:11px;
	font-weight:bold;
}

#footer_links .last{
	border:none;
}

/* Sitemap */

.tx-flseositemap-pi1{
	float:left;
	width:470px;
}

.tx-flseositemap-pi1 li{
	float:left;
	clear:both;
	margin-left:20px;
	padding:5px 0;
	list-style-type:none;
}

/************************************
* Kontaktformular und Weiterempfehlen
************************************/

.csc-mailform{
	border:none;
	float:left;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 0 0 10px;
	width:317px;
	/*background-color:#E1F4FD;*/
	border:1px solid #cccccc;
}

.tipafriend_fieldset{
	float:left;
	width:337px;
	border:none;
	margin-top:10px;
	margin-bottom:10px;
	/*background-color:#E1F4FD;*/
	border:1px solid #cccccc;
	padding:10px;
}

.csc-mailform-field, .tipafriend_field{
	float:left;
	margin-bottom:15px;
}

.csc-mailform-field label{
	float:left;
	width:100px;
}

.tipafriend_field label{
	float:left;
	width:135px;
}

.csc-mailform-field input, .tipafriend_field input{
	float:left;
	width:200px;
	border:1px solid #aaaaaa;
	background:#fff;
	color:#555555;
}

.csc-mailform-field select{
	float:left;
	width:202px;
	background:#fff;
	border:1px solid #aaaaaa;
	color:#555555;
}


.csc-mailform-field textarea{
	margin-top:8px;
	width:300px;
	background:#fff;
	border:1px solid #aaaaaa;
	color:#555555;
}

.tipafriend_field textarea{
 	margin-top:8px;
	width:335px;
	height:100px;
	background:#fff;
	border:1px solid #aaaaaa;
	color:#555555;
 }
 
.pflicht{
 	float:left;
 	clear:both;
 	margin-top:10px;
 	padding-bottom:10px;
 }

#mailformLöschen{
	width:100px;
	margin-right:105px;
	/*background:#EC9123;*/
	border:1px solid #999;	
	color:#555555;
	font-weight:bold;	
}

#mailformformtype_mail{
	float:left;
	width:100px;
	/*background:#EC9123;*/
	border:1px solid #999;
	color:#555555;
	font-weight:bold;
}

.tipafriend_field_submit input{
	float:right;
	width:100px;
	background:#EC9123;
	border:1px solid #999;
	color:#555555;
	font-weight:bold;
}

#mailformLöschen:hover,#mailformformtype_mail:hover, .tipafriend_field_submit input:hover{
	/*background:#F6C891;*/
	border:1px solid #999;
	/*color:#555555;*/
}

#content .tipafriend_field a{
	background-image:none;
	margin:0;
	padding:0;
}

.tip_many_friends_error{
	color:#ff0000;
	font-weight:bold;
}

.error {
	color:#FF0000;
	font-weight:bold;
	padding-top:0pt;
}

/*rte Klassen */
span.text_red_bold {
	font-weight:bold;
	color:#cd3301;
}

#right_content_sub .box_inhalt a.sp_btn {
	display:block;
	font-weight:bold;
	color:#fff;
	background:url(img/spbut-kl.jpg) top left no-repeat;
	text-align:center;
	width:104px;
	font-size:11px;
	padding-top:1px;
}

  /**********************************/
 /*        Suche Extension         */
/**********************************/

.tx-indexedsearch{
	float:left;
	width:650px;
	margin-left:185px;
}

.tx-indexedsearch h3{
	height:20px;
	margin-bottom:5px;
}

.tx-indexedsearch-browsebox{
	clear:both;
}

.tx-indexedsearch-browsebox li {
	list-style:none;
	float:left;
	margin-right:10px;
	
}

#content .tx-indexedsearch-browsebox p{
	padding:10px 0 20px 0;
}

#content .tx-indexedsearch-browsebox li a {
	float:left;
	font-weight:normal;
	text-decoration:none;
}

.tx-indexedsearch-single{
	float:left;
	margin:15px 0;
}

#content .tx-indexedsearch-single p{
	float:left;
	margin:5px 0 0 0;
	padding:0;
	line-height:18px;
}

#content .suche h1{
	padding:0 0 10px 0;
}

#content .suche .suchfeld{
	width:300px;
}

#content .suche .suchbutton{
	width:80px;
}

#content li.tx-indexedsearch-browselist-currentPage a{
	font-weight:bold;
}

#content .percent{
	font-weight:bold;
}

/* Adressänderung */

#formular_container{
	position:relative;
	float:left;
}

.formular{
	float:left;
	padding:10px;
	margin-top:29px;
	padding-bottom:none;
	border:1px solid #97abad;
}

#content_sub .formular p.error{
	display:inline;
	color:#CD3301;
	float:left;
	padding-left:100px;
}

#content_sub .formular .pflicht{
	color:#D04011;
	float:none;
	margin-left:3px;
	width:5px;
}

#content_sub .formular h1{
	position:absolute;
	top:0;
	left:0;
	float:left;
	width:153px;
	height:27px;
	margin:0;
	padding-top:3px;
	text-align:center;
	color:#CD3301;
	font-size:16px;
	font-weight:bold; 
	background:url(../../../../fileadmin/styles/img/sp_tabs.gif) top left no-repeat;
}

#content_sub .formular h2{
	color:#CD3301;
}

.formular fieldset{
	float:left;
	border:none;
	width:410px;
	margin:5px 0;
}

.formular .zeile{
	float:left;
	margin:5px 0;
	width:410px;
}

.formular label{
	float:left;
	width:100px;
}

.confirm label{
	float:left;
	width:150px;
}

.formular input{
	float:left;
	width:300px;
}

.formular input.nr{
	float:left;
	width:70px;
	margin-left:5px;
}

.formular input.plz{
	float:left;
	width:70px;
	margin-right:5px;
}

.formular input.ort, .formular input.strasse{
	float:left;
	width:220px;
}

.formular input.button{
	width:120px;
	height:22px;
	background:url(../../../../fileadmin/styles/img/btn_absenden.gif) no-repeat;
	border:none;
	padding-bottom:2px;
	font-weight:bold;
	color:#fff;
	margin-left:100px;
}

.confirm input.button{
	width:120px;
	height:22px;
	background:url(../../../../fileadmin/styles/img/btn_absenden.gif) no-repeat;
	border:none;
	padding-bottom:2px;
	font-weight:bold;
	color:#fff;
	margin-left:50px;
	margin-top:10px;
}

#container #content_einstieg .content_3x1_mitte ul
 {
 	padding: 3px;
	margin-left: 21px;

}

#container #content_einstieg .content_3x1_mitte ul li {
	list-style-position: outside;
	padding-bottom: 8px;
}

#container #content_einstieg .content_3x1_mitte ul li a {
	color:#666666;
}
