body{
	font-family: Verdana, Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;  
	text-align: center;
}
*{
	padding: 0;
	margin: 0;
}

body a{
	color:#E0000B;
	text-decoration:none;
}

body a:hover{
	text-decoration: underline;
}
/*corsica*/
th{
	text-align: left;
}

td{
	font-size: 1em;
}

table.campinginfo{
	width: 100%;
	position: relative;
}

table.campinginfo td{
	xfont-weight: bold;
	vertical-align: top;
	padding:5px;
}

td.camping a{
	position: relative;
	
}

td.camping a span{
	display:none;
	
}

td.camping a:hover{
	background: #fff;
	text-decoration: none;
	

}

td.camping a:hover span{
	
	position: absolute;
	display:block;
	z-index: 20;
	background:#fff;
	top: 0px;
	left:-220px;
	width:200px;
	height:auto;
	border:1px solid #ccc;
	color:#000;
	padding:5px;
	
}

/* end corsica*/

p {
	margin: 0 0 0.7em 0;
}

#header h1{
	position: relative;
	float:left;
	display: block;
	xborder:1px solid;
	width:305px;
	margin:0;
	height:449px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -4000px;
}



h1,h2,h3,h4,h5 {
	margin:0 0 0.7em 0;
	color:#888;
}

h2{
	font-size:1.2em;
}
h3{
	font-size:1em;
}

#main{
	position:relative;
	width:960px;
	margin: 0 auto;
	text-align: left;
	xborder:1px solid;
}

div#nav{
	position:relative;	
	float: left;
	xborder:1px solid;
	width: 100%;
	xbackground: url(../images/backsea_ripple.jpg);
	xoverflow: hidden;
		
}


#breadcrumb{
	xposition: relative;
	float: left;
	background: url(../images/bg_breadcrumb.gif) no-repeat;
	height:65px;
	padding:20px 0 0 20px;
	width:940px;
	vertical-align:middle;
}

img{
	float:left;
}



#content{
	float:left;
	width:300px;
	/*tooltip overflow hidden uitzetten*/
	xoverflow:hidden;
	padding:5px;
	background:none;
	xborder:1px solid;
	margin:0 0 0 14px;
	font-size: 0.65em;
}

#content ul{
	position:relative;/*The IE/Win Disappearing List-Background Bug . use position:relative*/
	xlist-style-type:none;
	margin:5px 0;
	xborder:1px solid;
	
}
#content ul li{
	background:url(../images/bullets/bullet.gif) no-repeat 0 2px;
	padding:0px 0 0 10px;
	

}

#projects{
	width:459px;
	float:left;
	
}

/*rounded corners 2 gifs: top h3 body with bottom property*/
#projects h3{
	background: url(../images/bg_projects_top.gif) no-repeat;
	background-position: bottom;
	margin:0;
	padding:0;
	height: 11px;
	text-indent: -4000px;
}

#projects ul{
	list-style: none;
	xborder:1px solid;
	float:left;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 1em 0;
	background: #EAECF4 url(../images/bg_projects_body.gif) no-repeat;
	background-position: bottom;
}

#projects ul li{
	display:block;
	background:none;
	padding:0;
	float:left;	
	border-right:1px solid;
	margin:3px 0 0 0;
	color:
}

#projects ul li a {	
	
	margin:5px;
}

h4{
	xbackground:#EAECF4 url(../images/bg_projects_top.gif) no-repeat;
	background-position: top;
	margin:0em 0 0 0;
	padding:0px 0 0 10px;
	height: 21px;
	text-indent:-4000px;
	xborder:1px solid;
	float:left;
	overflow:hidden;
	width:449px;
	display:block;
}

#projectdetails{
	xbackground: #EAECF4 url(../images/bg_projects_body.gif) no-repeat;
	background-position: bottom;
	margin:0;
	float:left;
	width:100%;
	xborder:1px solid;
}
#projectdetails img{
	float:right;
}
#projectdetails ul{
	margin-top:10px;
}

#projectdetails h5 { 
	font-size:1.2em;
	margin:5px 0;
}
#footer{float:left;clear:both;border-top:#ccc 1px solid;width:100%;margin-top:1em;}
#footer a{font-size:0.6em;color:#333;}
