/******************************************
** La Torre CSS
** door Blue7- Jaap
******************************************/

/******************************************
** RESETS
******************************************/
* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
}

/******************************************
** TOOLS
******************************************/
.clear {
	clear: both; /* Clearen na een float */
}

.border {
	border: 1px solid red;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/******************************************
** TYPOGRAFIE
******************************************/
h1 
{
	font-size:12px;
	color:#333333;
}
#contentwrap p {
	margin-bottom: 14px;
}

#contentwrap h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
}

#contentwrap h3 {
	color: #77AF6B;
	margin-bottom: 14px;
	font-weight: normal;
	font-size: 14px;
}
/******************************************
** STRUCTUUR
******************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	background: #C7EBFC;
}

#pagewrap {
	width: 908px;
	margin: 0 auto;
	position: relative;
}

#translator 
{
	width: 908px;
	position: relative;
	height:50px;
	display:none;
}

.head {
	width: 908px;
	height: 326px;
	position: relative;
	
	}
	
	.header 
	{
		background: url(../../images/header.jpg) no-repeat top left;
	}
	
	.header2 
	{
		background: url(../../images/header2.jpg) no-repeat top left;
	}
	
	.head h3, .head h1{
		position: absolute;
		top: 40px;
		left: 44px;
		
		font-family: "Times New Roman", Georgia, serif;
		font-size: 60px;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
		}
		
		.head h3 img, .head h1 img {
			width: 46px;
			height: 46px;
			margin: 0 2px;
		}
		
	.head h4, .head h1{
		position: absolute;
		top: 52px;
		left: 44px;
		
		font-family: "Times New Roman", Georgia, serif;
		font-size: 50px;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
	}
	
	.head h2 {
		position: absolute;
		top: 105px;
		left: 44px;
		
		font-family: "Times New Roman", Georgia, serif;
		font-size: 30px;
		font-weight: bold;
		font-style: italic;
		color: #77AF6B;
	}
	
	/* Vertalen */
	.head #vertalen ul#vlaggen 
	{
		list-style-type:none;
		position: absolute;
		top: 37px;
		left: 750px;
	}
	.head #vertalen ul#vlaggen li 
	{
		float:left;
	}
	.head #vertalen ul#vlaggen li img
	{
		margin-right:2px;
		opacity:0.8;
		
	}
	.head #vertalen ul#vlaggen li img:hover
	{
		margin-right:2px;
		opacity:1;
		
	}
	
	/* einde vertalen */
	
	ul#nav {
		width: 868px;
		height: 54px;
		display: block;
		position: absolute;
		top: 257px;
		left: 21px;
	}
		
		ul#nav li {
			height: 54px;
			padding-right: 0px;
			position: relative;
			display: inline; /* IE6 fix */
			float: left;
			
			line-height: 54px;
			background: transparent url(../../images/golfbal_mright15px.gif) no-repeat center right;
			}
			
			ul#nav li.alignright {
				float: right;
				padding-right: 0;
				padding-left: 10px;
				background-position: center left;
			}
			
			ul#nav li a {
				padding: 0 25px;
				
				font-size: 18px;
				color: #FFFFFF;
				
				text-decoration: none;
			}
			
			/* dropdown */
			ul#nav li ul.dropdown {
				display: none;
				position: absolute;
				top: 54px;
				left: 5px;
				width: 180px;
				background: #99CA3C;
				z-index:10;
				
			}
			
			ul#nav li ul.dropdown li {
				height: 26px;
				display: block;
				float: none;
				
				border-bottom: 1px solid #ffffff;
				line-height: 26px;
				background-image: none;
				z-index:10;
				}
				
				ul#nav li ul.dropdown li a {
					line-height: 26px;
					font-size: 14px;
					}
					
					ul#nav li ul.dropdown li a:hover {
						color: #3A9D3E;
					}

#contentwrap {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
	color: #58585A;
	background: url(../../images/contentwrap.jpg) repeat-y top left;
	}
	
	#content {
		width: 450px;
		float: left;
	}
	
	#content h1 
	{
		text-indent:-9999px;
		height:1px;
	}
	#sidebar_app 
	{
		width: 341px;
		float: right;
		margin-bottom:15px;
	}
	#sidebar_app .text
	{
		
	}
	
	#sidebar {
		width: 341px;
		float: right;
		height:536px;
		margin-bottom:15px;
		position:relative;
		overflow:hidden;		
		}
		
		#sidebar h3 {
			margin-top: 20px;
			font-weight: bold;
		}
		
		#sidebar img {
			margin-bottom: 15px;
		}
		#sidebar h2, #sidebar h1
		{
			color: White;
		}
		
		#slide {
			background:none repeat scroll 0 0 #0055a5; 
			bottom:-71px;
			color:white;
			height:100px;
			left:0;
			padding:10px;
			position:absolute;
			opacity:0.7;
			filter:alpha(opacity=70);
			right:0;
			width:319px;
			border: solid 1px #333;
		}
		#slide a
		{
			color: White;
		}
		
	#content ul.appartementen
	{
		list-style:none;
	}		
	#content .appartementen a
	{
		color:#2A983E;
		font-weight:bold;
	}
	#content .appartementen a:hover
	{
		color:#666666;
		font-weight:bold;
	}
	
	#content p a
	{
		color:#2A983E;
	}
	#content p a:hover
	{
		color:#666666;
	}
		
#footer {
	height: 66px;
	position: relative;
	
	background: url(../../images/footer.jpg) no-repeat top left;
	}
	
	ul.footer_nav {
		width: 868px;
		height: 42px;
		display: block;
		position: absolute;
		top: 2px;
		left: 21px;
		padding-left: 23px;
		
		list-style: none;
		}
		
		ul.footer_nav li {
			height: 42px;
			display: block;
			float: left;
			
			}
			
			ul.footer_nav li a {
				height: 42px;
				display: block;
				padding-left: 40px;
				padding-right: 16px;
				
				font-size: 18px;
				color: #ffffff;
				text-decoration: none;
				line-height: 42px;
			}
			
		ul.footer_nav li.footer_nav_vlucht a {
			background: transparent url(../../images/vliegtuigje_50px.gif) no-repeat center left;
		}
		
		ul.footer_nav li.footer_nav_huurauto a {
			background: transparent url(../../images/stuurtje_50px.gif) no-repeat center left;
		}
		
		ul.footer_nav li.footer_nav_gastenboek a {
			background: transparent url(../../images/potloodje_50px.gif) no-repeat center left;
		}
		ul.footer_nav li.footer_nav_sitemap a {
			text-align:right;
			margin-left:45px;
		}
		ul.footer_nav li.footer_nav_sitemap_gb a {
			text-align:right;
			margin-left:516px;
		}

/******************************************
** ONDERDELEN
******************************************/

/* appartementen */
ul#foto_thumbs {
	display: block;
	list-style: none;
	}
	
	ul#foto_thumbs li {
		width: 102px;
		height: 70px;
		display: inline;
		float: left;
		margin: 0 15px 15px 0;
	}
	
	ul#foto_thumbs li.alignright {
		margin-right: 0;
	}
	
	ul#foto_thumbs li img {
		width: 102px;
		height: 70px;
		
		border: 2px solid #4C9B55;
	}
	
	#fancybox-outer {
		background: #2A983E;
	}
	
	.datums {
		font-size: 9px;
	}
	
	.kosten 
	{
		font-size: 9px;
		margin-top: 15px;
	}
	
	#sidebar_app .data_legenda 
	{
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#sidebar_app .data_legenda span
	{
		display:block;
		float:left;
	}
	
	#sidebar_app .data_legenda span.date
	{
		width:15px;
		height:15px;
	}
	#sidebar_app .data_legenda span.text
	{
		margin-left:7px;
	}
	
	#sidebar_app h3 a {
		color: #2A983E;
	}

/* Boeken */

.boeken_container {
	width: 350px;
	padding: 15px;
	background: #EBECED;
	color: #58585A;
	}
	
	.boeken_container h3 {
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: normal;
	}
	
	fieldset {
		width: 350px;
		display: inline;
		float: left;
		margin: 0 0 30px 0;
		padding: 0;
		
		/* TEXT STYLING HIER */
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		border: none;
	}
	
	fieldset.alignleft {
		margin-right: 30px;
	}
	
	fieldset.alignright {
		float: right;
	}
	
	fieldset legend {
		/* TEXT STYLING HIER */
		font-size: 1.3em;
		padding: 0;
		margin-bottom: 10px;
	}
	
	fieldset ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		
		fieldset ul li {
			line-height: 30px;
			padding: 0;
			margin: 0;
			clear: both; /* clear float van label en input */
			}
			
			fieldset label {
				float: left;
				display: inline;
				width: 125px;
			}
			
			fieldset input {
				width: 200px;
				height: 20px;
				display: inline;
				float: right;
				margin: 4px 0 4px 0;
				
				border: 1px solid #BBBBBB;
				}
			
				fieldset input.error {
					border: 1px solid #D4B0B0;
					background: #FDD3D3;
					color: #600000;
				}
			
			fieldset input#submitButton {
				width: 125px;
				height: 30px;
			}
			
			fieldset select {
				width: 200px;
				display: inline;
				float: right;
				margin: 6px 0 0 0;
				
				border: 1px solid #BBBBBB;
			}
			
			fieldset textarea {
				width: 200px;
				float: right;
				
				border: 1px solid #BBBBBB;
			}
			
			fieldset select.datum_maand {
				width: 130px;
			}
			
			fieldset select.datum_jaar, fieldset select.datum_dag {
				width: 60px;
				margin-right: 10px;
			}
			
			fieldset small {
				display: block;
				float: left;
				margin-top: 10px;
				
				font-size: 11px;
			}
			
			/* STYLING response box */
			.adnotify_box {
				display: block;
				position: absolute;
				padding: 15px 30px;
				
				background: #F3F3F3;
				border: 1px solid #D3D3D3;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 14px;
			}
			
			.adnotify_box.error {
				background: #FDD3D3; /* #FFE8E8; */
				border: 1px solid #D4B0B0; /* #FFD4D4; */
				color: #600000; /* #370000; */
			}
			
			.adnotify_box.success {
				background: #D9FDD3;
				border: 1px solid #B6D4B1;
				color: #0E6000;
			}


/******************************************
** CONTAINERS
** Google translate
******************************************/
#google_translate_element 
{
	float:right;
	text-align:right;
	padding-right:33px;
}
/******************************************
** CONTAINERS
** Sitemap
******************************************/
ul#sitemap 
{
	list-style:none;
}
ul#sitemap li
{
	color:#58585A;
	font-weight:bold;
}
ul#sitemap li a 
{
	color:#77AF6B;
	font-weight:bold;
}
ul#sitemap ul.submenu 
{
	margin-left:25px;
	list-style:none;
}

