@charset "utf-8";
/*-----------------------------------BODY------------------------------------ */

body{
	margin:0;
	padding:0;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#b5b5b5;
	text-align:center;
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
}   

/*-----------------------------------Spalten------------------------------------ */
.leftCol{
  width:223px;
  padding:0px 0 0 0;
  float:left; 
}
.rightCol{
  padding:0px 0 0 0;
}
.boxLeft{
  float:left;
  margin-left:18px;
  width:280px;
}
.boxRight{
  float:left;
}
.leftCol img{
  border: 1px solid #6d6d6d;
}
.boxRight img{
  border: 1px solid #6d6d6d;
}
.servieKostenlos{
  background:url(../images/serviceKostenlos.gif) no-repeat; 
  color:#ffffff; 
  font-size:16px; 
  padding-top:5px; 
  font-weight:bold; 
  width:265px; 
  height:45px; 
  text-align:center;
}

.seperatorNaviTop{
  color:#ffffff;
  margin:0 10px;
  float:left;
}

.greenBox{
  background-color:#009036; 
  height:30px; 
  border-top:1px solid #ffffff; 
  border-bottom:1px solid #ffffff; 
  width:210px;
  color:#ffffff;
  padding:12px 0 0 10px;
  font-size:15px;
}   
.bulletinBox{
  width:208px;
  height:121px;
  padding:5px 0 5px 10px;
  border: 1px solid #6d6d6d;
}

.bulletinPoint{
  background-image: url(../images/bulletPoint.gif);
  width:20px;
  height:28px;
  float:left;
} 
.bulletinText{
  float:left;
  margin:4px 0 0 5px;
  color: #4a4a4a;
  width:180px;
}
.formBox{
  margin-top:1px;
  width:208px;
  height:182px;
  padding:10px 0 0 10px;
  border: 1px solid #6d6d6d;
}
.buttonBox{
  margin:1px 0 2px 0;
  width:193px;
  height:57px;
  padding:37px 0 0 25px;
  border: 1px solid #6d6d6d;
}

.buttonLeft{
  background-image:url(../images/buttonLeft.gif);
  width:5px;
  height:26px;
  float:left;
}
.sendButton{
  cursor:pointer;
}
.buttonCenter{
  background:url(../images/buttonCenter.gif) repeat-x;
  height:21px;
  float:left;
  color:#ffffff;
  padding:5px 10px 0 0;
  font-weight:bold;
}
.buttonRight{
  background-image:url(../images/buttonRight.gif);
  width:23px;
  height:26px;
  float:left;
}
                     
.rightCol{
  float:left;
}
/*-----------------------------------LINKS------------------------------------*/

a.link{
	color:#494949;
	text-decoration:none;
}
a.TextLink:link, a.TextLink:hover, a.TextLink:active, a.TextLink:visited {
	text-decoration:underline;
	color:#000000;
}

a.linkschwarz{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
a.linkweiss{
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.linkweissnavi{
	color:#FFF!important;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.linkweisspopup{
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
a.linkglossar{
	color:#494949;
	text-decoration:underline;
}
a.anker{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
a.unavlink{
	color:#494949;
	text-decoration:none;
}
a.link_rot{
	color:#8c2321;
	text-decoration:none;
}
a.link_blau{
	color:#1b5393;
	text-decoration:none;
}
a.linkabc{
  color:#fff;
  text-decoration:none;
  font-size:12px;
}
/* --------------------Zusatz für die Navi im Bereich der News--------------- */
  #aktiveNews{
    color:#fff;
    text-decoration:underline;
    font-size:12px;
  }
  
a.linkfliestext{
  color:#000;
  text-decoration:none
}

a.LinkWeiss:link, a.LinkWeiss:hover, a.LinkWeiss:active, a.LinkWeiss:visited {
	background-image:url(/images/pfeil_zurueck.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
}

a.BTNRed:link, a.BTNRed:hover, a.BTNRed:active, a.BTNRed:visited {
	text-decoration:none;
	padding:2px 8px 3px 20px;
	width: 42px;
	height:20px;
	background-image:url(/images/pfeil_weiss.gif);
	background-color:#8c2321;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
a.BTNBlue:link, a.BTNBlue:hover, a.BTNBlue:active, a.BTNBlue:visited {
	text-decoration:none;
	padding:2px 8px 3px 20px;
	width: 42px;
	height:20px;
	background-image:url(/images/pfeil_blauweiss.gif);
	background-color:#1b5393;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
a.BTNOrange:link, a.BTNOrange:hover, a.BTNOrange:active, a.BTNOrange:visited {
	text-decoration:none;
	padding:2px 8px 3px 20px;
	width: 42px;
	height:20px;
	background:url(/images/pfeil_suche_orange.gif) no-repeat left -2px;
	background-color:#ee7f00;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

a.BTNWhite:link, a.BTNWhite:hover, a.BTNWhite:active, a.BTNWhite:visited {
	text-decoration:none;
	display:block;
	padding:2px 8px 3px 20px;
	line-height: 14pt;
	width: 42px;
	height:14px;
	background-image:url(/images/pin.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

a.BTNRedLeistungen:link, a.BTNRedLeistungen:hover, a.BTNRedLeistungen:active, a.BTNRedLeistungen:visited {
	background-image:url(/images/pfeil_leistungen.gif); 
	background-repeat:no-repeat;
	background-position:0px 2px;
	text-decoration:none;
	padding-left:10px;
	color:#000000;
	font-weight:bold;
}
a.BTNBlueLeistungen:link, a.BTNBlueLeistungen:hover, a.BTNBlueLeistungen:active, a.BTNBlueLeistungen:visited {
	background-image:url(/images/pfeil_leistungen_blau.gif); 
	background-repeat:no-repeat;
	background-position:0px 2px;
	text-decoration:none;
	padding-left:10px;
	color:#000000;
	font-weight:bold;
}
.link_bild, .link_bild:hover, .link_bild:visited, .link_bild:active
{
	border:0;
}

/*--------------------------------Container-----------------------------------*/
div#container{
	position:relative;
	width:992px;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/site_bg.gif);
	background-repeat:repeat-y;
	}
div#content{
	margin-left:208px;
	padding-top:38px;
	}

div#head{
	background-image:url(/images/wwk_header_bg.gif);
	background-repeat:no-repeat;
	position:relative;
	width:992px;
	height:162px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
div#head_weiss{
	background-color:#FFFFFF;
	width:9px;
	height:35px;
	float:left;
}
div#navi_corner{
	background-color:#f6f6f7;
	width:167px;
	height:34px;
	border-left:solid 1px #6d6d6d;
	border-top: solid 1px #6d6d6d;
	float:left;
	}
div#navi_right{
	background-color:#f6f6f7;
	width:816px;
	height:33px;
	margin-left:168px;
	border-top: solid 1px #6d6d6d;
	border-bottom:solid 1px #6d6d6d;
	text-align:left;
	}

div#navi{
	float:left;
	width:177px;
	height: 150px;
	margin:8px 0 0 0;
	*margin:20px 0 0 0;
	padding:0;
}
div#navi .merker
{
	margin-top: 20px;
	margin-left: 15px;
	height: 50px;
}
ul#navi_ul{
	list-style-type:none;
	padding:0;
	font:bold 12px Arial;
	width:177px;
}

ul#navi_ul li{
  height:24px;
  line-height:18px;
}
/*---------------------------------Link navi----------------------------------*/
ul#navi_ul li a{
	display: block;
	width: 157px;
	padding: 2px 0 3px 10px;
	color:#6d6d6d;
}

ul#navi_ul li.unavi_li a.linkInaktiv{
	display: block;
	width: 137px;
	padding: 0px;
	line-height:24px;
}

ul#navi_ul li.navi_li_inaktiv_grau a.linkInaktiv:hover{
	color:#009036;
	height:19px;
}
ul#navi_ul li a.linkInaktiv:hover{
	color: #009036;
	height:19px;
}


/*-------------------------------Link aktiv grau------------------------------*/
ul#navi_ul li.navi_li_aktiv_grau{
	background-color:#a3a3a3;
	margin: 0 0 0 10px;
	color:#ffffff;
}

 /*-------------------------------Link aktiv gruen----------------------------*/
ul#navi_ul li.navi_li_aktiv_gruen{
	background-color:#009036;
	color:#FFFFFF;
	margin:0px 0 0 10px;
}

ul#navi_ul li.navi_li_inaktiv_gruen{
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-left:solid 10px #009036;
	margin:0px 0 0 0px;
  padding:0 0 0 0px;
}

ul#navi_ul li.navi_li_inaktiv_grau{
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-left:solid 10px #a3a3a3;
	margin:0px 0 0 0px;
}

ul#navi_ul li.navi_li_inaktiv{
	text-decoration:none;
	
	background-repeat:repeat-x;

	margin:5px 0 0 10px;
/*	padding:2px 0 3px 10px;*/
}

ul#navi_ul li.navi_li_inaktiv_gruen#home{
  border-top:1px solid #009036;
}
ul#navi_ul li.navi_li_aktiv_gruen#home{
  border-top:1px solid #009036;
  padding:0 0 0 10px;
  line-height:22px;
}
ul#navi_ul li{
	
	border-bottom:1px solid #009036;
}

ul#unavi_ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
li.unavi_li{
	font:11px Arial;
	background-color:#FFFFFF;
	text-decoration:none;
	margin-left:10px;
	padding:3px 0 3px 6px;
	color:#494949;
	border-left:solid 10px #FFFFFF;
}

/*------------------------------unterpunkt blau-------------------------------*/

li.unavi_li#aktivgrau{
	border-left:solid 10px #a3a3a3;
	font:bold 11px Arial;
	line-height:24px;
}
li.unavi_li#aktivgruen{
	border-left:solid 10px #009036;
	font:bold 11px Arial;
	line-height:24px;
}


div#navi_left{
	background-color:#f6f6f7;
	width:170px;
	height:550px;
	border-left:solid 1px #6d6d6d;
	border-right:solid 1px #6d6d6d;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
	}

div#footer{
	position:absolute;
	right:43px;
	bottom:10px;
}

div.platzhalter{
	height:4px;
	}
div.platzhalter2{
	height:1px;
	}
	
div.platzhalter3{
	height:29px;
}

div.platzhalter4{
	height:40px;
	width:1px;
}
.clear{
	clear:both;
}

div#schatten_head{
	background-image:url(/images/schatten_rechts.png);
	background-repeat:no-repeat;
	height:162px; 
	width:8px; 
	position:absolute;
	top:0px; 
	right:0px;
}

div#schatten_unten{
	background-image:url(/images/schatten_unten.png);
	background-repeat:no-repeat;
	height:8px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
}

div#schatten_rechts_mitte{
	background-image:url(/images/schatten_mitte.png);
	background-repeat:repeat-y;
	height:100%;
	width:8px; 
	position:absolute; 
	top:0px; 
	right:0px;
}

div.text_spacer{
	height:3px;
	width:1px;
}

div#detail_img{
	width:179px;

}

div#content_img{
	width:175px;
	float:left;
	padding-left:10px;
	margin-bottom:20px;
}

/*-----------------------------------Workaround ------------------------------*/
#news{
	width:520px; 
	margin-left:190px; 
	border-left:solid 1px #6d6d6d; 
	padding-left:10px;
}
*div#news{
  width:489px;

}

*div#head_weiss{
	position:relative;

}

*div#navi_corner{
	position:relative;

	}
	
*div#navi_right{
	background-color:#f6f6f7;
	width:808px;
	height:33px;
	margin-left:168px;
	border-top: solid 1px #8c2321;
	border-bottom:solid 1px #6d6d6d;
	margin-top:0px;
	position:relative;

	}
	
*div#navi{
	position:relative;
	left:-40px;
	width:177px;
}

*div#navi .merker
{
	position:relative;
	left:40px;
}

*ul#navi_ul li.unavi_li a.linkInaktiv{
	display: block;
	width: 137px;
	padding: 0px;
}

/* -----------------------------Text Formatierungen --------------------------*/
h1{
	margin:0 0 17px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#8c2321;
}
h1#blau{
	margin:0 0 17px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#1b5393;
}
h1#grau{
	margin:0 0 17px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#6d6d6d;
}
h1#gruen{
	margin:0 0 17px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#009036;
}
h2{
	color:#8c2321;
	font: bold 1.2em Arial;
	margin:20px 0 10px 0;
}
h2.blau{
	color:#1b5393;
  	font: bold 1.2em Arial;
	margin:20px 0 10px 0;
}
h2.gruen{
	color:#009036;
  	font: bold 1.2em Arial;
	margin:20px 0 10px 0;
}
h2.grau{
	color:#6d6d6d;
  	font: bold 1.2em Arial;
	margin:20px 0 10px 0;
}

.Size12{
	font-size:12px;
	}	
	
.linkInaktiv{
	color:#494949;
	font: bold Arial;
	text-decoration:none;
	}
	
.fliestext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000000;
	}

.fliestextgrau{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494949;
	}

.fliestextweiss{
	font-size:1.0em;
	color:#FFFFFF;
}
.fliestextrot{
	color:#8c2321;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.fliestextgruen{
	color:#009036;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.fliestextblau{
	color:#1b5393;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textweiss{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
ul.prophy{
	list-style-type:square;
	color:#000000;
}
.TextNews{
	color:#FFFFFF;
	font-size:12px;
}
.TextEyecatcherHome{
	color:#FFFFFF;
	font-size:16px;
}
.TextHome{
	font-size:12px;
}

.ContentText{
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	width:690px;
}

/*---------------Archiv--------------*/
.linie_archiv
{
	margin-top:20px;
	height:1px; 
	font-size:0; 
	background-color:#6d6d6d; 
	margin-bottom:5px;
}
.text_archiv
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.text_archiv_grau
{
	font-family:Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	font-size:12px;
}
.link_archiv
{
	color:#000000;
	text-decoration:none;
}
.zelle_archiv
{
	width: 150px;
}
.text_link, .text_link:hover, .text_link:active, .text_link:visited 
{
	text-decoration:none;
	color: #000000;
}
.text_link2, .text_link2:hover, .text_link2:active, .text_link2:visited 
{
	text-decoration:none;
	color:#8c2321;
}
.text_link3, .text_link3:hover, .text_link3:active, .text_link3:visited 
{
	text-decoration:none;
	color:#1b5393;
}
.text_rot_archiv
{
	color:#8c2321; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	float:left; 
	font-weight:bold; 
	margin-right:30px;
}
.text_blau_archiv
{
	color:#1b5393; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	float:left; 
	font-weight:bold; 
	margin-right:30px;
}

.text_news_archiv
{
	color:#FFFFFF;
	font-size:12px;
	float:left; 
	width:530px; 
	margin-left:10px;
}
.text_news_archiv2
{
	color:#FFFFFF;
	font-size:12px;
	float:left; 
	width:120px; 
	font-weight:bold;
}

.archiv_background
{
	background-color:#ececec; 
	padding:5px 2px 5px 5px; 
	width:180px; 
	margin:2px 0 2px 0; 
	border-bottom:solid 1px #6d6d6d;
}

.archiv_background2
{
	background-color:#fff; 
	padding:5px 2px 5px 5px; 
	width:180px; 
	margin:2px 0 2px 0; 
	border-bottom:solid 1px #6d6d6d;
}
.newsKA
{
	height:3px;
}
.newsarchivTest
{
	border-left:solid 1px #6d6d6d;
	width: 470px;
	margin-left: 200px;
	padding-left: 10px;
}
.newsUeberschrift
{
	color:#FFFFFF;
	font-size:12px;
	line-height:18px; 
	margin-left:10px;
	font-weight:bold;	
}
.newsarchiv_pfeil
{
	float:left; 
	width:20px;
}
.line_spacer
{
	height:10px;
}
.bar_archiv1
{
	line-height:20px; 
	float:left; 
	width:690px;
}
.bar_archiv2
{
	float:left; 
	margin-left:8px; 
	margin-top: 4px; 
	width:60px; 
}
.news_archiv_vorschau
{
	padding:0px; 
	margin:0px; 
	width:590px
}
.news
{
	width:489px;  
	border-left:solid 1px #6d6d6d; 
	margin-left:190px;
	padding-left:5px;
}
/* -----------------------------Content Homepage----------------------------- */
div#abstand{
  margin:73px 0 20px 23px;
}

*div#abstand{
  margin:92px 0 20px 23px;
}

div#abstand2{
  margin:78px 0 20px 23px;
}

*div#abstand2{
  margin:98px 0 20px 23px;
}

div#kasten1{
	background-image:url(/images/kasten1_hg.jpg);
	background-repeat:no-repeat;
	width:362px;
	height:348px;
	padding-top:20px;
	float:left;
}

div#kasten2{
	background-image:url(/images/kasten2_hg.jpg);
	background-repeat:no-repeat;
	width:362px;
	height:348px;
	margin-left:382px;
	padding-top:20px;
}

div.form{
	width:325px;
	margin-left:15px;
}

input,select.input_text{
	margin:0;
	border:solid 1px #656464;
	}

.progress{
	width: 150px;
	height:16px;
	color: #000000;
	font-size: 12px;
  overflow: hidden;
  
	padding-left: 0px;
	*padding-left: 20px;
}

input#form_button_rot{
	width:74px;
	padding:2px 0 3px 5px;
	background-image:url(/images/pfeil_suche_rot.gif);
	background-color:#8c2321;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:248px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

input#form_button_blau{
	width:74px;
	padding:2px 0 3px 5px;
	background-image:url(/images/pfeil_suche_blau.gif);
	background-repeat:no-repeat;
	background-color:#1b5393;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:248px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
input#form_button_gruen{
	width:74px;
	padding:2px 0 3px 5px;
	background-image:url(/images/pfeil_suche_gruen.gif);
	background-repeat:no-repeat;
	background-color:#009036;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:248px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
input#form_button_orange{
	width:74px;
	padding:2px 0 3px 5px;
	background-image:url(/images/pfeil_suche_orange.gif);
	background-repeat:no-repeat;
	background-color:#ee7f00;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:248px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

input#form_button_grau{
	width:74px;
	padding:2px 0 3px 5px;
	background-image:url(/images/pfeil_suche_grau.gif);
	background-repeat:no-repeat;
	background-color:#6d6d6d;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:248px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

input#form_detail_rot{
	padding:2px 36px 3px 19px;
	*padding:2px 13px 3px 2px;
	background-image:url(/images/pfeil_detailsuche.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:27px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
input#form_detail_blau{
	padding:2px 36px 3px 19px;
	*padding:2px 13px 3px 2px;
	background-image:url(/images/pfeil_detailsuche_blau.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:27px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:154px;
}

/* ----------------------Pflegeplatz suche Ergebniss--------------------------*/
.BalkenSuche{
	float:left;	
	color:#FFFFFF;
	padding-top:3px;
	font-size:12px;
}
.Rot{
	background-color:#8c2321;
	width:auto;
	height:21px;
	}
.Gruen{
	background-color:#009036;
	width:auto;
	height:21px;
	}
.Blau{
	background-color:#1b5393;
	width:auto;
	height:21px;
	}
.Icon{margin-right:7px;}

.ListeErgebnissImage, .ListeErgebnissAdresse, .ListeErgebnissIcon, .ListeErgebnissBTN{
	float:left;
	margin:0;	
}
.ListeErgebnissImage{width:120px; line-height:1px;}
.ListeErgebnissAdresse{
	padding-top:5px;
	width:500px;
	}
.ListeErgebnissIcon{
	padding-top:10px;
	width:194px;
	}
.ListeErgebnissBTN{padding-top:10px;}

div.ergebnissbox_blau{
	height:21px;
	width:649px;
	width:80%;
	background-color:#1b5393;
	margin:5px 0 5px 80px;
}

.form_ergebniss_detail_rot{
	width:74px;
	height:19px;
	background-image:url(/images/pfeil_weiss.gif);
	background-color:#8c2321;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:2px;
	right:25px;
}

.form_ergebniss_detail_blau{
	width:74px;
	height:19px;
	background-image:url(/images/pfeil_blauweiss.gif);
	background-color:#1b5393;
	background-repeat:no-repeat;
	border:solid 1px #494949;
	cursor:pointer;
	margin-left:15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:2px;
	right:25px;
}

.box_text_links{
	margin:0 0px 0 20px; 
	width:145px; 
	float:left;
}

.box_text_mitte{
	width:360px; 
	float:left;
}

.box_text_rechts{
	background-image:url(/images/pfeil_weiss_links.gif); 
	padding-left:10px; 
	background-repeat:no-repeat; 
	width:100px; float:left;
}

.box_text_rechts_blau{
	background-image:url(/images/pfeil_links_blauweiss.gif); 
	padding-left:10px; 
	background-repeat:no-repeat; 
	width:100px; float:left;
}

/* --------------------Pflegeplatz suche Detailsuche------------------------- */
/*Liste*/
#kasten_detailsuche{
	background-image:url(/images/formular_suche_hg.gif);
	background-repeat:no-repeat;
	height:500px;
	width:690px;
	margin:20px 0 0 15px;
}

.InhaltCheckboxen{
	margin:0px 28px 0 21px;
}
.DetailsCheckboxen{
	float:left;
	width:178px;
	margin-bottom:30px;
	*margin-bottom:15px;
	line-height:20px;
	*line-height:10px;
}
.Clear{
	clear:left;
}
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #6d6d6d;
 border-bottom: transparent;
 border-bottom: solid 1px #f6f6f7; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
.checkbox { border: none;}

textarea{font-family:Arial, Helvetica, sans-serif; font-size:100%;}

/*--------------------------------Details-------------------------------------*/
/*#SpalteDetailsLeft, #SpalteDetailsRight{
	float:left;
	width:520px;
}*/
#SpalteDetailsRight{
	width:auto;
}

.images{
  text-align:right;
  margin-top:10px;
}

#BoxLeistungen{	
	background-image:url(/images/leistungen_hg.gif);
	background-repeat:no-repeat;
	width: 520px;
	height:156px;
	margin:12px 0 15px 0;
	
	font-size:12px;
}
#BoxInhaltLeistungen{
	padding:15px 0 0 15px;
	}

.ListeKapazitaet {
	padding:0px;
	margin: 0;
	list-style: none;
	float:left;
	text-align:left;
} 
.ListeKapazitaet li {
	margin: 0;
	padding: 3px 0 2px 10px;
	background-color:#ececec;
} 

/*-------------------------------Ergebnisdetail Ansicht-----------------------*/

div#detail_container{

	float:left;
}

div.detailbox_rot{
	height:21px;
	width:690px;
	background-color:#8c2321;
	margin:13px 0 10px 15px;
}

div.detailbox_gruen{
	height:21px;
	width:690px;
	background-color:#009036;
	margin:13px 0 10px 15px;
}
div.detailbox_grau{
	height:21px;
	width:690px;
	background-color:#6d6d6d;
	margin:13px 0 10px 15px;
}

div.detailbox_blau{
	height:21px;
	width:690px;
	background-color:#1b5393;
	margin:13px 0 10px 15px;
}

div#detailbox{
	background-image:url(/images/box_detail_hg.gif); 
	padding:23px 0 0 14px; 
	width:552px; 
	height:132px; 
	margin-top:40px; 
	background-repeat:no-repeat;
}
.leistung_punkt{
	background-image:url(/images/pfeil_leistungen.gif); 
	background-repeat:no-repeat;
	background-position:0px 2px; 
	height:10px;
	margin-bottom:12px;
}
.leistung_punkt_blau{
	background-image:url(/images/pfeil_leistungen_blau.gif); 
	background-repeat:no-repeat; 
	height:11px;
	margin-bottom:12px;
}

.top{
	background-image:url(/images/pfeil_top.gif);
	background-repeat:no-repeat;
	height:18px;
	border-bottom:solid 1px #6d6d6d;
	margin-top:10px;
	margin-bottom:20px;
}

.top_blau{
	background-image:url(/images/pfeil_top_blau.gif);
	background-repeat:no-repeat;
	height:18px;
	border-bottom:solid 1px #6d6d6d;
	margin-top:10px;
	margin-bottom:20px;
}

/*----------------------------Kontakt-----------------------------------------*/
#kontakt_box_hg{
	background-image:url(/images/kontakt_hg_oben.jpg);
	background-repeat:no-repeat;
	width:601px;
	height:700px;
	padding:27px 0 0 20px;
	margin-top:40px;
}

.kontakt_beschreibung{
  margin:5px 0 5px 0;
	text-align:left;
	
}
div.kontakt_eingabe{
	margin-left:10px;
	margin-bottom:10px;
	margin:5px 0 5px 0;
	width:185px;
}
.kontakt_eingabe_text{
	border:solid 1px #656464;
}
.kontakt_platzhalter{
	width:1px;
	height:10px;
	
}
div.kontakt_rechts{
margin-left:200px; margin-top:-200px;
}

*div.kontakt_rechts{
margin-left:200px; margin-top:-176px;
}


/*-------------------Stationäre Pflege News-----------------------------------*/
div.news_box_rot{
	height:21px;
	background-color:#8c2321;
	margin:0 0 10px 0px;
}
div.news_box_grau{
	height:21px;
	background-color:#6d6d6d;
	margin:0 0 10px 0px;
}

div.news_box_blau{
	height:21px;
	background-color:#1b5393;
	margin:0 0 10px 0px;
}

.abstand_links{
	margin-left: 20px;
}

/*------------------Pflegeversicherung----------------------------------------*/

#versicherung_box{
	background-image:url(/images/pflegeversicherung_box_hg.gif);
	background-repeat:no-repeat;
	width:628px;
	height:196px;
	margin:40px 0 0 80px;
	padding:22px 0 0 11px;
}

/*---------------Pflegestufen-------------------------------------------------*/
#pflegestufen_box{
	background-image:url(/images/pflegestufen_box_hg2.gif);
	background-repeat:no-repeat;
	width:699px;
	height:124px;
	margin: 40px 0 0 0px;
	padding:22px 0 0 15px;
}

.pflegebox_inhalt{
  float:left; 
  margin-top:20px; 
  margin-left:100px;
}
.pflegebox_inhalt_rechts{
  float:left; 
  margin-top:20px; 
  margin-left:50px;
}

/*-----------------Pflege ABC-------------------------------------------------*/
.abc_alphabet{
	width:18px; 
	float:left; 
	margin-left:0px;
}

#abc_box{
	background-image:url(/images/abc_box_hg.jpg);
	background-repeat:no-repeat;
	width:690px;
	height:249px;
	margin:0px 0 0 15px;
	padding:60px 0 0 22px;
	
	font-size:12px;
}

.inhalt_punkt{
	background-image:url(/images/pfeil_rot_rechts.gif); 
	background-repeat:no-repeat; 
	height:12px;
	margin-bottom:19px;
}
.inhalt_punkt_blau{
	background-image:url(/images/pfeil_blau_rechts.gif); 
	background-repeat:no-repeat; 
	height:12px;
	margin-bottom:19px;
}
.folge_punkt{
	background-image:url(/images/pfeil_rot_rechts.gif); 
	background-repeat:no-repeat; 
	height:12px;
	margin-bottom:10px;
}

.folge_punkt_blau{
	background-image:url(/images/pfeil_blau_rechts.gif); 
	background-repeat:no-repeat; 
	height:12px;
	margin-bottom:10px;
}

#suchbox{
	background-image:url(/images/inhalt_box_hg.gif);
	width:690px;
	height:48px;
	margin-left:15px;
	padding-top:20px;
}

.beschreibung{
  margin:10px 10px 10px 0;
}
/*---Autosuggest---*/
.suggestUl
{
	width: 232px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 105px;
}
.suggestUlzwei
{
	width: 292px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 105px;
}
.li
{
	
	vertical-align: text-bottom;
	position: relative;
	padding: 0px 0px 0px 0px;
	
	font-family: arial;
	font-size: 12px;
	background-color: #FFFFFF;
	
	cursor: hand;
	display: block;
}

.hoverLi
{
	
	vertical-align: text-bottom;
	position: relative;
	padding: 0px 0px 0px 0px;
	
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	background-color: #d1d1d1;
	
	cursor: hand;
	display: block;
}

.liAnker:hover
{
	color: #000;
	text-decoration:none;
}

.liAnker:active
{
	color: #000;
	text-decoration:none;
}

.liAnker:visited
{
	color: #000;
	text-decoration:none;
}
.liAnker
{
	color: #000;
	text-decoration:none;
}
.test
{
	color: #000;
	text-decoration:none;
}

/*VALIDATION*/
.validation-advice {
	margin: 2px 0;
	padding: 3px;
	color : #BD0102;
	font-weight: normal;

}

.wwkHeadline{
  color:#009036; 
  font-size:27px; 
  line-height:35px; 
  margin-right:20px;
}

.linkGruen{
  color:#009036;
}
.textGruen{
  color:#009036;
}
