/*
    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: 993px;*/
    
    border: 1px solid #c2c2c2; 
    
    /** center page container */
    margin: 20px auto 20px auto;    
    min-height: 550px;
    
    background-image: url(../images/page-background.gif);
    background-repeat: repeat-y;
}

#page_header {
/* AOK-CD    width: 710px;*/
    width: 993px;
    
    /** center page container */
    margin: 0px auto 0px auto;    
}

#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;
    
/* AOK-CD    height: 54px;*/
    height: 66px;
    color: #339966;    
}

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

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

#contentsimple {  
    padding: 10px 10px 10px 10px;   
    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;
}

/*
    form properties
*/

form {
}

form input, textarea {
    border: 1px solid #999999;
}

form input.priceerror {
    border: 3px solid #990033;
    color: #990033;
    margin-left: 0px;
    text-align:center;
    width:1.7em;
}

form input.pricedefault {
    border: 1px solid #990033;
    text-align:center;
    width:1.7em;
}

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;
}
 
.right {
    text-align: right;
}

.left {
    text-align: left;
}

.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: #e8f3bb;
    
    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.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;
}

/*Investitionskosten*/

/*Investitionskosten Ergänzungstext-Pflegeheim*/
.v_invest_hilfe {
    font-style: italic;
    color: #990033;
}

.v_invest_hilfe_haftung {
    color: #990033;
    font-size: 0.9em;
}

th.invkosten {
    background-color:#e8f3bb;
    text-align: center;
}

th.invkosten div {
    margin-bottom:5px;
    width:120px;
}
    
td.invkosten {
    background-color:#e8f3bb;
    text-align: center;
}

table.resultList {
    border-collapse: collapse;
    width: 570px;
}

table.resultList th {
    border: 1px solid #C2C2C2;
    background-color: #e8f3bb;
    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 .ue {
    color: #990033;
    padding-bottom: 5px;
}

table.bedlist {
    width: 60%;
}

table.bedlist th {
    width: 20%
}

table.meallist {
    margin-left: 5px;
    width: 70%
}

table.meallist th {
    width: 35%
}

table.standardlist {
    border-collapse: collapse;
    margin-left: 5px;
}

table.standardlist th {
    padding-top: 10px;
    padding-right: 50px;
}

table.standardlist td {
    padding-right: 50px;
}

table.standardlist td.icon{
    padding-right: 100px;
}

table.standardlist th.icon{
    padding-right: 100px;
}

table.trafficlist {
    width:90%;
}

table.trafficlist th {
    text-align: left;
    width:30%;
}

table.additlist {
    margin-left: 5px;
    width: 80%;
}

table.additlist th {
    text-align: left;
    width:40%;
}

table.pricelist {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

table.pricelist th {
    color: #339966;
    width: 20%;
    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;
}

#riskoSortTab {
    border-collapse: collapse;
}

#riskoSortTab td {
    padding-bottom: 10px;
}


/**
 * infobox general
 */
 
.infobox {
    border: 1px solid  #339966;
}

.infobox .headline {
    padding: 0 2px 0 2px;
    background-color: #e8f3bb;    
    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;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left;
    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 {
    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 {
    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 a {
    color: #990033;
}

/*
 * 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: #e8f3bb;
    
    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 {
    padding-bottom:5px;
}

.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;
    margin-bottom: 10px;
}

.detailBox .iconlist img {
    margin: 0 5px 0 0;
}

.detailBox .qualityreport {
    padding: 1em 0 0 0;
    text-align: right;
    vertical-align: bottom;
    float: right;
}

.detailBox .berlqualityreport {
    text-align: left;
    float: left;
}

.vhourlist {
    padding-left: 0px;
    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: #e8f3bb;
}

.qualitysearchcriteria_search .row {
    margin-top: 0.5em;
    padding: 0px;
}

.qualitysearchcriteria_search .row .element {
    margin: 0px;
    padding: 0px;
}

.qualitysearchcriteria_list .row {
    margin: 0px;
    padding: 0px;
}

.qualitysearchcriteria_list .row .element {
    margin: 0px;
    padding: 0px;
}

.risikoinfo {
    text-align: left;
    padding: 2px;
    border: 1px solid red;
    background-color:#F1F2ED;
}

.infobox .metainfobox .risikoblock {
    clear: both;
    float: left;
    width: 370px;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #339966;
    color: #990033;
    font-weight: bold;
    text-align: left;
}

.risikoblock table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
}

.risikoblock table th {
    font-weight: bold;
    color:#339966;
    background-color: #e8f3b9;

}

.risikoblock table .abstandlinks{
    text-align: center;
}

.risikoblock table td {
    font-weight: normal;
    color: #000000;
    border-collapse: collapse;
}

.risikoblock table .risikonotedecimal{
    font-weight: bold;
    font-size: 14px;
    
    
}

.risikoblock table .risikonotetext{
}


.infobox .metainfobox .disclaimerblock {
    padding-top: 10px;
    clear: both;
    width: 100%;
    text-align: right;
}
