/**
 * @author Andries Louw Wolthuizen
 * @site www.andrieslouw.nl
 * @copyright 2007
 */

/* Misc. */

* {
	margin:0;
	padding:0;
}
html,body {
	background-color:#fff;
}
body {
	text-align:center;
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size:12px;
	background:url('/img/bg-body.gif');
	background-repeat:repeat-x;
}
img {
	border:none;
}

/* Structure */

#container {
	width:795px;
	margin:0 auto;
	text-align:left;
	background:url('/img/thomas_left.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}
.spacer {
	height:16px;
}

#header {
	width:795px;
	height:101px;
}
p {
	margin-bottom:13px;
	line-height:13px;
}

/*Ach, foei, IE6 moet een kleinere header hebben:*/
* html #header {
	height:99px;
}

#logo {
	float:left;
	margin-left:5px;
}
#teveel {
	float:right;
	margin-top:14px;
	margin-right:5px;
}
#navigatie {
	height:23px;
	border-top:1px solid #ffcbb6;
	border-bottom:1px solid #ffcbb6;
	background-color:#fcdab4;
}
#navigatie2 {	
	width:793px;
	height:104px;
	margin-top:3px;
	background-color:#fbcd9b;
	border-left:1px solid #fefbf6;
	border-right:1px solid #fefbf6;
	border-bottom:1px solid #f49618;
}
#vlakken {
	float:left;
	position:relative;
	height:123px;
	padding-top:10px;
	margin-bottom:-100px;
}
#nieuws {
	float:left;
	height:113px;
	width:223px;
	margin-left:16px;
	padding-top:3px;
	padding-left:10px;
	background:url('/img/vlak.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#activiteiten {
	float:left;
	height:113px;
	width:223px;
	margin-left:3px;
	padding-top:3px;
	padding-left:10px;
	background:url('/img/vlak.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#livechat {
	float:right;
	margin-top:21px;
	margin-right:21px;
}
#container2 {
	width:793px;
	padding-top:21px;
	background:url('/img/bg-container2.gif');
	background-repeat:repeat-x;
	background-position:top left;
	border:1px solid #f0f0f0;
	border-top:none;
}
#left {
	float:left;
	width:260px;
}
#video{
	margin:30px 28px 10px 12px;
	width:219px;
}
#right {
	float:left;
	width:533px;
	color:#8f8f8f;
}
#locatie {
	float:right;
	margin-top:-19px;
	margin-right:7px;
}
#ondertitel {
	float:right;
	margin:10px 30px 0px 0px;
	height:50px;
	width:450px;
}
#advertentie {
	clear:both;
	margin:10px 0px;
	width:517px;
	height:82px;
	border:1px solid #f4f4f4;
}
#advertentie p{
	margin-left:445px;
	font-style:italic;
	margin-top:-25px;
}
#content {
	float:left;
	width:390px;
	margin-top:10px;
	line-height:13px;
}
#content object {
	margin-left: -55px;
}
#thomas_right {
	float:left;
	position:relative;
	margin-right:-91px;
	width:199px;
	height:337px;
}

#footer-top {
	clear:both;
	height:0px;
	width:793px;
	border-bottom:1px solid #dbdbdb;
}
#footer {
	width:791px;
	height:24px;
	background-color:#f5f5f5;
	border:1px solid #fff;
}
	

/* Navigation */

#menu {
	float:left;
}

#menu p {
	float:left;
	margin:0px 15px 0px 15px;
	padding-top:3px;
	font-weight:bold;
	color: #ff8b00;
}

#menu ul {
	float:left;
	list-style:none;
	border-right:1px solid #f9be94;
}

#menu li {
	float:left;
	height:23px;
	border-left:1px solid #f9be94;
}

#menu a {
	float:left;
	padding:3px 14px 2px 14px;
	text-decoration:none;
	color:#4d4e50;
}

#menu a:hover {
	background-color:#f6911d;
	color:#ffffff;
}

#zoeken {
	float:right;
	width:205px;
}
#zoeken p {
	float:left;
	padding-top:3px;
	margin:0px;
	height:20px;
	width:50px;
	font-weight:bold;
	color:#ff8b00;
}
#zoeken #zoektekst {
	float:left;
	width:122px;
	height:13px;
	margin-top:3px;
	margin-left:5px;
	padding:1px;
	font-size:9px;
	color:#909090;
	border:1px solid #f4b05f;
}
#zoeken #zoekbutton {
	float:left;
	width:21px;
	height:21px;
	margin-top:1px;
	background:url(img/zoek.gif);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
}
#vlakken ul {
	margin-top:26px;
	line-height:15px;
	list-style:square inside;
	color:#fff;
}
#vlakken li {
	list-style-type:square;
}
#vlakken a {
	color:#ff7802;
	font-size:12px;
	text-decoration:none;
}
#vlakken a:hover{
	text-decoration:underline;
}
#vlakken p a {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#f08418;
}
#vlakken p a:hover {
	text-decoration:underline;
}
#nieuws p a{
	position:absolute;
	top:104px;
	left:160px;
}
#activiteiten p a{
	position:absolute;
	top:104px;
	left:373px;
}

#submenu {
	margin:30px 28px 10px 12px;
	width:219px;
}
#submenu li {
	list-style-type:none;
}
#submenu a {
	color:#ff7802;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
}
#submenu a:hover {
	text-decoration:underline;
}

#content ul {
  	margin:5px 0px 0px 40px;  
}

/* Headings */
#vlakken img {
	float:left;
	margin-top:2px;
}
#vlakken h1 {
	float:left;
	margin-left:5px;
	font-size:12px;
	color:#fff;
	color:#fff;
}
#left h2{
	font-size:16px;
	color:#ef8317;
	font-style:italic;
	line-height:16px;
}
#submenu h2{
	font-size:20px;
}
.left {
	text-align:left;
}
.right{
	text-align:right;
	margin-top:0px;
	margin-bottom:5px;
}
#ondertitel h1 {
	text-align:right;
	font-size:30px;
	color:#ef8317;
	font-style:italic;
}
#content h2 {
	margin-right:2px;
	font-size:14px;
	color:#ef8317;
	font-weight:bold;
	display:inline;
}
/* Link Colors */
#content a {
	color:#ff7802;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#locatie a {
	color:#8f8f8f;
	text-decoration:none;
}
#locatie a:hover {
	text-decoration:underline;
}
#footer a {
	color: #757575;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.sitemap a{
	color:#8f8f8f !important;
}

/* Other */
#video img{
	border:1px solid #f4f4f4;
}
#footer p {
	margin: 3px 8px 0px 8px;
	color: #757575;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.float-center {
	text-align:center;
	width:100px;
	float:right;
}
.nb {
	border-top: 1px dotted #8f8f8f;
	padding: 10px 0px;
}
.nb:hover{
	background-color:#F9F9F9;
}
.end {
	border-top: 1px dotted #8f8f8f;
}
.meer {
	margin: 5px;
	float:right;
}
.aantal {
	font-size: 9px;
	color:#909090; 
}
.nieuws_nav{
	height:30px;
	margin-top:5px;
}
iframe {
	border:none;
	width:793px;
	margin-bottom:-20px;
}
