body {
    background-color: #a5a5a5;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    margin-top: 25px;
    font-family: Arial;
    font-weight: normal;
}


    table#main {
        width: 900px;
        border: solid 5px #cae9e5;
		background-color:#cae9e5;
    }
    
        td#head {
            background-image: url('../img/head.jpg');
            width: 900px;
            height: 156px;
			background-repeat:no-repeat;
        }
        
        td#navi {
            width: 220px;
            vertical-align: top;
           background-color:#cae9e5;
        }
        
        td#content {
            width: 680px;
            vertical-align: top;
            background-color:#cae9e5;
        }
        
        table#navi_white_line {
            width: 220px;
            height: 1px;
            line-height: 1px;
            max-height: 1px;
            background-color: #ffffff;
        }
        
        div#navi_blue_box {
            width: 220px;
            height: 35px;
            background-color: #485455;
        }
        
        table#navi_point {
            width: 220px;
            height: 25px;
            padding-left: 30px;
            background-color: #6e8082;
        }
        
        table#navi_point1 {
            width: 220px;
            height: 25px;
            padding-left: 40px;
            background-color: #92a9ab;
        }
        
        table#navi_point2 {
            width: 220px;
            height: 25px;
            padding-left: 50px;
            background-color: #595fb1;
        }                
        
        td,a#navi_text {
            font-weight: bold;
            font-size: 13px;
            font-family: Arial;
            color: #ffffff;
            text-decoration: none;
        }
        
        table#navi_contact_box {
            width: 220px;
            height: 231px;
            background-color: #1c5a60;
            padding-left: 30px;
        }
        
        td#navi_contact_box_text {
            font-size: 11px;
            font-family: Arial;
            color: #ffffff;
            font-weight: normal;
        }
        
        td#content_head {
            width: 680px;
            text-align: right;
        }
        
        td#content_main {
            width: 800px;
            vertical-align: top;
            font-size: 11px;
            font-family: Arial;
            color: #485455;
            font-weight: normal;
			background-color:#CAE9E5;
        }
        
        td#content_boxes {
            width: 214px;
            vertical-align: top;
        }
        
        td#content_boxes_headline {
            width: 190px;
            height: 25px;
            background-color: #6E8082;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
            text-align: left;
            padding-left: 7px;
        }
        
        td#content_boxes_white_line {
            width: 190px;
            height: 1px;
            line-height: 1px;
            max-height: 1px;
        }
        
        td#content_boxes_content {
            width: 190px;
            height: 100px;
            background-color: #e1e4ef;
            vertical-align: top;
            font-size: 11px;
            color: #1e317b;
            text-align: left;
            padding: 7px;
            font-weight: normal;
        }
        
        td#content_boxes_img {
            width: 190px;
            height: 1px;
            border-top: solid 1px #ffffff;
            border-bottom: solid 1px #ffffff;
        }
        
        .impressum_a{
            font-size: 11px;
            font-family: Arial;
            color: #1e317b;
            font-weight: normal;
            text-decoration: none;        
        }
        
		td#content_news_red_line{
            width: 441px;
            height: 3px;
            line-height: 3px;
            max-height: 3px;
            background-color: #1c5a60;
		}
		
        td#content_news_text {
            vertical-align: top;
            font-size: 11px;
            font-family: Arial;
            color:#485455;
            font-weight: normal;
            padding: 10px;
        }
        
        td#content_mitarbeiter_text {
        	background-color: #e8eaf2;
        	vertical-align: top;
        	height: 99px;
            color: #1e317b;
            font-weight: normal;        	        	
        }
        
		td#content_mitarbeiter_white_line{
            width: 255px;
            height: 1px;
            line-height: 1px;
            max-height: 1px;
            background-color: #ffffff;
		}
		
        td#content_form {
            width: 441px;
            vertical-align: top;
            font-size: 11px;
            font-family: Arial;
            color: #485455;
            font-weight: normal;
        }
        
        #form_input {
        	width: 300px;
            font-size: 11px;
            font-family: Arial;
            color: #485455;
            font-weight: normal;
            padding: 3px;
            border: solid 1px #1C5A60;
        }		
        
        #form_button {
        	width: 150px;
            font-size: 11px;
            font-family: Arial;
            color: #1e317b;
        	background-color: #e8eaf2;
            font-weight: normal;
            padding: 3px;
            border: solid 1px #1C5A60;
        }
        
        #content_errMsg {
        	color: #1c5a60;
        	font-weight: normal;
        }
        
        td#content_overview_content {
            width: 246px;
            background-color: #e1e4ef;
            vertical-align: top;
            font-size: 11px;
            color: #1e317b;
            text-align: left;
            padding: 5px;
            font-weight: normal;
        }
        
        a#content_overview_link {
            font-size: 11px;
            color: #1c5a60;
            font-weight: normal;
            text-decoration: none;
        }
        
p, ul, li
{

    margin-top: 0px;

    margin-bottom: 0px;

}    

   td#content_head{
		
            width: 655px;
            height: 156px;
			background-repeat:no-repeat;
   
   }
