* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100.1%;
    line-height: 190%;
}
body { 
    background: #fff;
    font-size: 11px;    
    min-width: 990px;
    color: #505050;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 } 
 
p {
    padding-bottom: 20px;
}
 
a {
    height: 1%; /* damit der IE den ganzen Link aktiviert */
    text-decoration: none;
    background-color: transparent; 
}
a:hover {
    background-color: transparent; 
    text-decoration: underline;
}
/* Pagewrapper */
#outer {
    text-align: center;
    background-image: url(/img/backdrop.gif);
    background-repeat: no-repeat;
    background-position: 0 89px;        
}

*+html #outer {
    background-position: 0 91px;        
}

*html #outer {
    background-position: 0 91px;        
}
#wrapper {
    width: 1004px;
    text-align: left;
    margin: 0 auto;
}
/* Identifikationsbereich */
#header #logo {
    padding: 35px 106px 12px 77px;
    float: left;
}
#languagecontainer {
    width: 100%;
    padding-bottom: 18px;
}
#languagecontainer ul {
    padding-top: 6px;
    padding-left: 286px;
}
#languagecontainer ul li {
    display: inline;
    padding-right: 7px;
}
#languagecontainer #languages {
    width: 395px;
    height: 27px;
    background-image: url(/img/language_separator_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;    
    margin-right: -8px;
}
#languagecontainer #languages:empty { /* alle ausser IE7 */
    height: 17px !important;
}
#languagecontainer #line {
    height: 17px;
    background-image: url(/img/language_separator_right.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
#submenu {
    float: left;
    width: 180px;
    padding-left: 65px;
    padding-right: 40px;
}
#submenu ul {
    list-style: none;
}
#submenu ul li {
}
#submenu ul li li {
    padding-left: 20px;
    border-bottom: 1px solid #505050;
}
#submenu ul li a {
}
.clearfloat {
    clear: both;
}
#footer {
    border-top: 1px solid #0D2F51;
    height: 70px;
    margin-left: 295px;
    width: 489px;
    margin-top: 40px;
}
#footer #copyright {
    float: left;
    padding-right: 154px;
    font-size: 10px;
}
#footer ul {
    list-style: none;
    float: left;
    font-size: 10px;
}
#footer li {
    display: inline;
}
#footer li a {
    color: #666666;
    padding: 0 8px 0 4px;    
}
#footer li.impressum a {
    padding-right: 0;
}
 
#footerlarge {
    border-top: 1px solid #0D2F51;
    height: 70px;
    margin-left: 295px;
    width: 688px;
    margin-top: 40px;
}
#footerlarge #copyright {
    float: left;
    padding-right: 340px;
    font-size: 10px;
}
#footerlarge ul {
    list-style: none;
    float: left;
    font-size: 10px;
}
#footerlarge li {
    display: inline;
}
#footerlarge li a {
    color: #666666;
    padding: 0 8px 0 4px;    
}
#footerlarge li.impressum a {
    padding-right: 0;
}
#footerportalseite {
    border-top: 1px solid #0D2F51;
    height: 70px;
    margin-left: 160px;
    width: 500px;
    margin-top: 40px;
}
#footerportalseite #copyright {
    float: left;
    padding-right: 194px;
    font-size: 10px;
}
#footerportalseite ul {
    list-style: none;
    float: left;
    font-size: 10px;
}
#footerportalseite li {
    display: inline;
}
#footerportalseite li a {
    color: #666666;
    padding: 0 8px 0 4px;    
}
#footerportalseite li.impressum a {
    padding-right: 0;
}
#hidden {
    display: none;
}