html  {
           margin:0;
           padding:0;
           height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
       }
body
        {
	background-image:url(../grafik/bg_all.png);
	background-repeat:repeat-x;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
        margin:0;
        padding:0;
	background-color:#C7DFFD;
	}
img {
border:0!important;
}
#wrapper{
        width: 960px;
        height: 100%;
        }

#head
        {
	height: 149px;
        padding-top:0px;
	background-image:url(../grafik/bg_head149.png);
	background-repeat:no-repeat;
	}
#container
        {
        width:960px;
	min-height:100%; /* Mindesthöhe in modernen Browsern */
        height:auto !important; /* !important-Regel für moderne Browser, damit sie die nachfolgende height-Angabe ignorieren */
        height: 100%;
        background-image:url(../grafik/bg_body.png);
        background-repeat:repeat-y;
        }
        
#navigation_hor
        {
        width:960px;
        }
#navigation_ver
        {
           
            width: 210px;
            min-height: 100%;
            float:left;
        }
#main_content
        {
            position: relative;
            float:left;
            width: 539px;
            height: 100%;
            min-height: 100%;
            }


#sidebar
        {
            position: relative;
            padding-top: 20px;
            float:right;
            width:199px;
            min-height: 100%;
                 }
#scrolltext{
                     
                     float: left;
                     width: 250px;
                     padding-top: 60px;
                     padding-left: 20px;
                            }
#start  {

}
div.options	 	{ 
				padding-top: 40px;
				float: left;
				width: 329px;
				}
div.options_nr	 	{ 
				padding-top: 40px;
				margin-left: 20px;
				float: left;
				width: 189px;
				}
				

			

div.img160{
    float: left;
    height: 250px;
    width: 200px;
    padding-top:20px;
    padding-left: 20px;
    text-align: center;
    font-weight: bold;
}
div.archiv{
    float: left;
    width: 150px;
    padding-top:20px;
    padding-left: 5px;
    text-align: center;
    font-weight: bold;
}

.clearfix:after {
content:".";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


.contact_map
{
    position: relative;
    float:left;
    width:55%;
    
}
.contact_txt
{
    position: relative;
    float:left;
    width:40%;
}
.topnav{
    width:538px;
    float:left;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;

}

#foot
        {
           /* position:relative;
            float: left;
            width:100%;
            
            background-image:url(../grafik/bg_foot.png);
            background-repeat:no-repeat;*/
        }


