@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	padding: 0;
	background: url(strand7.jpg) center top no-repeat;
	background-attachment: fixed;
	height: 100%;
}

#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-275px;
	width:1px;
}
 
#centered {
	position:relative;
	clear:left;
	height:550px;
	width:990px;
	margin:0 auto;
	line-height: 0px;
}

#iewarn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 25px;
  padding-top: 5px;
  font-family: tahoma, sans-serif;
  background: #ffffcc;
  font-size: 0.9em;
  font-weight: normal;
  color: #334433;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px #aaa solid; }

#kollinks {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	height: 550px;
	float: left;
	background-image: url(houtenpaal.png);
	background-repeat: no-repeat;
	width: 200px;
}

#menu {
	bottom: 200px;
	position: absolute;
	height: 350px;
	width: 190px;
}

#menu a img {
	border-style: none;
}

#menu #home {
	height: 100px;
	width: 100px;
	bottom: 250px;
	position: absolute;
	left: 0px;
}

			.home, .home2 
			{
				height:100px;
				width:100px;
				background-image: url(vogelhuisje.png);
				background-repeat: no-repeat;
				line-height:60px;
				text-align:center;
				font-size: 54px;
			}

			.home 
			{
				bottom: 260px;
				left: 0px;
				position: absolute;
			}
			
			.home a {
				text-decoration: none;
			}
			
			
			.home2 
			{ 
				bottom: 270px;
				left: 0px;
				position: absolute;
			} 
			
			.home2 a {
				text-decoration: none;
			}


			.buttonsa, .buttonsa2 
			{
				height:54px;
				width:130px;
				background-image: url(knopsa.png);
				background-repeat: no-repeat;
				line-height:60px;
				text-align:center;
				font-size: 54px;
			}

			.buttonsa 
			{
				bottom: 150px;
				left: 0px;
				position: absolute;
			}
			
			.buttonsa a {
				text-decoration: none;
			}
			
			
			.buttonsa2 
			{ 
				bottom: 150px;
				left: 20px;
				position: absolute;
			} 
			
			.buttonsa2 a {
				text-decoration: none;
			}



			.buttonta, .buttonta2 
			{ 
				height:40px; 
				width:140px;
				line-height:60px;
				text-align:center;
				font-size: 54px;
				background-image: url(knopta.png);
				background-repeat: no-repeat;
			}

			.buttonta 
			{
				bottom: 80px;
				left: 0px;
				position: absolute;
			} 
			
			.buttonta a {
				text-decoration: none;
			}

			.buttonta2 
			{ 
				bottom: 80px;
				left: 20px;
				position: absolute;
			} 
			
			.buttonta2 a {
				text-decoration: none;
			}
			
			
			.buttonda, .buttonda2 
			{ 
				height:44px; 
				width:140px;
				line-height:60px;
				text-align:center;
				font-size: 54px;
				background-image: url(knopda.png);
				background-repeat: no-repeat;
			}

			.buttonda 
			{
				bottom: 0px;
				left: 0px;
				position: absolute;
			} 
			
			.buttonda a {
				text-decoration: none;
			}

			.buttonda2 
			{ 
				bottom: 0px;
				left: 20px;
				position: absolute;
			} 
			
			.buttonda2 a {
				text-decoration: none;
			}
			
#centered #kollinks #contact a {
	background-image: url(contact1.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 150px;
	position: absolute;
	bottom: 0px;
}
	
#kolmidden{
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	height: 550px;
	width: 450px;
	float: left;
	margin-right: 45px;
	margin-left: 45px;
}

#band img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 443px;
	width: 380px;	
}

#centered #kolrechts {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 220px;
	float: left;
	height: 550px;
	line-height: 18px;
}

#kolrechts p {
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #600;
}

#kolrechts .kopp a{
	font-weight: bold;
	color: #900;
}

#centered #kolrechts h1 {
	font-family: Jokerman;
	font-size: 30px;
	color: #600;
	text-align: center;
}

#kolrechts #kolrechtsb {
	position: absolute;
	width: 220px;
	top: 0px;
}

#kolrechts #kolrechtso {
	position: absolute;
	bottom: 0px;
	width: 220px;
}

ul#navigatie {
	list-style: none; /* bullets weg */  
	margin-left: 0; 
	padding-left: 0;
	width: 200px;
	margin-top: 70px;
} 
  
#navigatie li {
	text-align: center;
	border: 1px solid #600;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
 
#navigatie a {
	display: block;
	text-decoration: none;
	color: #600;
} 
  
#navigatie a:hover { 
	background-color: #600; 
	color: #FFF; 
}

