body, html {    
    margin: 0;    
    border: 0;
	height:99%;
}

img {
    border: 0;
}

#header {
    float: left;
}
#left_header {    
    float: left;
    padding-left: 12px;
    padding-top: 31px;
    padding-bottom: 47px;
}

#right_header a:link, #right_header a:visited {
    color: #8e8f90;
    font-size: 20px;
    text-decoration: none;
    font-family: Arial;
}

#right_header {    
    float: right;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 47px;
}

#top_divider {    
    float: left;
    width: 100%;
    height: 2px;
    background-image: url(../images/trenner_oben.gif);
    background-repeat: repeat-x;
}

#content {
    clear: both;
    overflow:auto;
}

#content_bulb {
    float: left;
    padding-top: 41px;
    padding-left: 37px;
    padding-right: 15px;
    padding-bottom: 100px;
}

#info {    
    padding-top: 43px;
    padding-left: 38px;
    color: #000000;
    font-size: 13px;
    font-family: Arial;
}

#info_text {    
    color: #d34486;
    font-size: 15px;
}

#spacer_for_footer {
    height: 97%;
}

.tsc_footer {    
    clear: both;    
    width: 100%;
    height: 2%;
    background-image: url(../images/footer_bg_bright.gif);
    background-repeat: repeat-x;
    color: #737373;    
    font-size: 12px;
    font-family: Arial;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tsc_footer_links {
    float: left;    
    padding-left: 33%;
}
.tsc_footer a {    
    background-image: url(../images/footer_pfeilchen_grau.gif);
    color: #737373;
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
    padding-right: 19px;
    padding-left: 7px;
    padding-bottom: 0px;
    margin:0;
}

.tsc_footer_copy  {
    padding-right: 12px;
    float: right;
    /*margin-top: -10px;
    text-align:right;*/
}
