/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, Lucida Grande;
 font-size: 1em;
 background: url(../images/wolken.jpg) repeat-x top;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 140px;
 margin: 0px 0px 0px 0px;
 background: url(../images/Bovenbalk.png) no-repeat;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/plank.png) no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 float: left;
}
#menu {
position: relative;
top: 30px;
left: -18px;
}
#content { 
 float: left;
 color: #003366;
 border-top: 8px solid #efeeee;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 466px;
 display: inline;
}
#contenteinde {
background: url(../images/tafelkleed.jpg) no-repeat;
display: inline;
}
#kerstachtergrond {
background: url(../images/kerstachtergrond.gif);
display: inline;
}
h2 {
color: #003366;
margin-bottom: 6px;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/rechterkant.png) no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 20px 10px 10px 10px;
 height: 350px;
 width: 195px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 font-size: 0.8em;
 color: #333;
 border-top: 0px solid #ccc;
 /*background: #ccc;*/
 margin: 20px 0px 10px 0px;
 padding: 10px;
}