BODY {
   	font-family: verdana, arial, helvetica;
   	font-size: 11px;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:942px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
   	background-image:url('../images/hg_kachel_gelb.jpg');
   	background-repeat: repeat;
}

#page {
   	position:relative;
   	width:942px;
   	margin:0 auto;
   	text-align:left;
   	background-image:url('../images/hg_linien.jpg');
   	background-repeat: repeat-y;	   	
}

#head {
   	position:relative;
   	width:942px;
   	height:198px;
   	background-image:url('../images/hg_head_ohnelogo_.jpg');
   	background-repeat: no-repeat;
}

#logo {
   position: absolute;
   left: 650px; 
   top: 8px; 
   border-width: 0px;
}

#main {
	width:900px;
	padding-left: 20px;
	padding-bottom: 20px;	
}

#main_left {
   float: left;
   padding-top:15px;   
   width:200px;
   height: 100%;
}

#main_content {
   float: left;
   width: 488px;
   margin-left: 5px;
   margin-right: 5px;   
}

#main_right {
   float: left;
   width: 192px;
   padding-left: 8px;
}

#footer {
   margin-left: 20px;
   width:900px;
   background: #345C99;
   height: 15px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 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 */




