/**
 * CSS styles für Tagklinik Westend
 * 
 * @author Michael Thoma
 * @copyright Tagklinik Westend 2008
 * @version 1.0.0
 * 
 * created 2008-12-04
 */
 
 
 
/* blau = #0b5fa7 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family: Arial,Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    color:#005eac;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    height:100%;

}
body {
    height:100%;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}

/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#header {
    height:88px;
    width:960px;
    padding:10px;
    background:url('../upload/layout/back_left.jpg') repeat-y;
}

#header_images {
    float:left;
    clear:both;
    height:88px;
    width:500px;
}

#header_logo {
    float:right;
    width:400px;
    height:88px;
    background-image:url('../images/tagklinik.jpg');
    background-repeat:no-repeat;
    background-color:transparent;
}
#header_logo h1,#header_logo h2 {
    text-indent:-999em;
}

#header img {
    padding: 10px 0px 10px 5px;
}


#subnavi {
   height:50px;
   width:100%;
   background: url('../uploads/layout/back_left.jpg') repeat-y;
}

#subnavi_content {
   padding: 10px 10px 10px 230px;
   font-size: 13px;
   font-weight:bold;
}

#subnavi_content a {
   color:#ffffff;
   background-color: #0b5fa7;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer, #footer {
    background-image:url('../uploads/layout/back_left.jpg') repeat-y;

}

#outerContainer {
   height:100%;
   overflow:auto;
}

* html #outerContainer {
}
#contentContainer {
    width:1000px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
    background:url('../uploads/layout/back_left.jpg') repeat-y;
}

#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
}

#navigation, #subnavi, #content, #teasersRight {
    float:left;
    padding-top:5px;
}

#outerContainer #contentContainer #content {
    padding-top:10px;
}

#content, #teasersRight {
    background-color:#fff;
}

#contentContainer #navigation {
    width:220px;
    background-color:transparent;
}

#navigation  {
    background-color:#f4c97f;
    padding-top:30px;
    background-image:url(../images/back_left.gif) repeat-y;
    font-weight:bold;
}

#contentContainer #content {
    width:550px;
    padding:0 30px;
    margin:0 0 0 110px;
}



/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:200px;
    margin:0;
    padding:0;
    padding-top:20px;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
    font-weight:bold;
}
#navigation ul li {
    width:200px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
    font-weight: bold;
}
#navigation ul li a {
    display:block;
    width:200px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:12px;
    font-weight: bold;
    color:#0b5fa7;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:188px 3px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../upload/layout/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:210px;
    margin:0;
    padding:0;
    font-weight: bold;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:179px 8px;
    border-bottom:1px dotted #ccc;
    color:#0b5fa7;
    width:190px;
    font-weight: bold;
}
#navigation ul.subNavigation li.active a {
    color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../upload/layout/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:180px;
    margin:0;
    padding:0;
    font-weight: bold;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:180px;
    font-weight: bold;
}

#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:-60 0;
}

#metaNavigation ul {
    margin:0 0 20px 0;
    padding:0;
    float:left;
}

ul#metaNavigation li {
    float: left;
    list-style:none;
    text-align:center;
    border-right: 1px solid #ffffff;
}

ul#metaNavigation li a {
    display:block;
    width:160px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
}

ul#metaNavigation li a:hover, ul#metaNavigation li a.active { 
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}


/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:120px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:12px;
    color:#0b5fa7;
    line-height:14px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#0b5fa7;
}
#content h1 {
    line-height:22px;
    padding:10px 0px 30px 0px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:14px;
}

#content p {
    width:33em;
}

#content table td p {
    width:450px;
}

#content li, #content li.textItem {
    width: 30em;
    list-style:none;
    margin-left: 0,5em;
    padding-left: 0,5em;
    background-image: url(../images/listenpunkt.gif) no-repeat top left;
}

#content img {
    margin-left:auto;
    margin-right:auto;
    display:block;
    text-align: center;
}

#content a img {
    margin-left: 0;
    margin-right: 0;
    display:inherit;
    text-align:left;
}


img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}


/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:104px;
    font-size:11px;
    overflow:hidden;
}
#footerLeft {
    float:left;
    clear:both;
    width:200px;
    background-image:url(../images/back_left.gif);
}

#footerRight {
    float:left;
    width:700px;
}

#footer a#logoBottom {
    display:block;
    float:left;
}

#footer {
    float:left;
    width:100%;
    height:auto;
}
#footerContentLeft, #footerContentRight {
    float:left;
    color:#0b5fa7;
}
#footerContentLeft {
    margin:10px 0 0 30px;
    font-size:12px;
    padding-right:10px;
}

#footerContentLeft a {
    font-size: 12px;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}

#Footnotes {
    padding-top:20px;
    padding-left:50px;
}

#footerContentRight {
    width:440px;
    font-size:11px;
    padding-left:10px;
    height:104px;
    background-image: url('../upload/layout/hr_article.gif') no-repeat top left;
}
* html #footerContentRight {
    padding-top:10px;
}

#footerContentRight h3 {
    font-size:11px;
}

#footerContentRight input {
    width:150px;
    height:12px;
    border:1px solid #ccc;
    font-size:10px;
    margin:0 0 4px 0;
}
* html #footerContentRight input {
    width:142px;
}

#footerContentRight label {


    display:block;
    width:60px;
    float:left;
    margin:0 0 4px 0;
}

#footer input#loginBtn {
    background-color:#F9FBDD;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:right 6px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0 10px 0 0;
}
* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

#footerContentRight #metaNavigation ul {
    padding-top: 30px;
    list-style: none;
    width:auto;
    margin-right:auto;
    margin-left:auto;
    text-align:center;  
}

#footerContentRight #metaNavigation li {
    float: left;
    list-style:none;
    color:  #0b5fa7;
    width:80px;
    height: 2em;

}

#footerContentRight #metaNavigation a, #footerContentRight #metaNavigation a.active {
    width:auto;
    height:20px;
    color:  #0b5fa7;
}

#footerContentRight #metaNavigation a:hover, #footerContentRight #metaNavigation a.active {
    width:auto;
    height:20px;
    color:  #0b5fa7;
    font-style: bold;
}

#footerContentRight #Footnotes {
    float:left;
    clear:left;
}

#footerContentRight #hr_article {
    padding-left: 55px;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:underline;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#aaa;
    border:0;
    color:#fff;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:100px;
    height:auto;
    float:left;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}



div.download {



    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

table.blau {
  border-width:2px;
  border-style:solid;
  border-color:darkblue;
  padding:10px;
}

p.Einzug {
        text-indent: -0.5em;
        padding: 10px 20px;
}


/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}