/*
	Copyright
*/


/*
 	global properties
*/

body {
	margin: 0;
	padding: 0;	
	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 100.1%;
	
	background-color: #FFFFFF;
	color: #000000;
}

a {
	color: #339966;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1, h2, h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

strong {
	color: #339966;
}

ul {
        margin-top: 0px;
}

/* debug */
/* div, label, input { border: 1px solid red; } */

/*
	layout properties
*/
 
#page {
/* AOK-CD	width: 710px;*/
/*	width: 739px;*/
	width: 963px;
	
	border: 1px solid #c2c2c2;
	border-top: none;
	
	/** center page container */
	margin: 20px auto 20px auto;	
    min-height: 550px;
	
	background-image: url(/images/page-background.gif);
	background-repeat: repeat-y;
}

#page_print {
	width: 750px;
	
	/** center page container */
	margin: 20px auto 20px auto;	
    min-height: 550px;
    
    font-size: 0.75em;
}

#head {	
	white-space: nowrap;
/*	background-color: #ffffff;*/
	background-color: #ffd721;
	
/* AOK-CD	height: 54px;*/
	height: 66px;
	color: #339966;	
}

#head IMG {
	FLOAT: left;
}

#head #title {
	padding: 0.2em 0.5em 0.2em 0.5em;
/* AOK-CD	margin-left: 115px;*/
	margin-left: 142px;
}

#head #title h1 {
	margin: 0; padding: 0;	
	font-size: 1.5em;
	font-style: italic;
	color: #990033;	
}

#head #title h2 {
	margin: 0; padding: 0;	
	font-size: 0.8em;	
	font-weight: normal;
	color: #990033;
}

#contentcontainer {
	clear: left;
	border-top: 1px solid #c2c2c2; /* muss bleiben wegen Bug im IE6, stattdessen border-top im page-div entfernt */
}

#sidebar {
/* AOK-CD	width: 115px;*/
	width: 142px;
	position: absolute;
	font-size: 0.75em;
}

#sidebar a {
	color: #339966;
	text-decoration: none;	
}

#sidebar a:hover {
	color: #339966;
	text-decoration: underline;
}

#sidebar img {
	border-bottom: 1px solid #c2c2c2;	
}

#sidebar .metaitem {
	background-image: url(/images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding: 3px 5px 3px 6px;
}

#sidebar .metaitemBorderless {
	padding: 3px 5px 3px 6px;
}

#sidebar .metaitemSmall {
	font-size: 0.9em;
	text-align: right;
	padding: 0px 5px 0px 6px;
}

#navigation {
	font-size: 0.75em;	
/* AOK-CD	margin-left: 115px;	*/
	margin-left: 142px;	
}

#navigation img {
	vertical-align: top;
}

#navigation a {
	text-decoration: none;
}

#navigation .item, .active {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	float: left;	
}

#navigation .active {
	background-color: #339966;	
}

#navigation .item a {
	color: #949494;	
}

#navigation .active a {
	color: #FFFFFF;	
}

#content {	
/* AOK-CD	margin-left: 116px;*/
	margin-left: 143px;
	padding: 10px 10px 10px 10px;	
	min-height: 500px;
	_height: 500px; /* min-height ie hack */
	
	font-size: 0.75em;
	line-height:1.3em;
}

#contentLeft {	
	padding: 10px 10px 10px 10px;	
	min-height: 20em;
	
	font-size: 0.75em;
	line-height: 1.3em;
}

#foot {	
/*AOK-CD	margin: 10px 8px 10px 124px;*/
	margin: 10px 8px 10px 151px;
	line-height: 1.4em;
	font-size: 10px;
	color: #339966;
	text-align: center;
	background-color: #F8F8F8;
	border-top: 1px solid #339966;
	border-bottom: 1px solid #339966;	
}

#foot a {
	text-decoration: none;
}

#hiddenlinks {
	display: none;
}

#printbox .betrwohnlist {
    padding: 3em 0 1em 0;
}

#printbox .betrwohnlist .betrwohnelement {
    width: 350px;
    float: left;    
}

#printbox .imagelist {
    padding: 3em 0 1em 0;
}

#printbox .imagelist .image {
    width: 200px;
    float: left;    
}

/*
	form properties
*/

form {
}
/*
form input, textarea {
	border: 1px solid #999999;
}
*/
form textarea {
	border: 1px solid #999999;
}

form input.tiny {
	width: 2em;
}

form input.small {
	width: 5em;
}

form input.medium {
	width: 20em;
}

form input.big {
	width: 30em;
}

form textarea.big {
	width: 30em;
	height: 15em;
}

form textarea.bigflat {
	width: 30em;
	height: 5em;
}

.fieldset {
	border: none;
	padding: 0;	
	margin: 0;
}

.legend {
	border: 1px solid #339966;
	background-color: #f8f8f8; 
	color: #999999;
	padding: 2px;
}

.row {
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	
	clear: left;	
}

.label {
	display: block;
	width: 100px;
	float: left;	

/* fix for IE bug: automatic linefeed with smaller margin in .element
*  another solution would be a 1px border
*/
	padding: 1px;
}

.element {	
	margin-left: 110px;	
}

.elementLeft {
}

form .error {
	color: #E70000;
	margin-left: 100px;	
}

form .errorLeft {
	color: #E70000;
}

form .submit {
	border-color: #c2c2c2;
	background-color: #339966;
	color: #ffffff;
}

.footnote {
	font-size: 0.9em;
	text-align: left;
}

.footnoteprice {
	font-size: 0.9em;
	color: #FF0F64;
	text-align: right;
}

/*
 * general reusable properties
 */
 
.clear {
	clear: both;
}
 
.red {
	color: #990033;
}

.green {
	color: #339966;
}
 
.blue {
	color: #336699;
}
 
.center {
	text-align: center;
}
 
.italic {
	font-style: italic;
}

.footnote {
	position: relative;
	top: -4px;
}

.footnote .asterisk {
	position: relative;
	top: 2px;
}
 
.orientation {
/*AOK-CD	color: #339966;
	margin-bottom: 1em;*/

	margin-bottom: 1em;
	color: #339966;
	background-color: #F8F8F8;
	border-top: 1px solid #339966;
	border-bottom: 1px solid #339966;	
}

.orientation a {
	text-decoration: none;
}

.dottedline, .dottedlineClear {
	background-image: url(/images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 10px 0 10px 0;
	padding: 0;
	height: 1px;	
	font-size: 1px;
}

.dottedlineClear {
	clear: both;
}

.listnavigation {
	text-align: center;
}

.title {
	background-color: #e8fbf2;
	
	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:15px;
}

a.print {
	background-image: url(/images/print.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	padding-right: 5px;
	font-style: italic;
}

a.drucken {
	background-image: url(/images/print_wk.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
/*	padding-left: 5px; */
}

a.loeschen {
	background-image: url(/images/loeschen.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
/*	padding-left: 5px; */
}

a.top {
	background-image: url(/images/top.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

a.red {
	color: #990033;
}

a.typelink {
	text-decoration: none;
	color: #990033;
}

a.typelink:hover {
	color: #990033;
	text-decoration: underline;
}

.print {
	text-align: right;
	padding-top: 5px;
}

/*
 * tables
 */

table th, td {
	font-size: 1em;
}

table.resultList {
	border-collapse: collapse;
	width: 570px;
}

table.resultList th {
	border: 1px solid #C2C2C2;
	background-color: #E8FBF2;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
	vertical-align: top;
}

table.resultList td {
	padding-left: 1em;
	padding-right: 1em;
	border-top: 1px dotted #339966;
	vertical-align: top;
}

table.resultList tr.even {
	background-color: #f8f8f8; 	
}

table.bedlist th {
	color: #990033;
	width: 33.3%
}

table.pricelist {
	border-collapse: collapse;	
	width: 100%;
}

table.pricelist th {
	color: #339966;
	width: 25%;
	
	background-image: url(/images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

table.pricelist th.componentGrade {
	width: 20%;
}

table.pricelist th.componentPrice {
	width: 20%;
}

table.nursingOffers {
	border-collapse: collapse;	
}

table.nursingOffers th {
	width: 20%;
	color: #339966;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

	background-image: url(/images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

table.nursingOffers th.offerName {
	width: 32%;
}

table.nursingOffers th.offerFocus {
	width: 17%;
}

table.nursingOffers td {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
}

table.changelist {
	border-collapse: collapse;	
	width: 550px;
}

table.changelist th {
	color: #339966;
	width: 25%;
	
	background-image: url(/images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

table.changelist th.name {
	width: 30%;
}

table.changelist th.value {
	width: 35%;
}

table.changelist td {
	padding-left: 0.3em;
	padding-right: 0.3em;
	vertical-align: top;
}

/**
 * infobox general
 */
 
.infobox {
	border: 1px solid  #339966;
}

.infobox .headline {
	padding: 0 2px 0 2px;
	
	background-color: #e8fbf2;	
	color: #339966;
}

.infobox .headline .simpletitle {
	font-weight: bold;
	
	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.infobox .headline .title {
	float: left;
	font-weight: bold;

	text-align: left;
	margin-bottom: 1px;

	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
/*	background-position: 0px 4px;*/
	padding-left: 15px;
}

.infobox .headline .subtitle {
	float: left;
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
}

.infobox .headline .top {
	text-align: right;
}

.infobox .content {
	padding: 6px 10px 6px 10px;
}

.infoboxNursing {
	border: 1px solid  #404040;
}

.infoboxNursing .headline {
	padding: 0 2px 0 2px;
	
	background-color: #E2E2E2;	
	color: #404040;
}

.infoboxNursing .headline .title {
	float: left;
	font-weight: bold;
	background-color: #E2E2E2;	
	
	background-image: url(/images/square-gray.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}


.infoboxNursing .headline .subtitle {
	float: left;
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
}

.infoboxNursing .headline .top {
	text-align: right;
}

.infoboxNursing .content {
	padding: 6px 10px 6px 10px;
}

/**
 * infobox specific (nursinghome list)
 */
 
.infobox .info {
	clear: left;
	min-height: 60px;
	_height: 60px; /* min-height ie hack */
}

.infobox .info a {
	font-weight: bold;	
}

.infobox .red {
	color: #990033;
	font-weight: bold;
}

.infobox .image {
	text-align: right;
	float: right;
	width: 110px;
}

.infobox .image img {
	vertical-align: top;
}

.infobox .types {
	float: right;
	border: 1px solid #990033;
	border-bottom: none;
}

.infobox .types .type {
	width: 10.5em;
	padding: 2px;
	border-bottom: 1px solid #990033;	
	color: #990033;
	font-weight: bold;
	text-align: center;	
	white-space: nowrap;
}

.infobox .distance {
	float: right;
	padding-right: 1em;
}

.infobox .metainfobox_links {
	clear: left;
	margin-top: 1px;
}

.infobox .metainfobox_links .moreinfo a {
	color: #990033;
}

.infobox .metainfobox {
	clear: right;
	margin-top: 1px;
}

.infobox .metainfobox img {
	vertical-align: middle;
}

.infobox .metainfobox .lastchanged {
	font-style: italic;		
	float: left;
}

.infobox .metainfobox .moreinfo {
	text-align: right;	
}

.infobox .metainfobox .moreinfo_fett {
	text-align: right;	
}

.infobox .metainfobox .moreinfo a {
	color: #990033;
}

.infobox .metainfobox .moreinfo_fett a {
	color: #990033;
	font-weight: bold;
}

/*
 * nursing home details
 */

.inforow {
	clear: left;
}

.infolabel {
	display: block;
	float: left;
	width: 6em;
}

.infovalue {
	margin-left: 6em;
}

.detailBox {
}

.detailBox h1 {
	margin: 0;
	padding: 0;
	color: #339966;	
}

.detailBox h2 {
	padding: 2px 0 2px 0;
	margin: 5px 0 5px 0;
	color: #339966;
	background-color: #e8fbf2;
	
	background-image: url(/images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.detailBox .address p {
	margin: 0.2em 0 1em 0;
	padding: 0;
}

.detailBox p {
	margin: 0;
}

.detailBox .contact a {
	font-weight: bold;
}

.detailBox .types {
	height: 20px;
	border: none;
}

.detailBox .types .type {
	width: 10.5em;
	padding: 0px;
	margin: 0 4px 0 0;
	float: left;
	color: #990033;
	font-weight: bold;
	border: 1px solid #990033;		
	text-align: center;	
}

.detailBox .list {
	margin: 5px 5px 5px 20px;	
	padding: 0;
}

.detailBox .list li {
	margin: 0;
	list-style-image: url(/images/check.gif);
}

.detailBox .imagelist {
	float: right;
	width: 180px;
	text-align: right;
}

.detailBox .imagelist .image {
	margin-bottom: 10px;
	text-align: left;
}

.detailBox .contentlist {
	margin-right: 200px;
}

.metainfo {
	font-style: italic;
	margin: 1em 0 2em 0;
}

.detailBox .iconlist {
	float: left;
	width: 388px;
}

.detailBox .iconlist img {
	margin: 0 5px 0 0;
}

.detailBox .qualityreport {
	padding: 0 0 0 0;
	text-align: right;
	vertical-align: bottom;	
}

.vhourlist {
	border: none;
}

.vhour {
	clear: left;
}

.vhourDay {
	display: block;
	float: left;
	width: 4em;
}

.vhourTime {
	margin-left: 4em;
}

/*
 * msgbox
 */

.msgbox {
	border: 1px solid  #336699;
}

.msgbox .headline {
	padding: 0 2px 0 2px;
	
	background-color: #99CCFF;	
	color: #336699;
}

.msgbox .headline .title {
	float: left;
	font-weight: bold;
	
	background-color: #99CCFF;	
	background-image: url(/images/square-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.msgbox .headline .top {
	text-align: right;
}

.msgbox .content {
	padding: 6px 10px 6px 10px;
}

.msgbox .content p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

/*
 * warnbox
 */
 
.warnbox {
	border: 1px solid  #FF9900;
}

.warnbox .headline {
	padding: 0 2px 0 2px;
	
	background-color: #FFFFCC;	
	color: #FF9900;
}

.warnbox .headline .title {
	float: left;
	font-weight: bold;
	
	background-color: #FFFFCC;	
	background-image: url(/images/square-orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.warnbox .headline .top {
	text-align: right;
}

.warnbox .content {
	padding: 6px 10px 6px 10px;
}

.warnbox .content p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

/*
 * errorbox
 */

.errorbox {
	border: 1px solid  #990033;
}

.errorbox .headline {
	padding: 0 2px 0 2px;
	
	background-color: #FFCCCC;	
	color: #cc0033;
}

.errorbox .headline .title {
	float: left;
	font-weight: bold;
	
	background-color: #FFCCCC;	
	background-image: url(/images/square-red.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.errorbox .headline .top {
	text-align: right;
}

.errorbox .content {
	padding: 6px 10px 6px 10px;
}

.errorbox .content p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

/*
 * Infobox
 */
td.mboxinfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #339966;
}

td.mboxinfoContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-color: #E8FBF2;
}

.bildtitel {
	font-size: 0.9em;
	text-align: left;
	margin-top:0.3em;
}

div.infobox{
   text-align: right;
}

div.infobox .content{
  text-align: left;
}

div.top{
  width: 90px;
  margin-left: auto;
}

h2.pd_daten {
	margin: 1.5em 0 0 0;
}

.sternchen {
	vertical-align:top;
}

.wartungshinweis {
	color: red;
}

.detailBox .address .moreinfo_fett a {
	color: #990033;
	font-weight: bold;
}

#aokheader {
	width: 993px;
	margin: 0px auto 20px auto;
}

