b {
    font-weight: medium;
}
a , a:link, a:visited, a:active{
    color: #CC0529;
    text-decoration: none;  
}

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: 'Times New Roman',Times,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;
}

table#center_table td {
    vertical-align: center;
}

div#main_div {
    width: 1004px;
    margin: auto;
}

div#dynamic_div {
    display: none;
    visibility: hidden;
}

div#header_bar {
    width: 1004px;
    height: 206px;
	display: none;
}

div#header_img_div {
    float: left;
    width: 260px;
    height: 206px;
}
div#nav_bar {
    width: 201px;
    height: 344px;
    background-color: #E6EBF0;
    background-image: none; 
    float: left;
	display: none;
}
div#center_bar {
    width: 555px;
    height: 344px;
    background-color: #E6EBF0;
    background-image: none; 
    float: left;      
}
div#content {
    height: 318px;
    overflow: auto;
    width: 555px;
    background-color: #E6EBF0;
    background-image: none;
	
	
}
div#sub_nav_bar {
    height: 26px;
    background-image: none; 
	display: none;
}

div#rechts {
    height: 344px;
    width: 248px;
    float: left;
    clear: right;
    background-image: none;
	display: none;
}

div#nav_ueber_uns {
    background-image: none; 
    height: 44px;
    padding-top: 16px;
	display: none;
}

div#nav_angebot {
    background-image: none; 
    height: 44px;
    padding-top: 16px
}

div#nav_ausstellung {
    background-image: none; 
    height: 41px;
    padding-top: 16px
}

div#nav_kontakt {
    background-image: none; 
    height: 43px;
    padding-top: 16px
}            

div.nav_div {
    background-position: top right;
    width: 150px;            
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
	display: none;
}


img.nav_image, img.layout_image {
    display: block;
}


