/* ALL */
body  {  
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
    background-color: #000000;
}

h1 {
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

a, a:visited, a:active, a:link {
    color: #cccccc;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}
a.snav, a.snav:visited, a.snav:active, a.snav:link {
    font-size: 12px;
    line-height: 18px;
    color: #cccccc;
    text-decoration: none;
}

a.snav:hover {
    color: #ffffff;
    text-decoration: none;
}

a.white, a.white:visited, a.white:active, a.white:link {
    color: #ffffff;
    text-decoration: none;
}

a.white:hover {
    color: #ffffff;
    text-decoration: none;
}

.bad {
    color : red;
    margin-bottom: 7px;
}

.padding50px75px {
    position: relative;
    padding: 50px;
    padding-top: 75px;
}
.grey40px {
    position: relative;
    height: 40px;
    background-color: #cccccc;
}

.left {
    position: relative;
    float: left;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

.right {
    position: relative;
    float: right;
    right: 0px;
    margin: 0px;
    padding: 0px;
}


#page {
    position: relative;
    width: 900px;
    background-color: #ffffff;
}

#header {
    position: relative;
    margin-bottom: 10px;
    width:900px;
    
}
#langNav {
    position: relative;
    left: 290px;
    width: 610px;
    height: 30px;
    background-color: #000000;
}

#mainNav {
    position: relative;
    margin-top: -30px;
    left: 210px;
    width: 690px;
    height: 30px;
    background-color: #000000;
}
.mainNavElement{
    position: relative;
    float: left;
}
.mainNavElementRight{
    position: relative;
    right: 0px;
    float: right;
}
.mainNavElementActiv {
    position: absolute;
    left: 0px;
    top:0px;
    visibility: hidden;
}
#adressBlock {
    position: absolute;
    left:0px;
    bottom: 0px;
    width: 181px;
    height: 125px;
}

#homeBlock {
    position: absolute;
    right:0px;
    top: 150px;
    width: 90px;
    height: 30px;
}
#metaNav {
    position: absolute;
    top: 83px;
    right: 0px;
    height: 30px;
    width: 400px;
    margin-top: 10px;
    text-align: right;
}
.metaNavElement{
    position: relative;
    right:0px;
    float: right;
}
.metaNavElementActiv {
    position: absolute;
    left: 0px;
    top:0px;
    visibility: hidden;
}

#subNav {
    position: absolute;
    top:0px;
    left: 0px;
    width:210px;
    height: 350px;
    background-color: #cccccc;
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 9px;
}

.subNavActiv {
    position: relative;
    width:210px;
}
.subNavInactiv {
    position: relative;
    width:210px;
}
.subNavText {
    position: relative;
    padding-left: 54px;
}
.activ {
    color: #ffffff;
    text-decoration: none;
}

#content {
    position: relative;
    margin-bottom: 44px;
    padding-bottom: 44px;
    width:900px;
    background-color: #ffffff;   
}

#contentHead {
    position: relative;
    margin-left: 210px;
    width:690px;
    clear: both;
    background-color:#000000;   
}
.contentHeadEntry {
   position: relative;
   width: 230px;
   height: 260px;
   margin: 0px;
   padding: 0px;
   float: left;
}

#homeHead {
    position: relative;
    width: 900px;
    height: 330px;
    text-align: right;
}

#homeContent {
    position: absolute;
    left:0px;
    top:300px;
    width: 290px;
    
}
#homeImg {
    position: relative;
    margin-left: 290px;
    width:610px;
    clear: both;
    background-color:#000000;
}

.verlauf {
    position: relative;
    height: 310px;
    color: #ffffff;
}

.contentTitle {
    position: relative;
    width: 590px;
    margin-left: 298px;
    margin-top: 24px;
}

#contentTexte {
    position: relative;
    left: 300px;
    float: left;
    width: 380px;
    margin-top: 25px;
}

.contentIntro {
    position: relative;
    margin-bottom: 20px;
    width: 380px;    
}
.contentText {
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;
    width: 380px;
    color: #666666;
}


#rightImages {
    position: relative;
    float: right;
    right: 20px;
    width:170px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.rightImagesEntry {
    position: relative;
    margin-bottom: 8px;
    text-align: right;
}

#listContainer {
    position: relative;
    margin-left: 300px;
    background-color: #ffffff;
    width: 565px;
    
}
.listEntry {
    position: relative;
    margin-bottom: 16px;
    width: 565px;
}

.listEntryTitle {
    position: relative;
    width: 580px;
    height: 34px;
    position: relative;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    background-image: url(../images/line.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.listEntryImage {
    position: relative;
    width:150px;
    right: 0px;
    float: right;
    margin-right: 0px; 
    margin-bottom: 26px;
}

.listEntryText {
    position: relative;
    float:left;
    width: 365px;
    margin-bottom: 26px;
    color: #666666; 
}