/*
Printer friendly CSS
logo colors
#c9040e
#de0417

#ffffff (weiß)
*/


/**************
** html body **
***************/

body {
	background: white;
}


/**********************
*** 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; }

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

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

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

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

.smaller {
	font-size: smaller;
}

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;
}

#pageHeader h1 span, #pageHeader h2 span, h3 span { display: block; visibility: visible; }

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

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

.kontakt {
	border: 1px solid #2f2e2e;
	padding: 20px 20px 20px 20px;
	margin: 30px 60px 30px 5px;
}

.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: 0;
	margin-bottom: 3%;
	background-image: none;

}

#container {
	margin: 0;
	border: none;
	width: 100%;
}

#textArea {
	margin: 0px;
}

.textMain {
	position: relative;
	background-color: #FFF;
	padding: 0;
}

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

.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 color #F5F5F5
*/
.highlightArea {
	background-color: #F8F8FF;
	padding: 0px 10px 10px 10px;
	margin: 10px 0 0 0;

}

.highlightText {
	color: #de0417;
}

.emailGif {
	vertical-align: -6px
}

#prefooter {
	display: none;
	width: 100%;
	height: 0px;
}

#footer {
	display: none;
}

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

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

.centerAlign {
	float: none;
	padding-left: 50px;
}

.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 {
	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;
}

.event div.headline{
	font-family: Verdana, sans-serif, Arial;
	color: #636363;
	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;
}

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

#linkList {
	display: none;
	position: absolute;
	top: 0px;
	background: white;
	color: #c9040e;
	width: 0px;
}

#linkList2 {
	display: none;
	width: 0px;
}

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

h3.l_one a, h3.l_two a, h3.l_three a, h3.l_four a, h3.l_five a {
	display: none;
	height:0px;
	width:0px;
}

/*****************
**** 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%;
}

.calculator button {
	display: none;
}

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;
}

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

/**** EOF ****/
