/* skihallen-deutschland.de */

html, body
 { 
  margin: 0px; 
  padding: 0px; 
  text-align: center; 
 } 

body
 {
 	background-image:url('/images/bg.gif');
 }

#box
 { 
  width: 780px; 
  
  margin-left: auto; 
  margin-right: auto;  
    
  text-align: left;  

 } 
 
#header
 {
  position: relative; 
  
  height: 220px; 
  width: 100%;
  
  text-align: center;
 } 

#nav
 {
  float: left; 
  position: relative;  	
 	
  width: 195px; 
  
  color: #FFFFFF;
 }
 
#nav .top
 {
 	width: 185px;
 	height: 16px;
 	
 	background-image:url('/images/ad_top.gif'); 	 	
 }
 
#nav .info
 {
 	width: 185px;
 	
 	text-align: center;
 	
 	background-image:url('/images/ad_info.gif'); 	 	
 } 
 
#nav .bottom
 {
 	width: 185px;
 	height: 6px;
 	
 	background-image:url('/images/ad_bottom.gif'); 	 	
 } 


#content
 {
  float: right; 
  display: inline; 
  position: relative; 
  
  width: 585px; 
  
  font-family: Arial, sans-serif; 
  font-size: 12px;
  line-height: 16px;
  color: #022131; 
  
 }
 
#content a
 {
  color: #022131;  	
 } 
 
#content .top
 {
 	width: 585px;
 	height: 22px;
 	
 	background-image:url('/images/content_top.gif'); 	
 } 
  
#content .info
 {
 	width: 515px;
 	min-height: 700px;
 	
 	padding: 0px 35px 0px 35px;
 	
 	background-image:url('/images/content_info.gif'); 	
 }  
 
#content h1
 {
 	margin: 0px;
 	padding: 0px;
 	
 	font-size: 14px;
 }
 
#content .bottom
 {
 	width: 585px;
 	height: 10px;
 	
 	background-image:url('/images/content_bottom.gif'); 	
 }   
 
#footer
 {	
  height: 100px;
  
  font-family: Arial, sans-serif; 
  font-size: 12px;
  line-height: 18px;
  color: #525252; 
    
 	text-align: center;  

  clear: both;
 } 
 
#footer a
 {
 	color: #525252;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  



a img
 {
 	border: 0px;
 }