/* 
    Document   : landingpage.css
    Created on : 06.05.2011, 17:15:05
    Author     : Mike vom Scheidt | CTS GmbH 2011
    Description: landingpage style sheet for rodenkirchener sommertage

    darkblue:   #001f3b
    mediumblue: #0c3561
    lightblue:  #c6e7f8
*/

* {
    border: 0 none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

html, body {
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    font-family: Verdana, sans-serif;
    color: #fff;
    background-color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

#wrapper {
    height: 570px;
    height: auto !important;
    min-height: 570px;
    width: 1138px;
    background-color: #001f3b;
    /*border-bottom: 70px solid #fff;*/
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    /*margin: -320px 0 0 -569px;*/
    margin: 0 0 0 -569px;
}

#container {
    height: 520px;
    height: auto !important;
    min-height: 520px;
    border-bottom: 70px solid #0c3561;
}

#presentedBy {
    position: absolute;
    right: 16px;
    bottom: 5px;
}

#presentedBy img {
    vertical-align: middle;
    margin-left: 10px;
}

#main {
    padding-top: 30px;
    border-bottom: 50px solid #c6e7f8;
}

.mod_article {
    overflow: auto;
    margin-bottom: 82px;
    padding: 1px 0;
}

#current_year {
    margin-bottom: 30px;
}

.ce_image {
    width: 110px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding: 3px;
    margin: 0 3px 20px;
    line-height: 0;
    border: 1px solid #fff;
}

#current_year .ce_image {
    height: auto;
    width: 283px;
    float: none;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.invisible {
    display: none;
}
.erstes-bild {
    margin-left:13px
}