/**
 * 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, Helvetica, sans-serif;
    color:#373737;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    overflow-y:scroll; height:100%;

}
body {
    background-repeat:repeat-x;
    background-image:url(../images/bg.jpg);
    font-size:100%;
    height:100%;
    padding:0;
    text-align:center; 
    margin:0;
    min-width:950px;
}
form {
    margin:0;
    padding:0;
}


/*textarea {
    width:418px;
    height:85px;
}*/

img {
    border:0;
}


#Container {
    margin: 0 auto;
    width:950px;
    text-align:left;
}



/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:379px;
    padding:0;
    margin-top:10px;
}

#head_small {
    height:240px;
    padding:0;
    margin-top:10px;
}

#head_text {
    width:817px;
    font-size:36px;
    color:#0066b3;
    float:left;
    padding-top:65px;
}

#head_logo {
    display:block;
    float:left;
    margin-bottom:10px;
}

#head_image {
    display:block;
    float:left;
    clear:both;
}





/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */


#content_container {
    width:950px;
}


#content #content_container{
    padding-top:20px;
    width:700px;
}

#content_left {
    width:680px;
    float:left;
    padding:0;
    padding-right:20px;
    margin:0;
    margin-top:20px;
    font-size:0.8em;
}

#content_right {
    width:250px;
    float:right;
}

#teaser {
    margin-top:20px;
}
#navigation{
    padding-top:20px;
    width:250px;
}



/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:250px;
    margin:0;
    padding:0;
}
#navigation ul li {
    width:250px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:225px;
    height:25px;
    margin:0;
    padding:0;
    padding-left:15px;
    padding-top:5px;
    font-size:0.9em;
    color:#0066b3;
    background-image:url(../images/navi_bg_off.jpg);
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_bg_on.jpg);
    background-position:0 0;
    color:#000000;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
    font-size:0.8em;

}
#navigation ul li.navmainStandardLevel_2 a {
    background-image:url(../images/subnavi_off.gif);
    background-repeat:no-repeat;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:215px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    color:#000000;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/subsubnavi_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: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:0.9em;
    color:#111;
    line-height:14px;
}
#content_container h1 {
    margin:0 0 10px 0;
    padding:0;
    font-size:2.3em;
    font-weight:normal;
    color:#555;
}

#content_container h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:1.27em;
    font-weight:normal;
    color:#333;
}

h3 {
    margin:0 0 10px 0;
    padding:0;
    font-size:1.4em;
    font-weight:normal;
    color:#555;
}





#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}

h3 {
color:#7f9eb2;
font-size:1.6em;
}


img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:1.2em;
}

#teasersRight .headline {
    color:#444444;
    font-size:2.0em;
    font-weight:bold;
}

#teasersRight .copy {
    font-size:1.0em;
    font-weight:bold;
}

#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;
}

#teasersRight #MainTeaser {
    padding:10px;
    background-color:#d7e1eb;
    width:220px;
    margin-left:10px;
    font-size:0.8em;
    border-left-width:5px;
    border-left-color:#FFFF00;
    border-left-style:solid;
}

#teasersRight #MainTeaser p{
    margin:0;
    padding:0;
}

#teasersRight #MainTeaser .headline a{
    color:#555;
}

#teasersRight .overheadline{
    color:#0066b3;
    font-size:0.8em;
    font-weight:bold;
    height:16px;
    background-image:url(../images/arrow_to_right.gif);
    background-repeat:no-repeat;
    background-position:0;
    padding-left:17px;
    margin:3px;
    margin-left:17px;
}





/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:34px;
    font-size:0.92em;
    background-color:#eee;
    overflow:hidden;
    clear:both;
    margin-top:70px;
}
#footerContainer {
    width:950px;
    clear:both;
}

#footer #footerContentContainer {
    float:left;
    background-color:#F1F1F1;
    width:700px;
}
#footerContentLeft, #footerContentRight {
    float:left;
    color:#444;
}
#footerContentLeft {
    width:450px;
    margin:10px 0 0 30px;
    padding-right:10px;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}




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;
}



#Kontaktformular .form {
background-color:#edf2f9;
width: 200px;
font-size:0.92em;
color:#111111;
}

.form {
background-color:#edf2f9;
width: 450px;
font-size:0.92em;
color:#111111;
}



label {
color:#7f9eb2;
font-weight:bold;
padding-top:5px;
cursor:pointer;
}


.IhreMeinung {
color:111111;
padding-bottom:10px;
width:600px;
}

.IhreMeinung b {
color:222222;
}









/* ###################################################### */
/* ####################### 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.
 */

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;
}
