/*
logo colors
#c9040e
#de0417
#ee3338 (Rot)
#ffffff (weiß)
used:
p,ul,ol
#212121
h2, h3,
#636363
link colors
#D2CE19
#91030F
#91030F
.date
#000
*/ /**************
** html body **
***************/
body {
	background: white url(../img/page/bg_container.jpg) fixed;
	margin: 0;
	padding: 0;
}

/**********************
*** Fonts and typos ***
***********************/
p,ul,ol,li,dt,dl,dd,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

p,ul,ol {
	font-family: Verdana, sans-serif, Arial;
	color: #212121;
	margin-bottom: 9px;
	line-height: 1.4em;
	font-size: 1.0em;
}

/* impressum paragraph with indentation */
#impressum p {
	padding: 20px 0px 0px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, sans-serif, Arial;
}

h2 {
	font-size: x-large;
	color: #636363;
	vertical-align: bottom;
	border-bottom: 1px solid #DCDCDC;
	padding: 0px 0px 2px 0px;
}

.h2Bg h2 {
	margin: 0 0 0 0;
}

.h2Bg {
	background: url("../img/page/headline_bg_h2.jpg") top left;
	margin: 5px 0 10px 0;
	padding: 8px 0px 0px 2px;
	vertical-align: bottom;
	height: 40px;
}

h3 {
	font-size: large;
	color: #636363;
	margin: 15px 0 7px 0px;
	border-bottom: 1px solid #DCDCDC;
}

h4 {
	font-size: medium;
	font-weight: bold;
	color: #636363;
	margin: 15px 0 7px 0px;
	border-bottom: none;
}

.rightBox h3 {
	margin: 0px 0 7px 0px;
}

.textMain ul {
	padding-left: 15px;
}

.textMain ol {
	padding-left: 25px;
}

.date {
	font-size: 1.2em;
	font-family: Georgia, 'Times New Roman', serif;
	color: #000;
	font-weight: 100;
}

.smaller {
	font-size: smaller;
}
.smallItalic {
	font-size: small;
	font-style: italic;
}

span.accesskey {
	border-bottom: 1px solid #888;
}

acronym {
	font-style: normal;
	font-size: 90%;
	letter-spacing: 0px;
	font-weight: bold;
	border: none;
}

/*
Text Links
*/
a {
	color: #91030F;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #D2CE19;
	border-bottom: 1px dotted #212121;
}

a:visited {
	color: #91030F;
}

a:hover {
	color: #DE0417;
	border-bottom: 1px dotted #212121;
}

/********************
*** page sections ***
*********************/
#pageHeader_h1 {
	width: 100%;
	height: 100%;
}

#pageHeader_h2 {
	width: 100%;
	height: 100%;
}

#footer a {
	margin: 5px 20px 0 0;
	padding: 2px 5px;
	border-left: 1px solid #2f2e2e;
	border-right: 1px solid #2f2e2e;
	font: 10px/ 20px georgia, tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
	color: #91030F;
}

#footer a:hover {
	background: #de0417;
	color: #ffffff;
}

/*
inhibit visibility of text of specific html-tags to be replaced by grafic elements
*/
#pageHeader h1 span,#pageHeader h2 span,h3 span {
	display: none;
	visibility: hidden;
}

.gallery {
	margin-top: 15px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
	padding-bottom: 0px;
	background-color: white;
}

.gallery ul {
	list-style: none;
	margin-top: 5px;
}

.gallery ul li {
	display: inline;
}

.gallery ul a {
	background-color: #ECECEC;
	border: 1px solid #999999;
	padding: 5px 5px 10px;
	display: block;
	float: left;
	margin: 5px;
}

.clear {
	clear: both;
}

/****************
*** text body ***
*****************/
#pageHeader {
	margin: 10px 0 0 0px;
	background: transparent url(../img/page/header_kss_960x150.png)
		no-repeat;
	height: 150px;
}

#container {
	margin: 0 5%;
	border-left: dotted 1px #000;
	border-right: dotted 1px #000;
	width: 960px;
}

#textArea {
	margin-left: 210px;
	margin-top: 20px;
}

.textIntro {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.textMain {
	position: relative;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.zitat {
	background-color: #fff;
	position: relative;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	padding: 10px 20px 10px 20px;
}

.black_border {
    border: 4px solid #636363;
    padding: 10px;
}

.rightBox {
	text-align: left;
	font-size: smaller;
	padding: 5px 5px 0px 10px;
	margin: 10px 0px 0px 5px;
	border: 1px solid #2f2e2e;
	float: right;
	width: 17em;
}

.sum {
	position: relative;
	width: 100%;
	height: 400px;
}

.sum span.date {
	font-size: 1.0em;
}

.sumRight {
	margin-left: 0px;
	margin-bottom: 30px;
	float: right;
	width: 49%;
}

.sumLeft {
	margin-left: 0px;
	margin-bottom: 30px;
	float: left;
	width: 49%;
}

.sumLeft ul,.sumRight ul {
	list-style: none;
	margin-left: -12px;
}

.sum h3 a,.sum h3 a,.sum h3 a:visited,.sum h3 a:visited {
	color: #636363;
}

.sum a:hover,.sum a:hover,.sum h3 a:hover {
	color: #DE0417;
}

.sum a {
	color: #1F1F1F;
}

.sumLink,.sumLink a:visited {
	color: #1F1F1F;
	font-weight: normal;
}

.sumShowAll {
	margin-top: 10px;
	text-align: right;
	float: right;
	font-size: smaller;
	font-weight: normal;
}

/*
highlight text areas
alternative colors
#F8F8FF light blue
#F5F5F5 light gray blue
#FFFAFA snow (very light red)
*/
.highlightArea {
	background-color: #FFFAFA;
	padding: 0px 10px 10px 10px;
	margin: 10px 0 0 0;
}

.highlightText {
	color: #de0417;
}

.emailGif {
	vertical-align: -6px
}

#prefooter {
	position: relative;
	background-color: #FFF;
	background-image: url("../img/page/slogan_background.jpg");
	background-repeat: no-repeat;
	width: 750px;
	height: 221px;
	margin-top: -10px;
	padding-left: 0px;
	padding-right: 0px;
}

#prefooterNo {
	position: relative;
	background-color: #FFF;
	height: 20px;
}

#footer {
	position: absolute;
	bottom: 5px;
	padding-left: 30%;
	background: transparent;
}

.rightAlign { /*needed for IE */
	position: relative;
	float: right;
	padding-right: 0px;
	padding-left: 5px;
}

.leftAlign { /*needed for IE */
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}

IMG.center {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

.centerImage {
    
	margin-left: auto;
	margin-right: auto;
}

.rightImage { /*needed for IE */
	position: relative;
	float: right;
	text-align: right;
	margin: 0 0 10px 10px;
}

.leftImage { /*needed for IE */
	position: relative;
	float: left;
	text-align: right;
	margin: 0px 10px 10px 0;
}

.rightImage img,.leftImage img,.centerImage img {
	padding: 3px;
	border-left: 1px;
	border-left-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-right: 4px;
	border-right-style: solid;
	border-bottom: 4px;
	border-bottom-style: solid;
	border-color: #DCDCDC;
}

.rightImage ul a:hover,.leftImage ul a:hover,.rightImage a:hover,.leftImage a:hover
	{
	text-decoration: none;
	border: none;
}

.underline {
	display: block;
	font-size: small;
}

.event {
	padding: 0px 0px 20px 0px;
	border-top: 1px solid #DCDCDC;
}

.event div span.date {
	color: #636363;
	font-size: 1.0em;
}

/**
#F5F5F5
**/
.event div.headline {
	font-family: Verdana, sans-serif, Arial;
	color: #636363;
	background-color: #F5F5F5;
	margin: 0px 0 10px 0px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 1.2em;
	font-weight: 100;
}

.event div.content {
	font-size: 0.9em;
}

.event div.subheadline {
	font-family: Verdana, sans-serif, Arial;
	font-size: 1.0em;
	margin: -8px 0px 10px 0px;
	color: #636363;
}

.jobs {
    border: #E0E0E0 1px solid;
    margin: 10px 0px 20px 0px;
    padding: 10px 20px;
}
.jobs .title {
    font-family: Verdana, sans-serif, Arial;
	color: #636363;
	background-color: #F5F5F5;
	margin: 0px 0 10px 0px;
	
	font-size: 1.4em;
	font-weight: 100;
}

.warning p {
	color: #d95749;
}

.warning {
	position: relative;
	color: #d95749;
	border-left: 2px solid #d95749;
	padding-left: 5px;
}

.adjustPhoneIcon {
	position: relative;
	float: left;
	top: 3px;
	padding: 0px 10px 0px 0px;
}

/******************
*** drop shadow ***
******************/
.shadow {
		-moz-box-shadow: 3px 3px 4px #888;
		-webkit-box-shadow: 3px 3px 4px #888;
		box-shadow: 3px 3px 4px #888;
		/* For IE 8 */
		/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";*/
		/* For IE 5.5 - 7 */
		filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
                /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#888888', Positive='true');*/
                
}

/*****************
*** menu lists ***
******************/
#linkList {
	position: absolute;
	top: 180px;
	background: url(../img/page/menu_bg.jpg) repeat-y top left;
	background-color: white;
	color: #c9040e;
	width: 170px;
        font: 13px/ 15px tahoma, sans-serif, arial, helvetica, georgia,
		trebuchet, verdana;
}

#linkList ul {
	list-style: none;
}

#linkList li {
	margin: 0 15px;
	border-bottom: 1px dotted #333;
	padding: 6px 0px 6px 0px;
}

#linkList li a {
	display: block;
	color: #c9040e;
	text-transform: none;
}

#linkList li a:hover {
	color: #000;
	border: none;
}

#list_one,#list_two,#list_three,#list_four,#list_five {
	padding-top: 0px;
}

#list_one h3,#list_two h3,#list_three h3,#list_four h3,#list_five h3 {
	width: 170px;
	height: 36px;
	margin: 0 0 -1px 0;
	border: none;
}

#list_one h3 {
	background: transparent url(../img/page/menu_header_kss.png) no-repeat;
}

h3.l_one a:hover {
	background: transparent url(../img/page/menu_header_kss_highlight.png)
		no-repeat;
}

#list_two h3 {
	background: transparent url(../img/page/menu_header_leistung.png)
		no-repeat;
}

h3.l_two a:hover {
	background: transparent
		url(../img/page/menu_header_leistung_highlight.png) no-repeat;
}

#list_three h3 {
	background: transparent url(../img/page/menu_header_saalverm.png)
		no-repeat;
}

h3.l_three a:hover {
	background: transparent
		url(../img/page/menu_header_saalverm_highlight.png) no-repeat;
}

#list_four h3 {
	background: transparent url(../img/page/menu_header_impressum.png) no-repeat
		;
}

h3.l_four a:hover {
	background: transparent url(../img/page/menu_header_impressum_highlight.png)
		no-repeat;
}

#list_five h3 {
	background: transparent url(../img/page/menu_header_aktuelles.png)
		no-repeat;
}

h3.l_five a:hover {
	background: transparent
		url(../img/page/menu_header_aktuelles_highlight.png) no-repeat;
}

h3.l_one a,h3.l_two a,h3.l_three a,h3.l_four a,h3.l_five a {
	display: block;
	height: 36px;
	width: 170px;
}

h3.l_one a:hover,h3.l_two a:hover,h3.l_three a:hover,h3.l_four a:hover,h3.l_five a:hover
	{
	text-decoration: none;
	border: none;
}

/**************************
**** Kontakt Formular *****
**************************/
.form-container {
	width: 80%;
	margin: 0px 20px 20px 0px;
	background-color: #f5f5f5;
	padding: 15px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.form-container td {
	white-space: nowrap;
}

.form-container h1 {
	color: #777777;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.form-container h2 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #aaaaaa;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.form-container .text {
	font-weight: normal;
	font-size: 0.8em;
	line-heigt: 100%;
	color: #8C8C8C;
	padding: 5px 0px 0px 0px;
	font-family: Tahoma, Arial, Sans-serif;
}

.form-container .textUp {
	vertical-align: top;
	font-size: 0.8em;
	line-heigt: 100%;
	font-weight: normal;
	color: #8C8C8C;
	padding: 5px 0px 0px 0px;
	font-family: Tahoma, Arial, Sans-serif;
}

.form-container label {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Arial, Sans-serif;
}

.form-container textarea {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-container td>button {
	text-indent: 8px;
	text-decoration: none;
}

.form-container .error {
	background-color: #AB0000;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	text-transform: uppercase;
}

.form-container #loading {
	position: relative;
	bottom: 9px;
	visibility: hidden;
}

/*****************
**** Paging  *****
******************/
.paging {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 13px;
}

.paging.display {
	text-align: right;
}

.paging a,.paging span {
	padding: 2px 8px 2px 8px;
}

.paging span {
	font-weight: bold;
	color: #000;
	font-size: 13px;
}

.paging a {
	color: #000;
	text-decoration: none;
	border: 1px solid #dddddd;
}

.paging a:hover {
	text-decoration: none;
	background-color: #6C6C6C;
	color: #fff;
	border-color: #000;
}

.paging span.prn {
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.paging a.prn {
	border: 2px solid #dddddd;
}

.paging a.prn:hover {
	border-color: #000;
}

.paging p.total_count {
	color: #aaa;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 18px;
}

.paging p#total_display {
	color: #aaa;
	font-size: 12px;
	padding-top: 10px;
}

/**********************
****  calculator  *****
***********************/

.textMainCal {
background-color: #fff;
padding:10px;
position:relative;
}
.calculator {
	width: 100%;
}
table.cal a,table.cal a:link,table.cal a:visited {
	border: none;
}
table.cal {
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin: 0;
	border-collapse: collapse;
}
.columnFirst {
	background: #F5F5F5;
	font: normal 0.8em/ 1.1em Verdana, sans-serif, Arial;
}
.columnOther, .columnLast {
	white-space: nowrap;
}

.calSmallText {
	display: none;
	font-size: smaller;
}
/* #91030F #636363*/
thead.cal th {
	background: #F5F5F5;
	text-align: center;
	color: #636363;
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
thead.cal .tableHead {
	font: bold 1.1em/1.3em Verdana,sans-serif,Arial;
}
thead.cal .tableSubHead {
	font: normal 0.8em/0.9em Verdana,sans-serif,Arial;
}
table.cal td {
	font-weight: normal;
	color: #91030F;
	text-align: left;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding: .15em .3em;
}
table.cal tr.highlight {
	background-color: #F5F5F5;
}
a.autofill, a.reset {
	display: block;
	width: 12px;
  	height: 12px;
  	margin: 0px;
  	padding: 3px;
  	border-left: 1px solid #000;
  	color:#555555;
}
a.autofill {
	background: transparent url(../img/page/accept_icon.png) no-repeat;
}
a.reset {
	background: transparent url(../img/page/trash_icon.png) no-repeat;
}
a.autofill:hover {
	background: transparent url(../img/page/accept_icon_hl.png) no-repeat;
}
a.reset:hover {
	background: transparent url(../img/page/trash_icon_hl.png) no-repeat;
}
a.reset span, a.autofill span {
	display: none;
	white-space: nowrap;
}
table.invoice {
	border-top: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
	margin: 0;
	border-collapse: collapse;
}
table.invoice th {
	font-weight: bold;
	color: #636363;
	text-align: right;
	border-bottom: 2px solid #DCDCDC;
	padding: 0.5em 1.0em;
}
table.invoice td {
	font-weight: bold;
	color: #636363;
	padding: 0.3em 1.0em;
	text-align: right;
}
table.invoice td.other {
	text-align: right;
}
table.invoice td.first {
	text-align: left;
	font-weight: bold;
}
table.invoice tr.sumAll {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
table.invoice tr.sumRemains {
	border-top: 1px solid #DCDCDC;
}
table.invoice tr.highlight {
	background-color: #F5F5F5;
}
table.invoice tr.head {
	background-color: #F5F5F5;
}
table.invoice td.sumWeek,  table.invoice td.sumMonth{

}


/********************
*** tooltip style ***
*********************/
.tooltip {
		display:none;
		width: 200px;
		background-color:#c9040e;
		color: #fff;
		border:1px solid #cc9;
		padding:10px 15px;
		font: normal 0.8em/ 1.1em sans-serif, Arial;
		-moz-box-shadow: 2px 2px 11px #000;
		-webkit-box-shadow: 2px 2px 11px #000;
		box-shadow: 2px 2px 11px #000;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.tooltip p {
	color: #fff;
}

/********************
*** buttons ***
*********************/
.fg-button {
   outline: 0;
   margin:0 4px 0 0;
   padding: .4em 1em;
   text-decoration:none;
   cursor:pointer;
   position: relative;
   text-align: center;
   zoom: 1;
   }

/****************************
*** pflegestufen selector ***
****************************/
.pflegestufen {
	background: #F5F5F5;
}
.pflegestufen p {
	font-size: 0.9em;
}

/****************
***   Hilfe   ***
****************/
.menuHelpLink {
	text-decoration: none;
}
.menuHelp {
	background: transparent url(../img/page/menu_header_small_hilfe.png) no-repeat;
	display: block;
	height:34px;
	width:60px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
}
a.menuHelp:hover {
	background: transparent url(../img/page/menu_header_small_hilfe_highlight.png) no-repeat;
}
a.menuHelp:focus, a.menuHelp:active, a.menuHelp:visited, a.menuHelp:hover, a.menuHelp {
	text-decoration: none;
}

a.menuHelp span, #help {
	display: none;
}

/* Hide useless elements in print layouts... */
@media print {
    #help {
        display: none;
    }
}

/********************
***   noscript   ***
********************/
#noscript {
	background: #FFFFE0;
	color: #c9040e;
	border: 2px solid #000;
	width: 90%;
	text-decoration: none;
	padding: 10px;
	font: bold 0.8em/ 1.1em Verdana, sans-serif, Arial;
}
/**** EOF ****/

