/* CSS Dierenpootjes */
body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #3a403c;
	font-family:Tahoma;
	font-size: 12px;
	color: #d6d6d6;
}
p {
	margin-top: 16px;
	margin-bottom: 16px;
}

a:link, a:visited,  a:active {
	text-decoration: underline;
	color: #d6d6d6;
}
a:hover {
	text-decoration: none;
	color: #b43c17;
}

input{
	background-color: #3a403c;
	font-family:Tahoma;
	font-size: 12px;
	color: #d6d6d6;
	border: 1px solid black;
	width:200px;
}
textarea{
	background-color: #3a403c;
	font-family:Tahoma;
	font-size: 12px;
	color: #d6d6d6;
	border: 1px solid black;
	width:400px;
	height:100px;
}

div#container {
	position: relative;
	width: 740px;
	margin: auto;
}
/* // HEAD BEGIN */
div#containerHead {
	position: relative;
	width: 740px;
	height: 56px;
	padding-top: 20px;
	margin-bottom: 8px;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
/* HEAD EINDE // */

/* // CONTAINER LEFT BEGIN */
div#containerLeft {
	position:relative;
	width: 164px;
	float:left;
}
div#leftSpotlight {
	position: relative;
	background-image: url(../images/bg_spotlight.gif);
	padding: 18px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
/* CONTAINER LEFT EINDE // */


/* // CONTAINER RIGHT BEGIN */
div#containerRight {
	position:relative;
	float: left;
	width: 576px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#containerContent {
	position:relative;
	width: 526px;;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
}
.image_right {
	margin-left: 20px;
	border: solid 1px #080702;
}
.image_left {
	margin-right: 20px;
	margin-bottom: 5px;
	border: solid 1px #e1e1e1;
}
/* CONTAINER RIGHT EINDE // */


/* // OPMAAK MENU BEGIN */
.menutitle_1 {
	position: relative;
	background-color: #505652;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	width: 129px;
	height: 16px;
	padding-top: 7px;
	padding-left: 13px;
	border: solid 1px #1d2221;
	margin-bottom: 1px;
}
a.linkMenutitle_1:link, a.linkMenutitle_1:visited,  a.linkMenutitle_1:active {
	text-decoration: none;
	color: #e0e0e0;
}
a.linkMenutitle_1:hover {
	text-decoration: none;
	color: #b43c17;
}

.subitem {
	position: relative;
	background-color: #676d69;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	width: 132px;
	height: 16px;
	padding-top: 7px;
	padding-left: 10px;
	border: solid 1px #1d2221;
	margin-bottom: 1px;
}

a.linkSubitem:link, a.linkSubitem:visited,  a.linkSubitem:active {
	text-decoration: none;
	color: #1d2120;
}
a.linkSubitem:hover {
	text-decoration: none;
	color: #e0e0e0;
}
/* OPMAAK MENU EINDE // */


/* // FOOTER BEGIN */

div#footer {
	position: relative;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 100%;
	height: 30px;
}
/* FOOTER EINDE // */
