/**
 * CSS styles
 * 
 * @author Dominik Hotzy
 * @copyright
 * @version 1.0.0
 * 
 * created 23.05.09
 *
 * Based on Sample Manant
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#c1d5e6;
}

input {
background-color:#002542;
border:none;
color: #7ad730;

}

.gbinput input {
width:196px;
margin-left: 130px;
border:1px solid #8eccff;
}

.gbinput input:hover {
cursor:hand;
}

.gbselect select{

color:#002542;
}


html, body {
    margin:0;
    padding:0;
   
    /*overflow:auto;*/
}
html {
    /*background-image:url('../upload/hg.jpg');
    background-position:205px 0px;*/
    height:100%;
}
body {
   /* background-image:url(../images/bg.gif);*/
    background-image:url('../upload/hg.jpg');
    background-repeat:repeat-y;
    background-position:0px 205px;
    height:100%;
    background-color:#0c1d35;
   }


form {
    margin:0;
    padding:0;
}

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

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

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:205px;
    background-color:#f1f1f1;
     background-image:url('../upload/kachel.jpg');
    background-repeat:repeat-x;
    background-position:0 0px;
    padding:0;
    margin: 0 auto; 
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../upload/header.jpg');
    background-repeat:no-repeat;
    background-position:0px 0;
    width:980px;
    height: 205px;
    min-height: 205px;
    text-align: right;
}

#head a#logoTop {
    display:block;
    float:left;
    padding:0;
    margin:0;
}

#head h1 {
    display:block;
    float:left;
    padding:0 0 0 30px;
    margin:0;
    width:910px;
    font-weight:normal;
    color:#7dda31;
    font-size: 10px;
    /* transparency 
    background-color:#fff;
    opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
}

#head h1, #head a#logoTop {
    margin:15px 0 0 0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    min-height:90%;
}
* html #outerContainer {
    height:90%;
}
#contentContainer {
    width:1200px;
    margin: 0 auto;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#whiteBg {
    float:left;
    /*background-color:#fff;*/
    padding:0;
    margin:0;
    height:100%;
}

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

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

#contentContainer #navigation {
    width:240px;
    background-color:transparent;
}

#contentContainer #content {
    width:430px;
    padding:0 30px;
    margin:0;
}

#gl_content {
    width:430px;
    padding:0 30px;
    margin:0;
}



#contentContainer #teasersRight {
    width:230px;
}


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

/* Level 1 */
#navigation ul {
    width:200px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:190px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:190px;
    height:22px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:14px;
    color: #6599c6;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:180px 3px;
    border-bottom:1px solid #7ada31;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#002543;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
}
#navigation ul li.navmainStandardLevel_2 a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:169px 8px;
    border-bottom:1px dotted #7ada31;
    color:#6599c6;
    width:180px;
}
#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;
    background-position:0 0;
    color:#002543;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#6599c6;
    width:170px;
}
#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 #8fccfe;
    width:112px;
    height:12px;
    font-size:10px;
    background-color: #042f4c;
}

#search input:focus {
    background-color: #002543;}
    



#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:14px;
    line-height:20px;
    color: #fff;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:22px;
    font-weight:bold;
  
}
#content h1 {
    margin-top: 8px;
    line-height:30px;
   color:#7ada31;
   margin-bottom: 30px;
}
#content h1 a {
   color:#7ada31;
    text-decoration:none;
}
#content h2 {
    
    font-weight:normal;
    font-size:16px;
    color: #6599c6;
    line-height: 20px;
    margin-bottom:10px;
}

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

#trailimageid {
     position: absolute;
     visibility: hidden;
     left: 0px;
     top: 0px;
     height: 1px;
     z-index: 5000;
    }

.artikelliste h2 a{
    font-weight:bold;
    font-size: 16px;
    font-style:normal;
    margin-bottom: 0px;
    line-height: 17px;
    
}



/* ###################################################### */
/* ####################### 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:104px;
    font-size:11px;
   /* background-color:#ccc;*/
    overflow:hidden;
    background-image:url('../upload/footer_bg.jpg'); 
     background-repeat:no-repeat;
         background-position:0px 0px 0px 2px;
}
#footerContainer {
    width:1179px;
    padding: 0 0 0 20px;
}
#footer a#logoBottom {
    display:block;
    float:left;
}

#footer #footerContentContainer {
    display:block;
    float:left;
    /*background-color:#F1F1F1;*/
    width:740px;
    height:80px;
    padding-top: 45px;
    padding-left: 32px;

}
#footerContentLeft, #footerContentRight {
    display:block;
    float:left;
    color:#999;



}
#footerContentLeft {
    width:480px;
    margin:0px 0px 0px 0px;
    font-size:14px;
    padding-right:10px;
    color: #6599c6;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}


#footerContentLeft a{
    color: #6599c6;
}
#footerContentRight {
    width:245px;
    font-size:11px;
   /* background-color:#F9FBDD;*/
    height:50px;
}
* html #footerContentRight {
    padding-top:0px;
}

#footerContentRight h3 {
    font-size:11px;
}

#footerContainer input {
    width:120px;
    height:12px;
    border:1px solid #8fccfe;
    font-size:10px;
    margin:0 0 4px 0;
    background-color:#04304d;
}
* html #footerContainer input {
    width:142px;
}

#footerContainer label {
    display:block;
    width:40px;
    float:left;
    margin:0 0 4px 0;
}

#footer input#loginBtn {
    background-color:#04304d;
    border:0;
    color:#7ad730;
    padding:0 0px 0 35px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:25px 6px;
    font-size:10px;
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

ul#metaNavigation {
    margin:0 0 0px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
   /*border-left:1px solid #7ada31;*/
}

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

#footer form {
    margin-top: 8px;

}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#6599c6;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
    color:#7ada31;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:100px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #8ac3f6;
    width:300px;
    background-color:#042f4c;
}
#contactForm .contactRow select {
    border:1px solid #8ac3f6;
    width:172px;
    background-color:#002543;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:300px;
    background-color:#002543;
}

#contactForm .contactRow input {
    height:14px;
    background-color:#002543;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:11px;
    background-color:#002543;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 100px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    margin:0 0 0 228px;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#002543;
    border:0;
    color:#8ac3f6;
    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;
}

#contactForm input:focus {
    background-color: #05304c;}
   
   #contactForm .contactRow textarea:focus {
    background-color: #05304c;
}
    

/* ###################################################### */
/* ####################### 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 ****/

.prev {




color:#6599c6;

}

.next {
color: #6599c6;

}

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: 0px;
    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;
}


.gallery-navi a{
    color: #6599c6;
    
}


/**
 * 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 #7ada31;
    list-style-type: none;
    color: #002543;
}

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

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

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


