/* CSS Document */

/* ###################################################### */
/* ####################### Layout ####################### */
/* ###################################################### */


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#B41203;
    height:100%;
    min-height:100%;
}

html {
    height: 100%;
    min-height:100%;
    font-family:Arial, Verdana, sans-serif;
    font-size:13px;
    color:#ffffff;
    line-height:1.3em;
}

#cortex {
    position:relative;
    width:980px;
    height:auto;
    min-height:100%;   
    margin:auto;
    background-color:#B41203;
    background-image:url('../images/cortex_fuss.jpg');
    background-position:center bottom;
    background-repeat:no-repeat; 
}

#cerebellum {
    width:200px;
    height:100%;
    min-height:100%;
    float:left;
    background-image:url('../images/kachel_navi.gif');
    background-repeat:no-repeat; 
}

#logo{
    width:200px;
    height:210px;   
    margin:auto;
    /*background-image:url('../images/gwk_logo.jpg');
    background-position:left top;
    background-repeat:no-repeat;*/
}

.logo_text{
    padding-left:71px;
    font-size:11px;
    line-height:13px;
}

#navigation{
    width:160px;
    margin:auto;
}


/*#leerzeile{
    width:160px;
    height:35px;
    position:relative;
    top:152px;
    background-color:#B41203;
    margin:auto;
}*/

#cerebrum {
    width:740px;
    height:100%;
    min-height:100%;
    float:right;
 
}

#kopf{
    width:740px;
    margin:auto;
    height:43px;
    background-image:url('../images/kopf.jpg');
    background-position:right top;
    background-repeat:no-repeat;
}

#media{
    width:740px;
    margin:auto;
    display:block;   
}

#headline{
    width:740px;
    height:25px;
    margin:auto;  
}

h1{
    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    line-height:30px;   
}

#trennlinie{
    width:740px;
    height:20px;
    margin:auto;
    background-image:url('../images/trennlinie.jpg');
    background-repeat:repeat-x;
    background-position:center center;
    display:block;  
}

#eingabe{
    width:740px;
    height:100%;
    min-height:100%;
    background-image:url('../images/kachel_eingabe.gif');
    background-repeat:repeat-y;
    display:block;
}

#fuss{
    position:relative;
    padding-top:30px;
    width:740px;
    height:22px;
    margin:auto;
    font-size:9px;
    color:#f0f0f0;
    line-height:22px;
    background-image:url('../images/kachel_fuss.jpg');
    background-repeat: repeat-x;  
}
/* ###################################################### */
/* ##################### Newsticker ##################### */
/* ###################################################### */

#Newsticker {
    background-color: #ffffff;
    height: 28px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
} 

.newsticker {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.newsticker a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}


.newsticker a:hover {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}


/* ###################################################### */
/* ##################### Navigation ##################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:160px;
    margin:0;
    padding:0;
}
#navigation ul li {
    width:160px;
    margin:0;
    padding:0;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:160px;
    height:38px;
    margin:0;
    padding-left:12px;
    line-height:35px;
    font-size:14px;
    color:#ffffff;
    background-image:url(../images/navi_a.gif);
    background-repeat:no-repeat;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_b.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#FEDC99;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:160px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    display:block;
    width:160px;
    height:29px;
    margin:0;
    padding-left:24px;
    line-height:29px;
    font-size:12px;
    color:#ffffff;
    background-image:url(../images/navi_c.gif);
    background-repeat:no-repeat;
    text-decoration:none;
}
#navigation ul.subNavigation li.active a {
    color:#FEDC99;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/navi_d.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#FEDC99;
}

/* ###################################################### */
/* ##################### Meta-Navigation ##################### */
/* ###################################################### */

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;
}


/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#000000;
    text-decoration:none;
}
a:hover {
    color:#ffffff;
    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 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;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}
