body {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #000000;
}
h1 {
    margin: 5px 0 10px 0;
    font-size: 16px; 
    font-weight: bold;     
}
h2 {
    margin: 15px 0 5px 0;
    font-size: 14px;
    font-weight: bold;    
}
h4 {
    margin: 15px 0 5px 0;
    font-size: 14px;
    font-weight: bold;    
}     
img {
    border: 0;
}
div.spacer {
    float: left;
    margin: 0;
}
.dl_button:hover {
    cursor: pointer;
}
#container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#page_container {
    position: relative;
    clear: left;
    clear: right;
    width: 800px;
    height: 500px;
    text-align: left;
    overflow: visible;
}
#logo {
    position: relative;
    top: 5px;
    width: 240px;
    height: 90px;
    background: url('gfx/web_logo.jpg') no-repeat;
}    
#head_bar {
    position: relative;
    top: -85px;
    left: 240px;
    width: 560px;
    height: 90px;  
    background: url('gfx/head_bar.jpg') no-repeat;  
}
#bar {
    position: relative;
    top: -81px;
    width: 800px;
    height: 28px;
    background: url('gfx/bar.jpg');
}
#fsize {
    position: relative;
    float: right;
    top: 30px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}
#fsize a {
    color: #125E76;
}
#fsize a:hover {
    color: #CC0000;
    text-decoration: none;
}
#content {
    float: right;
    margin: -60px 0 8px 0;
    width: 610px; 
    background: url('gfx/bg_content.gif') no-repeat 480px 0;   
}
#content div.text { 
    width: 475px;
}
#content a {
    color: #125E76;
}
#content a:hover {
    color: #CC0000;
    text-decoration: none;
}
#content .l_fontsize a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
#content .l_fontsize a:hover {
    color: #CC0000;
    text-decoration: underline;
}
#menu {
    position: relative;
    margin: -77px 0 0 0;
    width: 178px;
    height: 415px;
    background: #DCDDDF;
}
.lastname {
    width: 10px;
    visibility: hidden;
}
.name {
    width: 250px;
}
.letop {
    color: red;
    font-weight: bold;
}
.ster {
    float: right;
    position: relative;
    top: -10px;
    right: 3px;
    width: 5px;
    margin: 0;
    color: #CC0000;
}
.verw_table {
    width: 475px;
    border: 1px solid #125E76;
    margin-top: 10px;
}
#footer {
    position: relative;
    clear: left;
    clear: right;
    border-top: 1px dotted #CECECE;
    background: #F8F8F8;
    width: 800px;
    margin-top: 12px;
    padding: 3px 0 3px 0;
    text-align: center;
    font-size: 11px;
    color: #777C82;
}
#footer a {
    color: #777C82;
}
#footer a:hover {
    color: #FF7979;
    text-decoration: none;
}