/***** CSS-Style *****/
body
{
    font-family: Arial;
    background-image: url(design/bgSite_1x306.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin: 0;
    padding: 13px 0;
}

html
{
    background-image: url(design/bgSite_1x306.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

.root
{
    width: 964px;
    margin: 0 auto;
    text-align: left;
    color: #666;
    background-color: #FFF;
    overflow: hidden;
}
.root a
{
    color: #17569d;
    text-decoration: none;
    font-weight: bold;
}
.root a:hover
{
    color: #d10311;
}

/***** Main *****/
#top
{
    background-image: url(design/rounding_top.jpg);
    background-repeat: none;
    width: 100%;
    height: 17px;
    overflow: hidden;
}

#bottom
{
    background-image: url(design/rounding_bottom.jpg);
    background-repeat: none;
    width: 100%;
    height: 17px;
    overflow: hidden;
}

#banner
{
    width: 100%;
    height: 290px;
    overflow: hidden;
}

#bannerlogo
{
    width: 260px;
    height: 150px;
    float: left;
    background-image: url(design/bannerlogo.jpg);
    background-repeat: none;
    padding: 140px 0 0 60px;
}
#bannerlogo h2
{
    font-family: Arial; 
    font-size: 14px;
    color: #17569d;
    padding: 0;
    margin: 0;
    border: 0;
}
#bannerlogo h3
{
    font-family: Arial;
    font-size: 13px;
    color: #17569d;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

#bannerimage
{
    width: 644px;
    height: 290px;
    float: right;
    background-image: url(design/banner_right.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#contentbox
{
    width: 934px;
    background-image: url(design/content_borders.gif);
    background-repeat: repeat-y;
    padding: 10px 17px 0 17px;
}

#contentborder
{
    border-left: 3px solid #efefef;
    width: 927px;
}

#content
{
    background-color: #FFFFFF;
    border-left:290px solid #f7f7f7; 
    display:block;
    overflow:visible;
    position:relative;
    padding: 3px 10px;
    width: 627px;
    font-size: 13px;
}

#content_left
{
    display: inline;
    float: left;
    margin-left: -300px;
    position: relative;
    width: 280px;
}
#content_left ul
{
    color: #17569d;
}
#content_left li
{
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#content_left span
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

.content_table_left
{
    width: 80px;
    vertical-align: top;
    
    color: #17569D;
}

/***** Teamseite *****/
.teamimage
{
    float: left;
    width: 310px;
}

.teamimage img
{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #EEEEEE;
}

.teamimage a img
{
    border: 1px solid #17569d;
}
.teamimage a img:hover
{
    border: 1px solid #d10311;
}

/***** overall *****/
h1
{
    font-size: 18px;
    font-weight: normal;
    font-family: Times New Roman;
    color: #d10311;
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 5px 0;
    padding: 0;
}

h2
{
    font-size: 14px;
    font-weight: normal;
    color: #d10311;
    border-bottom: 1px solid #EEEEEE;
    margin: 15px 0 5px 0;
    padding: 0;
}

h3
{
    font-size: 13px;
    font-weight: normal;
    color: #d10311;
    margin: 10px 0 5px 0;
    padding: 0;
}

ul
{
    margin: 5px 0;
}

table
{
    border: 0;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

