* {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11.5px;
    line-height: 1.4;
    border: 0px;
    color: #6d6e6e;
    letter-spacing: 0.02em;
}

.csc-textpic .csc-textpic-imagewrap figure, .csc-textpic figure.csc-textpic-imagewrap {
    border-spacing: 0;
}
.csc-textpic-caption {    
    margin-top: 30px;
}

/* main content container */
.white {
    background-color: #fff;
    padding: 0px;
    padding-bottom:8px;
    padding-top: 8px;
    height: 100%;
}

/* TOPMENU */
/* top menu div */
.topmenu {    
    position: absolute;
    top: 20px;
    margin-left: 18px;
}

/* top menu table */
.table_topmenu {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0;
    *border-collapse: collapse; /* hack for IE */
}
.table_topmenu  td{
    padding: 0px;
    /* 2013-09-05: this is the correct padding for todays background images (height 103px))! */ 
    padding-top: 30px;
    padding-bottom: 60px;
}

.topmenu_cell_active
{
    /*background: url("/fileadmin/DMI_Sandbox/img/menu_active.png") repeat-x;*/
    background-color: #a3b8d6; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #cdd9eb, #a3b8d6); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #cdd9eb, #a3b8d6); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #cdd9eb, #a3b8d6); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #cdd9eb, #a3b8d6); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #eff3f9, #a3b8d6); /* Standard syntax; must be last */
    width: auto;
}

/* top menu links*/    
.topmenu_cell
{
    width: auto;
}

.topmenu_link
{
    color: #aabcd7;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    top: 22px;
    padding-left:10px;
    padding-right:10px;
    margin:0px;
    border:0px;
    font-size:11px;
}
.topmenu_link_active
{
    color: #FFF;
    font-size:11px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    top: 22px;
    padding-left:10px;
    padding-right:10px;
    margin:0px;
    border:0px;
}

.topmenu_cell .topmenu_link {
    /* 2013-05-09: this is the correct padding for todays background images (height 103px))! */ 
    padding-top: 54px;
    padding-bottom: 26px;
}
.topmenu_cell:hover .topmenu_link {
    /*background: url("/fileadmin/DMI_Sandbox/img/menu_active.png") repeat-x;*/
    background-color: #f6f8fc; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #f6f8fc, #f0f3f8); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #f6f8fc, #f0f3f8); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #f6f8fc, #f0f3f8); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #f6f8fc, #f0f3f8); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #f6f8fc, #f0f3f8); /* Standard syntax; must be last */
    width: auto;
    padding-top: 54px;
    padding-bottom: 26px;
}
.topmenu_cell_active .topmenu_link_active {
    padding-top: 53px;
    padding-bottom: 40px;
}

/* SUBMENU */
/* sub menu div */
.submenu {

    height: 24px;
    color: #bbbbbb;
    background-color: #97adc9;
    text-align: left;
    vertical-align:middle;
    border-left: 8px solid #97adc9;
    border-right: 8px solid #97adc9;
    margin: 0px;
}

/* sub menu table */
.table_submenu {
    color: #b9c9e0;
    background-color: #97adc9;
    text-align: left;
    vertical-align:middle;
    padding-left: 5px;
    margin: 0px;
    border: 0px;
    border-spacing: 0px;
}

.table_submenu  td{
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin: 0px;
    color: #636363;
}

td.submenu_separator  {
    color: #cdd9eb;
    padding: 0px;
    height: 15px;
    align: center;
}
td.font_color_blau  {
    color: #a1b6cf;
}
.table_submenu  p{
    margin: 0px;
}

span.button {
    /* 2013-09-16: If you change anything here with regard to box modell and background,
       please also check input[type="submit"] (button of the forms should look alike) */ 
    opacity: 1.0;
    filter:Alpha(Opacity=100);
    align: left;
    display:inline-block;
    /* 2013-08-19: this is the correct height and padding for todays font and a.button settings! */ 
    height: 21px;
    padding-top: 3px;
    /*background-image: url(images/button.jpg);
    background-repeat: repeat-x;*/
    background-color: #4f0c54; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #94359a, #4f0c54); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #94359a, #4f0c54); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #94359a, #4f0c54); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #94359a, #4f0c54); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #94359a, #4f0c54); /* Standard syntax; must be last */
}

a.button {
    /* 2013-09-16: If you change anything here with regard to box modell and background,
       please also check input[type="submit"] in (button of the forms should look alike) */ 
    color:#eaece4;
    text-align: center;
    text-decoration:none;
      white-space: nowrap;
    /* 2013-08-19: this is the correct padding for todays font and td.button settings! */ 
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 100px;

}

a.button:hover {
    color:#d1d3cc;
}

/* bottom menu (impressum etc) */

a.weiss {
    color:#FFF;
    text-decoration:none;
}


a.weiss:hover {
    color:#d1d3cc;
}
    
.table_footer {
    color: #333;
    background-color: #d2d3d3;
    text-align: left;
    vertical-align: top;
    width:100%;
    border-spacing:0px;
}

.border_right {
    border-right: 1px solid #8c8c8c;
    vertical-align: top;
}

.border_left {
    border-left: 1px solid white;
    vertical-align: top;
}

.table_footer td {
    width: 25%;
    text-decoration:none;
    padding-left:5px;
}

.footer {
    position: relative;
    background-color: #d2d3d3;
    border-left: 8px solid #e7e7e7;
    border-right: 8px solid #e7e7e7;
    border-top: 50px solid #e7e7e7;
    
    padding-top: 20px;
    padding-left: 17px;
    padding-bottom: 20px;
    padding-right: 17px;
    
    text-align: left;
    
    color: #333;
    line-height:1.4;
}

.impressum {
    position: relative;
    height: 50px;
    margin-top:40px;
    padding-left:13px;
    background-color:#97adc9;
    border: 0px solid #ececec;
}
.impressum_content {
    position: absolute;
    bottom: 10px;
    color:#e7e7e7; 
    text-decoration:none;
    text-align: left;
    padding-left: 10px;
}
a.impressum_link:link {
    color:#e7e7e7; 
    text-decoration:none;
}
a.impressum_link:visited {
    color:#e7e7e7; 
    text-decoration:none;
}
a.impressum_link:hover {
    color:#d3d4d4; 
}

.header {
    height: 432px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    align-bottom;
}

body {
    background: -moz-linear-gradient(top,  #e6ecf6,  #f0f4fa);  //fÃƒÂ¼r Mozilla Firefox
    background: -o-linear-gradient(top,  #e6ecf6,  #f0f4fa); //fÃƒÂ¼r Opera
    background: linear-gradient(top,  #e6ecf6,  #f0f4fa);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6ecf6), to(#f0f4fa));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ecf6', endColorstr='#f0f4fa');
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #e6ecf6;
    text-align: left;
}

.myBox {
    box-shadow:0px 1px 10px 1px #9EA2AC;
    background-color: #fff;
    width: 932px;
    margin: 0 auto; 
    margin-top: 20px;
}

.td {
    font-style: normal;
    color: #ff0000;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}

/* used in submenu and footer links (in T3) */
.active {
    font-weight:bold;
}

a.simple_link {
    border:0px;
    text-decoration:none;
}

a.simple_link:link {
    color:#fff;
}

a.simple_link:visited {
    color:#fff;
}

a.simple_link:hover {
    color:#fff;
}

/* menue sonstige */
    
a.grau{color:#2d2e2e}
a.grau:hover {color:#525353}
a.blau{color:#06C}
a.hellgrau{color:#99999a; text-align:right;}

/* neuer font*/

@font-face { 
    font-family: 'Frutiger';
    src: url('fonts/Frutiger LT 55 Roman.ttf') format('truetype'); 
}

/* header-Klassen fÃƒÂ¼r typo3-Texte haben das Format 'head_h*'! */
.head_h1 {
    font-family: Arial,Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 40px;
    font-decoration: none;
    height: 5px;
    font-weight:normal;
    letter-spacing: 0.02em;
    line-height:130%;



}
/* but we still use h1 and so on */
h1 {
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    color: #114270;
    padding-bottom: 20px;
    font-decoration: none;
    height: 5px;
    font-weight:normal;
    letter-spacing: 0.02em;
    line-height:130%;
}


/* but we still use h3 and so on */
h3 {    font-family: 'Istok Web', sans-serif;
    font-size: 12px;
    color: #ffffff;
# text-transform: uppercase;
    font-decoration: none;
    font-weight: normal;
    height: 20px;
    background-color: #97ADC9;
    padding-left: 7px;
    padding-top: 3px;
    }

h3 a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    }
 
h3 a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    }
 
h3 a:hover {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 12px;
    }   
/*'Istok Web', sans-serif*/
    

    
/* but we still use h2 and so on */
h2 {
    font-family: Arial,Helvetica;
    font-size: 11.5px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: -3px;
    width: 100%;
        }
        
.head_h4 {
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    color: #555555;
    padding-bottom: 15px;
    background-color: #ffffff;
    padding-left: 7px;
    padding-top:0px;
    width:306px;
    height:15px;
    margin-bottom:0px;
}

/* but we still use h3 and so on */
h4 {
    font-family: 'Istok Web', sans-serif;
    font-size: 11px;
    color: #111111;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-decoration: none;
    font-weight: normal;
    height: 5px;
    background-color: #f6f6f6;
    padding-left: 7px;
    padding-top: 0px;
    width:306px;
    height:15px;
    margin-bottom: 0px;
    }

h5 {
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    
.bg_button {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background-image: url(images/button.jpg);
    background-repeat: repeat-x;*/
    background-color: #4586d2; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top,  #94359a, #4f0c54); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top,  #94359a, #4f0c54); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #94359a, #4f0c54); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top,  #94359a, #4f0c54); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #94359a, #4f0c54); /* Standard syntax; must be last */
}

input[type="submit"] {
    margin-top:10px;
    
    /* 2013-09-23: this is the correct height and padding for today!
       The values were set in relation to todays div.button_betatester and a.button from style.css */ 
    height: 2.2em;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 3px;
    
    color: #ffffff;
    
    /*background-image: url(images/button.jpg);
    background-repeat: repeat-x;*/
    background-color: #154c7f; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #1173c1, #154c7f); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #1173c1, #154c7f); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #1173c1, #154c7f); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #1173c1, #154c7f); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #1173c1, #154c7f); /* Standard syntax; must be last */
    border: 0px;
}
input[type="submit"]:hover {
    color: rgb(209, 211, 204);
    cursor: pointer;
}

input[type="text"] {
    border: 1px solid #AAA;

}
input[type="password"] {
    border: 1px solid #AAA;
    height: 2em;
}
select {
    border: 1px solid #AAA;
    height: 2em;
}
textarea {
    border: 1px solid #AAA;   
}

/*Abstand zum Textbild minimieren*/
div.csc-textpic-imagewrap {
    padding: 0px;
}

/*textlink*/

mail a:link {
    color:#165699;
}

mail a:visited {
    color:#165699;
}
mail a:hover {
    color:#165699;
}