body {
    height:100%;
    background-color:#870000;
    font: 12px/140% Comic Sans MS, Verdana, Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color:#260000;
    scrollbar-face-color: #870000;
    scrollbar-highlight-color: #F6F6F6;
    scrollbar-3dlight-color: #F6F6F6;
    scrollbar-darkshadow-color: #F6F6F6;
    scrollbar-shadow-color: #F6F6F6;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #F6F6F6;
}
html {
    height:100%;
}
li { 
    list-style-image: url(../images/kirschicon.gif);
    margin-left:-20px;
    height:18px;
}
a, a:active, a:visited, a:link {
    text-decoration:underline;
    color:#260000;
    font-style:italic;
}
img{
 border:none;
}
#container{
    background: url("../images/background.jpg");
    background-repeat:no-repeat;
    width:760px;
    height:540px;
    margin:0px auto;
    margin-top:20px;
    text-align:left;
}
#left{
    width:494px;
    height:540px;
    text-align:left;
    float:left;
}
#right{
    margin-left:494px;
    width:260px;
    height:540px;
    text-align:left;
    padding-top:55px;
}
#photo{
    text-align:right;
    height:130px;
}
#topic{
    padding-left:70px;
    padding-right:10px;
    height:26px;
}
#content{
    padding-left:70px;
    padding-right:10px;
    height:340px;
    width:400px;
    overflow:auto;
    overflow-x: hidden;
}
#content p:first-child{
    margin-top:0px;
}
#footercontainer{
    margin-top:20px;
    height:20px;
    padding-left:50px;
    font-weight:bold;
    font-size:9px;
}
#footercontainer a, #footercontainer a:hover, #footercontainer a:visited, #footercontainer a:active{
    color:#260000;
    font-weight:bold;
    text-decoration:none;
    font-style:normal;
}
.maintable {
    height:100%;
}
.boldgreen{
    font-weight:bold;
    color:#027A10;
}