
body
{
	margin: 0;
	padding: 0;
		
	background-color: #FFF;		
	color : #555;
	
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;	
	line-height: 1.5em;		
	text-align: center;
	
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body 
{ 
	/* be nice to Opera */
	font-size: small;
}


#Container
{	
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: url(../images/bg_333.gif) repeat-y;
	
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	
	width: 782px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 780px;
}
	
html>body #Container 
{
  	width: 780px;
} 

#Header
{
	margin: 0;
	padding: 0;
	height: 120px;
	background-color: #EEE;
}


#Navigation
{
	margin: 0;
	padding: 0;
	background-color: #EEE;
	height: 40px;
	text-align: right;	
}

#Navigation ul
{	
	float: left;
	width: 780px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-size: 82%;*/
	font-size: 105%;
}

#Navigation ul li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #EEE;
}

#Navigation a 
{
	float: left;
	background-color: #EEE;
	padding: 10px 15px 10px 15px;
	text-decoration:none;
	font-weight:bold;
	color: #2C466D;	
}

#Navigation a.active
{
	color: #2C466D;
	/*color: #FFF;*/
	background-color: #DDD;
}

#Navigation a:hover
{
	color: #2C466D;
	background-color: #DDD;
}





/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#Content {clear:left;}
/* End IE5-Mac hack */


#Content 
{
	background: url(../images/main_bg.gif) no-repeat top left;
}



#LeftContent 
{
	float: left;
	margin: 24px 0 0 0;
	padding: 0 20px;
	background: #fff;
	width: 532px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 492px;  	
  	/*border: 1px dashed #000;*/
}

html>body #LeftContent 
{ 
	/* be nice to Opera */
	width: 492px;
}

#LeftContent img.thumb 
{	
	float: left;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}


#LeftContent img.thumb2 
{		
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}




#LeftContent .hp 
{
	width: 140px;
	float: left;
	margin: 0 20px 12px 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
		
}
#LeftContent #hp-last 
{
	margin-right: 0;
}
#LeftContent .hp dt 
{
	margin: 0 0 3px 0;
	padding: 0;
	
	font-size: 110%;
}
#LeftContent .hp dt a 
{
	padding-right: 7px;
	color: #555;
	text-decoration: none;
	background: url(../img/home_arrow.gif) no-repeat 100% 50%;
}
#LeftContent .hp dt a:hover 
{
	color: #0000FF;
	
}
#LeftContent .hp dd 
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#LeftContent .hp dd a 
{
	display: block;
	color: #555;
	text-decoration: underline;
}

#LeftContent .hp dd a:hover
{
	color: #0000FF;
	text-decoration: underline;
}




#RightContent 
{
	position: 			relative;
	font-size: 			90%;
	line-height: 		1.5em;
	margin: 			0 0 0 549px;
	padding: 			28px 10px 10px 10px;
	color: 				#555;
	
	
	
	/*border: 			1px dashed #000;*/
}

#RightContent ul
{
	margin-left: 15px;
	padding: 0;
}	

#RightContent h3
{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEE;
}

.rightblock
{
	background-color: #FEFEFE;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	padding: 5px;
	vertical-align: top;
}


#footer 
{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #FFF;
	background: #6B7B84;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#footer p 
{
	margin: 0;
	padding: 8px 20px;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a 
{
	color: #000;
}
#footer a:hover 
{
	color: #000;
}




h1, h2, h3  
{
	padding : 0.5em 0;
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : normal;
	letter-spacing: -1px;
}

h1 
{
	font-size : 140%; 
	color : #505050;
}

h2 
{
	font-size : 130%; 
	color : #505050;
}

h3 
{
	font-size : 120%; 
	color : #505050;
}





a
{
	text-decoration: underline;
	color: #555;
}

a:hover
{
	text-decoration: underline;
	color: #0000FF;
}

p.strong
{
	font-weight: bold;
}

p.Note
{
	padding-left: 30px;
	background: url(../images/note.gif) no-repeat top left;	
}


#MailForm 
{
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}

#MailForm dl 
{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#MailForm dt 
{
	color: #333;
	font-weight: normal;
}

#MailForm dt em 
{
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#MailForm #realname, #MailForm #email, #MailForm #url 
{
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
}

#MailForm textarea 
{
	width: 400px;
	height: 180px;
	font-family: inherit;	
	border: 1px solid #ccc;
}

#MailForm fieldset
{
	border: 1px solid #ccc;
}

.Clear
{
	clear: both;
}




table.prijzentabel
{
	padding: 0;
	margin: 0;
	cell-spacing: 0;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

table.prijzentabel td
{
	padding: 5px;
	border-bottom: 1px solid #EEE;
}

table.prijzentabel thead
{
	background-color: #EEE;	
}






table.verhuurtabel
{
	padding: 0;
	margin: 0;
	cell-spacing: 0;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;	
}

table.verhuurtabel td
{
	padding: 4px;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

table.verhuurtabel thead
{
	background-color: #EEE;	
}

td.verhuurd
{
	background-color: #777777;
	color: #FFF;
}

td.wissel
{
	background-color: #CCCCCC;
	color: #FFF;
}

td.wisselverhuur
{
	background-color: #848C9C;
	color: #FFF;
}

td.weeknumber
{
	background-color: #FFF;
	color: #CCC;
}



/* --------------------------------------- */
/* Tour */


body.tour
{
	margin: 0;
	padding: 0 5px 0 5px;
	background: url("../images/tour_bg.gif") repeat-x;
	background-color: #EEE;	
}

body.tour td
{
	font-size: 11px;
}

.tourimage
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: .5em;
	padding: 3px;
	border: 1px solid #CCC;	
}


