body {
    font-family: trebuchet MS, tahoma, verdana, sans-serif;
    margin:0px;
    margin-left:5px;
    font-size:11px; 
    background-color:#f5f5f5;
}
h1 {
    font-size:12px;
    font-weight:700;
    margin-bottom:-15px;
    margin-top:15px;
}
h2 {
    font-size:12px;
    font-weight:700;
    margin-bottom:-15px;
}
h6 {
    font-size:11px;
    background-color:#00704a;
}
div {
}
.table {
    width:600px;

}
.row {
    width:600px;
    clear:both;
}
#basic {
    position:relative;
    width:600px;
    height:110px;
    background-image:url("/gfx/logo.png");
    background-repeat:no-repeat;
    background-color:#ffffff;
    background-position:left top;
}

#basicmenu {
	position:absolute;
	bottom:0px;
	right:0px;
}
#image {
}
#mainmenu {
    font-family: trebuchet MS, tahoma, verdana, sans-serif;
    height:35px;
    background-image:url("/graphics/mainmenu.png");
    background-repeat:no-repeat;
    padding-left:160px;
    padding-top:3px;
}
#contentfront {
   
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    background-color:#ffffff;
    text-align:left;
    float:left;
}
#content {
    width:554px;
    padding-top:15px;
    padding-bottom:20px;
    padding-left:23px;
    padding-right:23px;
    background-color:#ffffff;
    text-align:left;
    float:left;

}
#address {
    height:25px;
    background-color:#000000;
}
.normal:link, .normal:visited, {
    font-family: trebuchet MS, tahoma, verdana, sans-serif;
    font-size:11px;
    text-decoration:none;
    color:#d02a1f;
}
.normal:hover {
    font-family: trebuchet MS, tahoma, verdana, sans-serif;
    font-size:11px;
    text-decoration:underline;
    color:#d02a1f;
}
a.normal {
    color: red;
    text-decoration: none;
}
