/**
 * CSS styles for Contenido sample client.
 *
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 *
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Arial, Verdana, sans-serif;
    color:#2D6162;
    margin: 0px;
    padding: 0px;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
/*  background-image:url('../images/drfenkl/Webseit_hg.jpg');
    background-position: bottom;
    background-repeat: repeat-x; */
    background-color: #EBEBEB;
    height:100%;
}
body {
/*  background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    background-position:240px 0;  */
    background-image:url('../images/drfenkl/Webseit_hg.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #EBEBEB;
/*    height:100%;  */
}

p {
    margin: 8px 0px;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    position: relative;
    height:189px;
    width: 994px;
    background-color:#FFFFFF;
    padding:0;
    align: center;
    border: 0px solid black;
}

#head #headBody {
    padding:0;
    margin:0;
/*  background-image:url('../images/header_bild_beispiel.gif');
    background-repeat:no-repeat;
    background-position:240px 0;    */
    width:994px;
    height: 189px;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    width: 994px;
    min-height:90%;
    border: 0px solid blue;
    background-color: #FFFFFF;
}
* html #outerContainer {
    height:90%;
    border: 0px solid blue;
    background-color: #FFF;
}
#contentContainer {
    width:994px;
    background-color: #FFF;
    text-align: left;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#fenklBg {
    align:left;
    background-color:transparent;
    padding:0;
    margin:0;
    height:100%;
}

#navigation, #content, #teasersRight {
    float:left;
    padding-top:0px;
}
#outerContainer #contentContainer #content {
    padding-top:0px;
}

#content, #teasersRight {
    background-color:#fff;
}

#contentContainer #navigation {
    width:227px;
    background-color:transparent;
    border: 0px solid black;
}

#contentContainer #content {
    width:696px;       /* KH content breite  */
    padding:0 30px 30px 40px;
    margin:0;
}
#contentContainer #content .textItem {
    padding:0px;
    padding-left: 1px;
}
#contentContainer #teasersRight {
    width:230px;
}
#content_tab {
    background-color:#FFFBBC;
}
#contentContainer td.navilinks {
    background-color:#FFF4AD;
    width: 227px;
    vertical-align: top;
}
#contentContainer td.contentcol {
    background-color:#FFFBBC;
/*    background-image:url('../images/drfenkl/haus.jpg');  */
    background-position: right bottom;
    background-repeat: no-repeat;
    vertical-align: top;
}
#contentContainer td.contentcolstarts {
    background-color:#FFFBBC;
    background-image:url('../images/drfenkl/haus.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    vertical-align: top;
}
#contentContainer td#contcoltop {
    background-color:#FFFBBC;
}

#langselect {
    height: 35px;
    margin: 0px;
    padding: 10px 0px 0px 14px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation {
    height: 100%;
    width:227px;
/*  background-color:#FFF4AD;  */
}
#navigation ul {
    width:227px;
    margin:0;
    padding:0;
/*  background-color:#FFF4AD;    */
    border: 0px solid blue;
    border-bottom: 1px solid #96AA87;
}
#navigation ul li {
    width:227px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    border-top: 0px solid #96AA87;
}
#navigation ul li a {
    display:block;
    width:214px;
    height:29px;
    line-height:27px;
    margin:0;
    padding:0 0 0 13px;
    font-size:12px;
    color:#2D6162;
    border-top:1px solid #96AA87;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    color:#2D6162;
}
#navigation ul li a:hover {
    color:#2D6162;
    background-color: #D6DCB2;
}
#navigation ul li.active a {
    color:#2D6162;
    font-weight: bold;
    background-color: #E2E6C8;
}
#navigation ul li.active a:hover {
    color:#2D6162;
    font-weight: bold;
    background-color: #D6DCB2;
}
/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin:0px;
    padding: 0px;
    background-color: #E2E6C8;
}
/* enable, wenn Border zwischen Haupt- und 1.Sublink ganz durchgezogen sein soll.
#navigation ul li.navmainStandardLevel_2.first {
    border-top: 1px solid #96AA87;
}
#navigation ul li.navmainStandardLevel_2.first a {
    border-top: 0px solid #96AA87;
}
    enable Border durchgezogen ende   */
#navigation ul li.navmainStandardLevel_2 a {
    height:17px;
    line-height:17px;
    margin:0;
    margin-left: 13px;
    padding:0 0 0 17px;
    color:#2D6162;
    width:197px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    color:#2D6162;
    font-weight: normal;
    background-color: #D6DCB2;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin:0px;
    padding: 0px;
    background-color: #E2E6C8;
}
#navigation ul li.navmainStandardLevel_3 a {
    height:18px;
    line-height:17px;
    margin-left: 23px;
    color:#2D6162;
    width:191px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    color:#2D6162;
}


/* Navigation Top Level 1 */
#navigation_top {
    position:absolute;
    top:166px;
    left:265px;
    z-index:3;
    width: 700px;
    height: 19px;
    align: left;
    padding: 2px 0px;
    display: inline;
    background-color:transparent;
    border: 0px solid red;
}
#navigation_top ul {
    margin:0;
    padding:0;
    display: inline;
    align: left;
/*  background-color:#FFF4AD;    */
    border: 0px solid blue;
}
#navigation_top ul li {
    margin:0px;
    padding:0px 0px;
    display: inline;
    height: 12px;
    list-style-type:none;
    border: 0px solid blue;
    border-top: 0px solid #96AA87;
    border-right: 0px solid #2D6162;
}
#navigation_top ul li a {
    display: inline;
    height:13px;
    line-height:12px;
    margin:0;
    padding:0px 3px 0px 3px;
    font-size:12px;
    color:#2D6162;
    border-top:0px solid #96AA87;
    border-right: 0px solid #2D6162;
    text-decoration:none;
}
#navigation_top ul li a:hover, #navigation_top ul li.active a {
    color:#2D6162;
}
#navigation_top ul li a:hover, #navigation_top ul li.active a:hover {
    color:#FFFFFF;
}
#navigation_top ul li.active a {
    color:#2D6162;
    font-weight: normal;
    text-decoration:underline;
}

/* Level 2 */
#navigation_top ul li.navmainStandardLevel_2 {
    margin-left:13px;
}
#navigation_top ul li.navmainStandardLevel_2 a {
    color:#2D6162;
    width:201px;
}
#navigation_top ul li.navmainStandardLevel_2 a:hover, #navigation_top ul li.navmainStandardLevel_2 a.active {
    color:#2D6162;
}

/* Level 3 */
#navigation_top ul li.navmainStandardLevel_3 {
    margin-left:13px;
}
#navigation_top ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#2D6162;
    width:188px;
}
#navigation_top ul li.navmainStandardLevel_3 a:hover, #navigation_top ul li.navmainStandardLevel_3 a.active {
}
/* ###################################################### */
/* ####################### 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:140px;
    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:13px;
    color:#2D6162;
    line-height:16px;
    background-color:transparent;
    border: 0px solid blue;
}
#content h1, #content h2 {
    margin:0 0 30px 0;
    padding:0;
    font-size:18px;
    font-weight:bold;
    color:#2D6162;
}
#content h1 {
    line-height:22px;
    border: 0px solid black;
}
#content h1 a {
    color:#2D6162;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

#content ul li {
    margin: 5px 0px;
}
/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    padding:0 0 0 15px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:53px;
    font-size:11px;
    overflow:hidden;
    align: center;
    color: #6D7B72;
    margin: 0px;
    padding: 0px;
    padding-bottom: 60px;
}
#footerContainer {
    width:994px;
    margin: 0px;
    padding: 0px;
    background-color:#9EB3A6;
}

#footer #footerContentContainer {
    width:934px;
    font-size:10px;
    color: #6D7B72;
    margin: 0px;
    padding:9px 30px 9px 30px;
}
ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}
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:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    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 rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 *
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

.teaser_image {
    float:left;
    margin-top:4px;
    margin-right:4px;
}
.content-Image-links {
    float: left;
    margin: 5px 15px 5px 0px;
}

.content-Image-rechts {
    float: right;
    margin: 5px 0px 5px 15px;
}
