/* CSS Document: LBD - Lichtenberger BetreuungsDienste gGmbH */


/****************************** Allgemeine Styles ****************************/
body  {
	font-family:Arial, sans-serif; 
	font-size:14px; 
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #353630;
	background-image:url(bg.png);
	background-repeat:repeat-x;
    }
a {
	color:#353630;

	 }
a:hover{
	color:#006634;
	text-decoration:underline;
	 } 
input, td, textarea, option, select {
 font-size:1em;
 font-family:arial, sans-serif;
}
h1 {
	width:440px;
	height:16px;
	padding:7px 15px 5px 7px;
	text-align:right;
	background-image:url(title_bg.jpg);
	background-repeat:repeat-y;
	font-size:1em;
    }
h6 {
 font-size:20px;
 color:#006634;
 border: solid 1px #006634;
 padding:5px;
}

#container {
	width:900px;
	background: url(bg_container.gif) repeat-y #ffffff;
	margin: 0px auto;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	text-align:left;
    }
p {
 line-height:150%;
}
.align-center {
 text-align:center;
} 
.align-right {
 text-align:right;
}         
/****************************** Kopfleiste + Meta-Navigation ****************************/    
#top{
	width:870px;
	height:15px;
	font-size:12px;
	padding:15px 20px 15px 10px;
	text-align:right;
	background:#ffffff;
    } 
#banner{
	width:900px;
	height:130px;
	text-align:center;
	clear:both;
	background:#ffffff;
    }
a.meta_nav_cur {
	font-weight:bold;
}
    
/****************************** Content ****************************/     
    
#content_container {
	width:900px;
	background: #ffffff;
	margin: 0px auto;
    } 
    
#content{
	width:460px;
	padding:0px 20px 20px 20px;
	float:left;
    }
    	
#left{
	width:149px;
	padding:0px 20px 0px 20px;
	/*border-right: 1px solid #cbcbcb;*/
	float:left;
    }
    
/****************************** Navigation ****************************/       
div.menue{
	width:151px;
	background: #ffffff;
	background-image:url(menue_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	padding:0px;
	font-size:12px;
} 
div.menue a {
 text-decoration:none;
}	
a.navi_1, a.navi_1_cur, a.navi_1_act {
 	width:131px;
	padding:10px 10px 0px 10px;
	margin-top:10px;
	font-size:12px;
	display:block;	
}    
a.navi_1_cur, a.navi_1_act, a.navi_2_cur, a.navi_2_act,a.navi_3_cur, a.navi_3_act  {
	font-weight:bold;
}    
a.navi_2, a.navi_2_cur,a.navi_2_act {
 display:block;
 padding-top:5px;
 padding-left:20px;
 border:solid 0px;
}
a.navi_3, a.navi_3_cur,a.navi_3_act  {
 display:block;
 color:#000000;
 padding-top:2px;
 padding-left:30px;
 border:solid 0px;
 font-size:0.9em;
}
    
    
/****************************** Rechte Spalte ****************************/    
     
#right{
	width:169px;
	padding:0px 20px 20px 20px;
	/*border-left: 1px solid #cbcbcb;*/
	float:left;
	text-align:center;
	
    }
* html #right {                      /* Hack for IE6  */	
            float:right;
}

/****************************** Footer ****************************/   

div#abstand_unten {
 clear:both;
 height:30px;
 background:#ffffff;
}

#footer{
	width:870px;
	height:15px;
	font-size:0.8em;
	padding:15px 20px 15px 10px;
	text-align:center;
	clear:both;
	background:#ffffff;
	
    } 
/****************************** Formulare ****************************/ 
fieldset {
 border:0px;
}
div.csc-mailform-field {
 margin-bottom:5px;
 background:#F6F6F6;
 padding:3px;
}
div.csc-mailform-field label {
 width:160px;
 margin-right:10px;
 display:block;
 float:left;
 text-align:right;
}
div.csc-mailform-field input, div.csc-mailform-field textarea {
 width:250px;
}
span.csc-mailform-radio {

}
span.csc-mailform-radio label {
 float:none;
}
div.csc-mailform-field input.csc-mailform-radio {
 width:auto;
 display:block;
 float:left;
 clear:left;
}
div.csc-mailform-field input.csc-mailform-check {
 width:auto;
}
div.csc-mailform-field input.csc-mailform-submit {
 margin-left:170px;
}
/************************************ Sitemap *********************************/
li.sitemap_1 {
 margin:0px;
 margin-top:10px;
 background:url(title_flip.jpg) #CEE8AB;
 font-weight:bold;
 padding-left:3px;
}
li.sitemap_2 {
 margin:0px;
 margin-top:5px;
}
li.sitemap_3 {
 margin:0px;
 margin-top:5px;
}
/************************************ Sonstige Klassen *********************************/
h1.csc-firstHeader {
 margin-top:0px;
}

/***** Bildunterschrift ***/
dd.csc-textpic-caption {
 font-weight:normal;
 font-size:11px;
 display:block;
}
/************************************ Rahmen zur Auswahl *********************************/
.csc-frame-invisible {
 visibility:hidden;
}
.csc-frame-rulerBefore {
 border-top: solid 1px black;
}
.csc-frame-rulerAfter {
 border-bottom: solid 1px black;
}
.csc-frame-frame1 {
 border: solid 1px black;
 padding:5px;
}
.csc-frame-frame2 {
 background:#E7E7E7;
 padding:5px;
}
.csc-frame-indent {
 margin-left:60px;
}
.csc-frame-indent3366 {
padding-left: 33%;
}
.csc-frame-indent6633 {
padding-right: 33%;
}




