

#container{
    POSITION: relative;
    border-width: 20px;
    border-bottom-width: 30px;
    border-style: solid;
    border-color: white;
    width: 770px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;    
    background-color: #ffffff;    
}

#header{
    POSITION: relative;
    background-image: url(images/header.jpg);
    width: 770px;
    height: 259px;
}

#footer{
    background-color: red;
    background-color: #757575;
    margin-left: auto;
    margin-right: auto;        
    width: 810px;
}
#footer a{
    color: #bbbbbb;
}

#contentbg{
    POSITION: relative;
    background-image: url(images/bg_column.jpg);
    background-repeat: no-repeat;
}

#content{
    POSITION: relative;
    width: 770px;
    top: 20px;
}


#leftcolumn{
    margin: 0px 0px 0px 0px;    
    width: 185px;
    vertical-align: top;
    height: 100%;
}
#centercolumn{
    width: 779px;
    height: 400px;
    margin: 0px 0px 0px 245px;
    vertical-align: top;
}
#centercolumn_div{
    margin: 0px 20px 20px 20px;
}

.center_title{
    DISPLAY: block; OVERFLOW: hidden; POSITION: relative;
    background-image: url(images/pfeil.gif);
    background-repeat: no-repeat;        
    background-position: 0px 2px;
    TEXT-TRANSFORM: uppercase;
    padding-top: 0px;
    padding-left: 15px;
    font: 80%  verdana, arial, hevetica, sans-serif;
}


.newsflashcontainer{
    DISPLAY: block; OVERFLOW: hidden;
    border-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-color: #888888;
    width:  185px;
    
    word-wrap: break-word;
}

.newsflash{
    DISPLAY: block; OVERFLOW: hidden; POSITION: relative;
    margin: 0px 0px 20px 0px;
    border-width: 0px;
    border-top-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    background-image: url(images/bg_newsflash.gif);
    background-repeat: no-repeat;        
    width:  165px;
    height: 210px;
}
.newsflash_text{
    DISPLAY: block; OVERFLOW: hidden; POSITION: relative;
    font: 80%  verdana, arial, hevetica, sans-serif;
    padding: 0;
    margin: 0;
    margin: 0px 13px 0px 13px;
    font-weight: normal;
    color: #505050;
    height: 170px;
}

.newsflash_text h1{
    DISPLAY: block; OVERFLOW: hidden; POSITION: relative;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;    
    padding-top: 15px;
    padding-bottom: 10px;    

    font: 120% verdana, arial, hevetica, sans-serif;
    TEXT-TRANSFORM: uppercase;
    font-style: none;
    font-weight:normal;
    
}

.newsflash_link{
    DISPLAY: block; OVERFLOW: hidden; POSITION: relative;
    font: 80% verdana, arial, hevetica, sans-serif;
    padding-top: 13px;
    margin: 0px 0px 0px 10px;
    font-weight: normal;
    color: #505050;
}

.NewsSepLine{
    width: 100%;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #C3C4C5;
}

a{
    color: #505050;
}



body
{
    font: 80% verdana, arial, hevetica, sans-serif;
    text-align: center;
    background-color: #D6D4D7;
    color: #656565;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
}


h1{
    font: 140% verdana, arial, hevetica, sans-serif;
    TEXT-TRANSFORM: uppercase;
    font-style: none;
    font-weight:normal;
    width: 400px;
}

h2{
    font: 100% verdana, arial, hevetica, sans-serif;
    TEXT-TRANSFORM: uppercase;
    font-style: none;
    font-weight:normal;
    margin-top: 20px;
    margin-bottom: 5px;    
}


.team_header{
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0px;    
}

.team{
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;    
}


#search{
    POSITION: absolute;
    top: 242px;    
    left:585px;    

}

#logout{
    POSITION: absolute;
    font: 80% verdana, arial, hevetica, sans-serif;
    top: 242px;    
    left:10px;    
    color: #E3E4E5;

}

#search_a{
    POSITION: absolute;
    font: 80% verdana, arial, hevetica, sans-serif;
    color: #E3E4E5;
}
