/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body{
		font-family:verdana ,arial, sans-serif;
		font-size:11px;
		text-align:center;
		background:#fff5ec;
		margin:0px;
		padding:0px;
		color:#000;
		background-repeat: repeat-x;
	}
	
	/* LAYOUT */
	
	div#container{	
		background:#fff5ec;
		width:1000px;
		overflow:auto;
		height: auto;
		margin: 0px auto;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		margin-bottom:0px;
		text-align:center;
	}
	
	#header{
	height:60px;
	width:1000px;
	background-image: url('images/header.jpg'); 
	}
	
	#content{
	overflow:auto;
	height: auto;
	margin: 0px auto;
	width:1000px;
	background-image: url('images/bg-all.jpg'); 
	text-align:left;
	}
	
	#content-left{
	width:650px;
	/*background-color:black;*/
	float:left;
	}
	
	#content-left-header{
	height:129px;
	width:654px;
	/*background-color:red;*/
	background-image: url('images/header-content.jpg'); 
	}
	
	#content-left-content{
	width:652px;
	border:0px solid orange;
	}
	
	#content-left-content h1{
	font-family:Eurostile, verdana, sans-serif;
	font-size:18px;
	}
		
	.inside-content	{
	margin-left:50px;
	margin-right:50px;
	}
	
	#content-left-footer{
	text-align:right;
	width:652px;
	/*border:1px solid red;*/
	}
	
	#content-right{
	width:346px;
	/*background-color:brown;*/
	border:0px solid green;
	float:right;
	}
	
	#content-right h1{
	font-family:Tiranti Solid LET;
	}
	
	.inside-right	{
	margin-left:30px;
	margin-right:20px;
	}
	
	#footer{
	height:48px;
	width:1000px;
	background-image: url('images/footer.jpg'); 
	}
	
	.link{
		padding-top:20px;
	}
	
	.link a{
		color:#787878;
		text-decoration:none;
		margin-top:10px;
	}

	
	ul {
	margin: 0px;
	padding: 0px;
	}
	
	ul li{
	list-style: none;
	margin: 15px 30px 15px 0px;
	padding: 0;
	display: inline-block;
	border:1px solid #c1c1c1;
	}
	
	#sidebar ul {
	border:0px;
	}
	
	#sidebar ul li{
	border:0px;
	}
	
	.border{
	border:3px solid #fff;	
	}
	
	/*MENU*/
	
	#home{
	margin:80px 0px 0px 50px;
	width:70px;
	height:40px;
	float:left;
	cursor:hand;
	}
	
	#informatie{
	margin:80px 0px 0px 0px;
	width:115px;
	height:40px;
	float:left;
	cursor:hand;
	}
	
	#fotos{
	margin:80px 0px 0px 0px;
	width:65px;
	height:40px;
	float:left;
	cursor:hand;	
	}
	
	#prijzen{
	margin:80px 0px 0px 0px;
	width:100px;
	height:40px;
	float:left;
	cursor:hand;
	}
	
	
	
	


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

