/**
 * 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 */
/*bearbeitet*/
html, body, div, p, td, input, textarea, select {
    font-family:Arial, Helvetica, sans-serif;
    color:#787878;
    }
/*bearbeitet*/
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
/*bearbeitet*/
html {
    background-image:url(../images/hintergrund.gif);
    background-repeat:repeat-y;
    background-position:0px 0;
    height:100%;
    
}
/*bearbeitet*/
body {
    background-image:url(../images/skyline.jpg);
    background-repeat:repeat-x;
    background-position:400px 0;
    height:100%;
}
/*bearbeitet*/
form {
    margin:0;
    padding:0;
}

/*textarea {
    width:418px;
    height:85px;
}*/

/*bearbeitet*/
img {
    border:0;
}

.suche { 
    visibility:hidden;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

/*#navigation,*/ #content, #teasersRight {
    float:left;
    padding-top:10px;
}

#outerContainer #contentContainer #content {
    padding-top:30px;
}

/*bearbeitet*/
#content, #teasersRight {
    background-color:transparent;
    padding: 10px 20px 10px 20px;
}
/*bearbeitet*/
#contentContainer #navigation {
    width:185px;
    background-color:transparent;
    padding:0px;
}
/*
#contentContainer #content {
    width:430px;
    padding:0 30px;
    margin:0;
}
*/
#contentContainer #teasersRight {
    width:230px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:185px;
    margin:0;
    padding:0;
    background-color:transparent;
}
#navigation ul li {
    width:155px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:175px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:12px;
    color:#787878;
    background-image:url(../images/out.gif);
    background-repeat:no-repeat;
    background-position:175px 4px;  
    text-decoration:none;
}
#navigation ul li a:hover {
    background-image:url(../images/over.gif);
    background-repeat:no-repeat;
    background-position:175px 4px;  
}

#navigation ul li.active a {
    background-image:url(../images/activ.gif);
    background-repeat:no-repeat;
    background-position:175px 4px;
    color:#000; 
}

/* Level 2 */
#navigation ul.subNavigation {
    width:170px;
    margin:0;
    padding-left:5px;   
}

#navigation ul.subNavigation li a {
    background-image:url(../images/out.gif);
    background-repeat:no-repeat;
    background-position:170px 4px;
    color:#787878;
    width:170px;
}
#navigation ul.subNavigation li.active a {
    color:#000; 
    background-image:url(../images/activ.gif);
    background-repeat:no-repeat;
    background-position:170px 4px;
}
#navigation ul.subNavigation li a:hover {
    background-image:url(../images/over.gif);
    background-repeat:no-repeat;
    background-position:170px 4px;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:165px;
    margin:0;
    padding-left:5px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:url(../images/out.gif);
    background-repeat:no-repeat;
    background-position:165px 4px;
    color:#787878;
    width:165px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover {
    background-image:url(../images/over.gif);
    background-repeat:no-repeat;
    background-position:165px 4px;
}
#navigation ul.subNavigation li ul.subSubNavigation li.active a {
    color:#000; 
    background-image:url(../images/activ.gif);
    background-repeat:no-repeat;
    background-position:165px 4px;
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
/*#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}*/

#search input {
    border:1px solid #999;
    background-color:#000;
    padding:3px;
    width:255px;
    height:15px;
    font-size:12px;
    color:#fff;
    margin: 0 0 4px 0;    
}

/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */

/*bearbeitet*/
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #dcdcdc;
    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:#787878;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#content {
    font-size:12px;
    color:#787878;
    line-height:1.25;
}

#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#787878;
}

#content h1 {
    line-height:20px;
    font-family:Arial, Helvetica, sans-serif;
}

#content h1 a {
    color:#787878;
    text-decoration:none;
}
/*bearbeitet*/
#content h1 a:hover {
    color:#787878;
    text-decoration:underline;
}

#content h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    font-size:12px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### 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 ####################### */
/* ###################################################### */
/*by Tipto*/
#hilfsnavi {
    font-size:11px;     
    font-weight: bold;
    margin:2px 10px 5px 0px;
}

/*by Tipto*/
#hilfsnavi a {
    font-size:11px;  
    font-weight: bold;
    text-decoration:none;
}
/*by Tipto*/
#hilfsnavi a:hover {
    font-size:11px;
    font-weight: bold;
    text-decoration:underline;
}

/* ############################################################## */
/* ####################### Login by Tipto ####################### */
/* ############################################################## */

#login {
    width:190px;
    font-size:11px;
    padding-left:10px;
    height:120px;
}
* html #login {
    padding-top:0px;
}

#login h3 {
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
}

#login input {
    width:130px;
    height:13px;
    border:1px solid #787878;
    font-size:11px;
    margin:0 0 3px 0;
}
* html #login input {
    width:110px;
}

#login label {
    display:block;
    width:45px;
    float:left;
    margin:0 0 3px 0;
}

#login input#loginBtn {
    border:0;
    background-color:transparent;
    color:#787878;
    padding:0 0 0 0;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:right 6px;  
    font-size:11px;
    font-weight:bold;
    width:75px;
    height:auto;
    float:right;
    margin:0 10px 0 0;
}
* html input#loginBtn {
    margin:0 0 0 0;
}

#logoutText {
    font-size:12px;
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}


/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */

a {
    color:#595959;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* #######################  Newsletter  ############'#### */
/* ###################################################### */

#contactForm {
    font-size:12px;
}
#contactForm .contactRow {
    margin:5px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #999;
    width:470px;
}
#contactForm .contactRow select {
    border:1px solid #999;
    width:235px;
}
/** html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:453px;*/
}

#contactForm .contactRow input {
    height:14px;
    font-size:12px;
}

/*#contactForm .contactRow textarea {
    height:105px;
    font-size:11px;*/
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    padding:2px;
   

    }
/** html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 73px;*/
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;    
    margin:0;
    padding:2px;

    }

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#ff0000;
    border:0;
    color:#fff;    
    padding:0;
    /*background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 0;*/
    font-size:12px;
    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; 
    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;
}

/**
 * CSS styles for Contenido Breadgrump.
 * 
 * @author Thomas Bartelsen
 */

#breadcrump {
    font-size:11px;
    color:#fff;
    line-height:20px;
    vertical-align: middle;
    
}

#breadcrump a {
    font-size:11px;
    color:#fff;
    text-decoration:none;
    line-height:20px;
    vertical-align: middle;
    
}

#breadcrump a:hover {
    font-size:11x;
    color:#fff; 
    text-decoration:underline;
    line-height:20px;
    vertical-align: middle;
}

/**
 * CSS styles for Contenido Advanced Articlelist
 * 
 * @author Thomas Bartelsen
 */

#headline {
    margin-top:15px;
    margin-bottom:15px;
    padding:0px;
    font-size:14px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#787878;
  }

#image {
padding: 10px; border: 2px solid #acacac; background-color: #fff; float: left; margin-right: 5px;

    }

#text {
    margin-bottom: 15px;
    font-style: italic;
    }
       

#linkMore a {
     font-style: italic;
     text-decoration: none;
    }

#LinkMore a:hover {
     text-decoration: underline;
    } 

#browsing {
    margin-top: 10px;
    line-height: 1.5;
    }


#Pages {
    font-weight: bold;
    }

#Next a {
     margin-top: 10px;
     font-style: italic;
     text-decoration: none;
    }

#Next a:hover {
     text-decoration: underline;
    }


#Back a {
     margin-top: 10px;
     font-style: italic;
     text-decoration: none;
    }

#Back a:hover {
     text-decoration: underline;
    }


/* Ende Advanced Articelist */

/*bearbeitet*/
#copyright {
    font-size:11px; 
    margin:2px 0 5px 10px;  
}

#headline-right {
    background-image:url(../images/activ.gif);
    background-repeat:no-repeat;
    background-position:0px 4px;
    text-align:left; 
    padding: 0 0 0 20px;
    margin: 10px 0 5px 0;
    font-size:15px;
    font-weight:bold;
  }

#headline-left {
    background-image:url(../images/activ.gif);
    background-repeat:no-repeat;
    background-position:175px 4px;
    text-align:right; 
    padding: 0 20px 0 0;
    margin: 10px 0 5px 0;
    font-size:15px;
    font-weight:bold;
  }

/**
 * CSS styles for Contenido Illustration.
 * 
 * @author Thomas Bartelsen
 */

#illustration    {
    border: 1px solid #acacac;
    max-width: 175px; 
}

#bildunterschrift {
  font-size:10px;
  font-weight:bold;
  padding: 2px 0 0 12px;
  }
/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


/*tiny_css*/
.picbox-m { 
    padding: 10px; border: 2px solid #acacac; background-color: #fff; text-align: center;
}
.picbox-r {
padding: 10px; border: 2px solid #acacac; background-color: #fff; float: right; margin-left: 5px;
    }
.picbox-l { 
padding: 10px; border: 2px solid #acacac; background-color: #fff; float: left; margin-right: 5px;
    }
.pic-l {
border: 1px solid #acacac; float: left; margin-right: 5px;
    }
