/*Tabelle f&uuml;r den Content*/
#content_table {
    width: 528px;
    background: #D5DFDE;
    /*height: 400px;
    padding: 10px;*/
    border: 0;
}

h1.content_headline {
    margin-bottom: 0;
    color: #308075;
    font: bold 28px arial;
}

a.bottom_link, a.bottom_link:link, a.bottom_link:visited, a.bottom_link:active {
    font: normal 14px Arial;
    color: black;
    margin-right: 100px;
    text-decoration:none;
}

a.bottom_link:hover, a.bottom_link:link:hover, a.bottom_link:active:hover, a.bottom_link:visited:hover {
    text-decoration:underline;
}

.navigation_tab {
    text-indent: 65px;
    margin-bottom: 20px;
    height: 25px;
    width: 268px;
}

.navigation_spacer {
    height: 20px;
}

a.navigation_link, a.navigation_link:link, a.navigation_link:visited, a.navigation_link:active {
    font: bold 18px arial;
    color: white;
    text-decoration: none;
    display: block;    
}

a.navigation_link:hover, a.navigation_link:link:hover, a.navigation_link:active:hover, a.navigation_link:visited:hover {
    color: #c6c7c8;
    display: block;        
}

a.navigation_link_act, a.navigation_link_act:link, a.navigation_link_act:visited, a.navigation_link_act:active {
    font: bold 18px arial;
    color: #c6c7c8;
    text-decoration: none;
    display: block;    
}

img.page_image {
     width: 250px;
     height: 170px;
}

.content_text {
    height: 270px; 
    font: normal 14px arial; 
    line-height: 1.2;
    vertical-align: top;
}
#container_table {
    width:900px; 
    border: 0;
}

#image_top_left {
    background: url(images/HG_o_l.jpg); 
    width: 268px; 
    height: 197px;
}

#image_top_center {
    background: url(images/HG_o_m.jpg); 
    width: 549px; 
    height: 197px;
}

#image_top_right {
    background: url(images/HG_o_r.jpg); 
    width: 83px; 
    height: 197px;
}
#cell_middle_left {
    height: 250px;
    vertical-align: top;
    background: #D5DFDE;
}

#image_middle_left {
    background: url(images/HG_m_l.jpg); 
    width: 83px; 
    height: 102px;
}    
#cell_middle_center {
    height: 100px;
    background: #D5DFDE;
}
#cell_middle_right {
    width: 340px;
    height: 250px;
    vertical-align:top;
    background: #D5DFDE;
    padding: 10px;
}
#image_middle_right {
    vertical-align: top;
    background: url(images/HG_m_r.jpg) no-repeat #D5DFDE;
    height:496px;
}
#image_bottom {
    background: url(images/HG_u.jpg); 
    width: 900px;
    height: 17px;
}
#cell_bottom_links{
     border-top: 1px solid #308075;
     padding-bottom: 10px;
}
.captcha {
    margin:0;
}