/* Main */
body {
	overflow:scroll;
	background-image:url(images/background.jpg);
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	margin:0px;
	padding:0px;
}
* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
img {
	border:none;
}
#lijn {
	margin:2px 30px 0px 30px;
	border-top:1px solid #FFFF00;
	clear:both;
}
#product_titel {
	font-size:14px;
	text-decoration:none;
	color:#FFFF00;
	font-weight:bold;
}
#product_titel a {
	font-size:14px;
	text-decoration:none;
	color:#FFFF00;
}
#container {
	margin:0px auto;
	text-align:left;
	width:768px;
	background-color: #FFF;
	color:#FFFF00;
}
a {
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
}

/* Header */
#header {
	margin:0px 0px 0px 0px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	width:768px;
	height:262px;
}
#menu {
	position:relative;
	background-image:url('images/menu.jpg');
	background-repeat:no-repeat;
	width:768px;
	height:100px;
}
#menu ul{
	position:absolute;
	top:-25px;
	left:229px;
	width: 517px;
	height: 21px;
}
#menu li{
	float:left;
	display:inline;
	padding:0px 0px 0px 10px;
}
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	/*color:#FFFF00;*/
color:yellow;
	text-decoration:none;
}
#menu a:hover{
	/*color:#3e3c27;*/
color:black;
	text-align: center;
}
h1 {
	text-align:Right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#FFFF00;
	margin:15px 30px 0px 30px;
	border-bottom:1px solid #FFFF00;
}

/* Main */
#main {
	width:760px;
	height:auto;
	color:#FFFF00;
	
}
#content {
	width:768px;
	background-color: #000;
	background-image: url(images/achtergrond.jpg);
	background-repeat: repeat-y;
}

/* Menu */
#left {
	color:#FFFF00;
	float:left;
	width:158px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #000;
	padding-left: 20px;
	margin-left: 7px;
}

/* Content */
#mid {
	float:left;
	width:728px;
	padding:5px 20px 10px 20px;
	color:#FFFF00;
}
#right {
	float:right;
	width:530px;
	border-left:2px solid black;
	padding-left;2px;
	margin-right: 20px;
	color:#FFFF00;
}
#right p{
	padding:5px 20px 10px 20px;
	color:#FFFF00;
}
#right a:hover{
	color:#FFFF00;
}

/* Footer */
#footer {
	background-image:url('images/footer_bg.jpg');
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
	color:#FFFF00;
}
#footer li{
	color:#FFFF00;
	display:inline;
	float:none;
	text-align:center;
	padding:0px 10px 0px 10px;
	border-right:1px solid #FFFF00;
}
.last{
	border-right:0px none !important;
}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFF00;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFFF00;
}
#footer span{
	font-size:9px;
	font-weight:bold;
	color:#18160e;
	margin:10px;
	display:block;
	text-transform:uppercase;
}
#footer span a{
	color:#18160e;
}

