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

body {


	background-color:#c0c0c0;
	margin-top:-1px;
	
}

#container {

	border:1px solid #000000;
	background-color:#ffffff;
	margin:0 auto 0 auto;
	height:auto;
	width:950px;

}

#header {

	height:113px;
	width:950px;
	margin-left:7px;
	margin-top:2px;
	

}


/*---- MENU LINKS ----*/

#menu {
	width:200px;
	height:500px;
	position:absolute;
	margin-top:-1200px;
	margin-left:0px;
	list-style-type: none;

	
}

.menu-hoofdkopjes ul {

	font-family:"Arial Narrow";
	font-size:20px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

.menu-hoofdkopjes li {
	list-style:none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.menu-hoofdkopjes a, .menu-hoofdkopjes a:active, .menu-hoofdkopjes a:visited {

	font-family:"Arial Narrow";
	font-size:20px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;

}

.menu-hoofdkopjes a:hover {
	color:#FF0000;
	text-decoration: blink;
}


#menu-spacer-kap {

	width:244px;
	height:15px;
	background:url(images/menu-spacer-kap.gif) no-repeat;
	margin-left:15px;
}

.menu-subkopjes ul {

	font-family:"Arial Narrow";
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	list-style-type: none;
}

.menu-subkopjes li {
	display:block;
	background:url(images/li-block.gif) no-repeat center top;
	width:200px;
	padding-bottom:12px;
	padding-top:3px;
	
}



.menu-subkopjes a, .menu-subkopjes a:active, .menu-subkopjes a:visited {

	font-family:"Arial Narrow";
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
		

}

.menu-subkopjes a:hover {
	
	color:#ff0000;
}



/*---- CONTENT ZAKEN ----*/


#content {
	
	margin-left:244px;
	width:676px;
	position:relative;
	background:#b6b6b6 url(images/content-bg.png) repeat-x;
	
	}

#content-top {

	height:87px;
	width:676px;
	background:url(images/content-boog.gif) no-repeat left top;
	
}

#content-header {
	height:215px;
	float:right;
	position:absolute;
}

#content-middle {
	min-height:1200px;
	height:1200px;
	width:676px;
	background:url(images/content-bg-randen.gif) repeat-y;
}

#content-content {
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-top:180px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}


#content-bottom {

	width:676px;
	height:29px;
	background:url(images/content-bottom.gif) left top no-repeat;
	
}

#content-text-onder {

	width:610px;
	margin-left:auto;
	margin-right:auto;	
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:13px;

}

.content-text-onder-linkjes {

	color:#FF0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:120px;
	margin-top:-15px;

}

.content-text-onder-linkjes a, .content-text-onder-linkjes a:active, .content-text-onder-linkjes a:visited {

	color:#ff0000;
	text-decoration:underline;

}

.content-text-onder-linkjes a:hover {

	color:#333333;
	text-decoration:underline;

}
/*---- CONTENT HEADER ----*/

#header-pics {
	margin-top:-50px;
	position:absolute;
	margin-left:175px;
	top: -3px;
	width: 460px;
}

#blok1 {

	display:block;
	float:left;
	background:url(images/blok-links.jpg) no-repeat;
	width:202px;
	height:210px;
	padding-top:3px;
	padding-left:3px;
}

#blok2 {
	float:left;
	height:200px;
	top: 0px;
	width: 240px;
	
}

/*---- ABSOLUUT GEPOSITIONEERDE DIVS ----*/

#ster {

	background:url(images/ster.jpg);
	position:absolute;
	margin-left:196px;
	margin-top:93px;
	height:220px;
	width:222px;	
	z-index:30;
}

#header-text {
	margin-left:636px;
	position:absolute;
	margin-top:22px;
	width:300px;
	
}

/*---- TEKST HEADERS ----*/

h2 {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:1em;
	margin-left: 22px;
	text-align: left;

}

/*-----PLAATJES-----*/

#plaatjes {

	width:600px;
	height:94px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	

}

#plaatjes a {

	color:#FFFFFF;
	text-decoration:none;

}

* html #plaatjes {

	width:600px;
}

.plaatje {
	padding-top:3px;
	diplay:block;
	width:100px;
	height:112px;
	background:#c80000;
	float:left;
	color:#FFFFFF;
	
}

.plaatje-zwart {

	padding-top:3px;
	display:block;
	width:100px;
	height:112px;
	background:#000;
	float:left;
	color:#FFFFFF;

}




.plaatje-specifiek {
	background-position: center;
	margin-left: 30px;
	
	
	}
/* einde plaatjes */	
#footer {

	width:100%;
	text-align:center;
	border-top:1px #000 solid;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:3px;
} 

#algv {

}
#footer a{

	text-decoration:none;
} 

#tel-footer {
	float:left;
	padding-left:10px;
	margin-top:-16px;
	color:#FF0000;
	font-weight:bolder;

}

#smart-im-footer {

	float:right;
	padding-right:10px;
	margin-top:-16px;
	color:#FF0000;
	font-weight:bolder;

}

#smart-im-footer a {

	color:#ff0000;

}

#catagorie-tekst {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px #000000 solid;
	width:420px;
	margin: auto auto;
	margin-top:10px;
	padding:9px;
	
}

h1 {
	font-size:16px;
	font-weight:bolder;
	color: #999999;
	font-family: "Courier New", Courier, monospace;

}

#buurman {

	
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:40px;
	font-size:11px;
	width:225px;
	height:200px;
	margin-left:35px;
	padding:5px;
	
}

#pop-up-film {
	Z-INDEX:1000;
	position:absolute;
	height:230px;
	width:360px;
	border:4px solid #000;
	border-left:#ff0000 4px solid;
	border-top:#ff0000 4px solid;
	margin-top:130px;
	margin-left:264px;

}

img {
	border:none;
}

img {

	}

.menu-spacer-project {
	font-family:"Arial Narrow";
	font-size:18px;
font-weight:bold;
text-align:center;
width:240px;
margin-left:-10px;
margin-top:30px;
margin-bottom:-10px;
color:#ff0000;


}
#menu .page_item a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
#menu .page_item a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
#menu .page_item {
	list-style-type: none;
	text-align: center;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 15px;
}
#menu ul {
	left: 100px;
	padding-bottom: 6px;
}
#menu h2 {
	margin-left: 52px;
}

input {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
p {
}
#menu .textwidget .menu-hoofdkopjes .menu-hoofdkopjes2 {
	color: #FF002B;
	text-decoration: blink;
}
