body
{
    background-color:#bcbdbe;
}

div.contentarea
{
    background: url(../images/start_single.jpg) no-repeat;
}

.start_left
{
    width: 489px;
    height: 700px;
    float: left;
}

.textwrap
{
    margin-top: 180px;
    margin-left: 70px;
    width: 326px;
    height: 474px;
    color:#605954;
}

.flowtext
{
    margin-right: 19px;
    width: 376px;
    margin-top:50px;
}

.start_right
{
    width: 689px;
    height: 700px;
    float: left;
    /* border:1px solid Green; */
}

.startright_text
{
    width: 228px;
    height: 187px;
    position: absolute;
    top: 450px;
    margin-left: 80px;
    background-image: url('../images/start_right_text.png');
}

.startright_newsbtn
{
    position: absolute;
    width: 195px;
    height: 193px;
    background-image: url('../images/start_news_button.png');
    top: 494px;
    margin-left: 535px;
    cursor: pointer;
    z-index: 100;
}

.pwdbtn
{
    width: 140px;
    height: 39px;
    background-image: url(../images/start_pinnwand.png);
    margin-left: 240px;
    cursor: pointer;
}

.newsbox
{
    position: absolute;
    z-index: 99;
    width: 506px;
    height: 235px;
    background-image: url(../images/backgrounds/start_news_background.png);
    top: 449px;
    margin-left: 50px;
    display: none;
}

.newsClose
{
    position: absolute;
    z-index: 100;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    background-image: url(../images/news_close.png);
    cursor: pointer;
}


h3{
    font-size: 25pt;
    color:#bf1b1c;
    margin: 0px;
}

.newsText
{
    color:#605954;
    margin-top:32px;
    height: 197px;
    margin-left: 32px;
    width: 430px;
}
