* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body { 
 	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url('../gfx/bg-trans.png');
	background-repeat: repeat-y;
	background-position: 100px 0px; 
	color: black;
	font-size: 12px;	
}

a {
	text-decoration: none;
	color: #00b3ff 
	}

a:hover {
		text-decoration: underline;
	}

h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 3em;
	}
	
h1 span {
		font-size: 0.9em;
		color: #b2dc08;
	}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3.plan {
	cursor: pointer;
	text-decoration: underline;
	}

h2 {	
	border-left: 20px solid #cf6200;
	padding-left: 10px;
	cursor:  pointer;
	text-transform:  uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	}

h2.stretchtoggle {
	font-size: 1.0em;
	color: #AAA;
	}
	
h2.stretchtoggle:hover {
	color: #000;
	}
	
h2.stretch_active {
	color: #cf6200;
	font-size: 1.3em;
	}
	
	

h3 {
	color: #8db004;
	margin-bottom: 5px;
	font-weight: normal;
	}
	
h3.margin {
	margin-top: 0px;
	}
	

p {
	margin-bottom: 15px;
	}
	
#languages {
 position: absolute;
 right: 80px;
 padding: 10px;
 background: #EEE;
 color: #999;
}

#languages a {
 color: #555;
 font-weight: bold;
}

#container {
	width: 400px;
	margin-left: 420px;
	}	

#left {
	float: left;
	width: 180px;
	margin-top: 96px;
	}
	
#photos {
	background-color: #fbf323;
	height: 300px;
	}

#fast {
	height: 100px;
	background-color: #98ff3e;
	
	}

#right { 
	background-color: none;
}

#header {
	border-left-color: #b81700;
	border-left-style: solid;
	border-left-width: 20px;
	color: #e7443e;
	width: 350px;
	padding: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	}
	
	
	
span.groen {
	color: #8db004;
	}	

.stretcher_content {
	padding: 10px;
	}

#content p {
		font-size: 0.9em;
	}
#menu {
	margin-bottom: 10px;
	}

#menu ul {
	list-style: none;
	display: table;
	table-layout:  fixed;
	width: 100%;
	}
	
#menu ul li {
	color: #754100;
	padding: 10px;
	float: left;
	cursor: pointer;
	}

#menu ul li:hover {
	background-color: #ffc100;
	}

#menu ul li.selected {

	}
	
#content {
	margin-bottom: 0px;
	}
	
.images img {
	cursor: hand;
	cursor: pointer;
	margin: 0 1px 1px 0;
	border: 3px solid #fff;
	}

.images img:hover {
	border-color: #c8f000;
	}
	
#indebuurt a {
	color: #000;
}
	
#footer {
	font-weight: bold;
	color: #205a65;
	padding: 5px;
	border-left: 20px solid #4ed4ed;		
	width: 100%;
	font-size: 0.8em;
	margin-top: 10px;
	}
	

#footer p {
margin-bottom:0;
}
	
#opmerking {
	color: red;
	padding-left: 10px;
	border-left: 3px solid red;
	}	
