b {
    font-weight: bold;
}
a , a:link, a:visited, a:active{
    color: #CC0529;
    text-decoration: none;  
}

a:hover {
    text-decoration: underline;
}

input, textarea {
    width: 300px;
    border: 1px solid #CCC;
    padding: 5px 3px 3px 3px;
}

textarea {
    height: 108px;
}

.red {
    color: #CC0529;
}

body, p, div, td, span, h1, input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    color: #CC0529;
    font-weight: bold;
    margin: 0px;   
    padding: 0px 0px 30px 0px;
    
}

div {
    margin: 0px;
    padding: 0px;            
}

html, body, table#center_table {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

div.nav_galerie {
    padding: 5px 0px;
    color: #CED5DD;
    cursor: pointer;
    width: 300px;
    white-space: nowrap;
}

div.sub_header{
    padding: 5px 0px;
    color: #CC0529;
    width: 300px;
    white-space: nowrap;
}

table#center_table td {
    vertical-align: middle;
}

div#main_div {
    width: 1004px;
    margin: auto;
    padding: 0px;
}

div#dynamic_div {
    display: none;
    visibility: hidden;
}

div#header_bar {
    width: 1004px;
    height: 206px;
    background-image: url(../images/header/ueber_uns.png);
    background-repeat: no-repeat;
    padding: 0px;
}

div#header_img_div {
    float: left;
    width: 260px;
    height: 206px;
    margin: 0px;
    padding: 0px;    
}
div#nav_bar {
    width: 201px;
    height: 344px;
    background-color: #E6EBF0;
    background-image: url(../images/gray.png); 
    float: left;
}
div#center_bar {
    width: 555px;
    height: 344px;
    background-color: #E6EBF0;
    background-image: url(../images/gray.png); 
    float: left;     
}
div#content {
    height: 318px;
    overflow: auto;
    width: 555px;
    background-color: #E6EBF0;
    background-image: url(../images/gray.png);                 
}
div#sub_nav_bar {
    height: 26px;
    background-image: url(../images/navigation/sub_nav_bar.png); 
}

div#rechts {
    height: 344px;
    width: 248px;
    float: left;
    clear: right;
    background-image: url(../images/right.png); 
    overflow: hidden;
}

a#nav_ueber_uns {
    background-image: url(../images/navigation/ueber_uns.png); 
    height: 44px;
    padding-top: 16px;
}

a#nav_angebot {
    background-image: url(../images/navigation/angebot.png); 
    height: 44px;
    padding-top: 16px;
}

a#nav_ausstellung {
    background-image: url(../images/navigation/ausstellung.png); 
    height: 41px;
    padding-top: 16px;
}

a#nav_kontakt {
    background-image: url(../images/navigation/kontakt.png); 
    height: 43px;
    padding-top: 16px;
}            

a.nav_div {
    background-position: top right;
    width: 150px;            
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    display: block;
    padding-top: 16px;
    
}


img.nav_image, img.layout_image {
    display: block;
}
