/* -------------------------- */
/* CSS Stylesheet CasaFlor.nl */
/* -------------------------- */

* { padding:0; margin:0; }
html {

}
body {
	font-size:62.5%
}
#main{ 
	width:900px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
#language {
	float:left;
}
#logo {
	float:right;
}
#header{
	position:relative; 
	width:100%;
	height:64px; 
} 
#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:900px;
	height:400px;
	margin:0;
	padding:0;
}
#menu ul li a{
	margin: 0;
	padding:0;
	outline:none;
}
#menu ul, 
#menu ul li{
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0
}

#menu a {
	padding: 0;
	margin: 0;
	line-height: 0;
	text-decoration: none;
	color:#fff;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:25px
}
#foto {
	float:left;
	width:300px;
	color:#fff;
	padding-top:33px;
	padding-left:29px;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify
}
#reserveren {
	float:left;
	width:300px;
	color:#fff;

	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify
}
#content {
	float:left;
	padding-left:28px;
	width:489px;
	color:#fff;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify
}
#content a {
	color:#fff;
	text-decoration:underline;
	
}
#content a:hover {
	color:#fff;
	text-decoration:none;
	
}
#footer{
	height:30px; 
	clear:both;
 } 
 
 /* Font styles */
 
 h1 {
 	font-size:2.0em;
	font-weight:normal
 }
 h2 {
 	font-size:1.8em;
	font-weight:normal
 }
 h3 {
 	font-size:1.6em;
	font-weight:normal
 }
 h4 {
 	font-size:1.4em;
	font-weight:normal
 }
/* Div float fix */
.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 */  



