* {
	margin:0;
	padding:0;
}

body {
	background:#f8f5ae;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.5;
}

#bg {
	width:800px;
	margin:0 auto;
	background:url(images/bg.jpg) repeat-y;
}

#admin {
	text-align:left;
	border-bottom:1px #000 dotted;
	padding-bottom:10px;
}

.images {
	text-align:center;
	border-bottom:1px #000 dotted;
	padding:10px 0;
}

#container {
	width:750px;
	margin:0 auto;
}

.titelmerken {
	margin:auto;
	text-align:center;
	border-style:ridge;
	border-color:#333;
	font-size:18px;
}

#head {
	width:750px;
	height:130px;
	background:url(images/banner.jpg);
	border-bottom:1px solid #000;
}

#bannertext {
	margin-left:560px;
	padding-top:35px;
}

#menubar {
	width:750px;
	height:30px;
	background:#ccc;
	border-bottom:1px solid #000;
}

#menu li {
	display:inline;
	padding-left:30px;

}

#menu ul {	
	margin:0 auto;
	list-style:none;
	font-weight:bold;
	color:#444;	
	padding-top:5px;
}

#content {
	float:left;
	width:480px;
	padding:10px 20px;
}

#contenthotnews {
	float:left;
	width:440px;
	border-top: 1px #000 dotted;
	clear:both;
}
	



#rechts {
	float:left;
	width:205px;
	margin:15px 0 0 10px;
	text-align:center;

}

#rechts ul {
	list-style:none;
}

#foot {
	clear:left;
	width:750px;
	padding:10px 0;
	text-align:center;
	font-size:11px;
	border-top:1px dotted #000;
	background:#f9f9f9;
	color:#003;
}

#foot li {
	display:inline;
	padding:0 5px;
	margin-bottom:5px;
}

p {
	padding:5px 0 8px 0;
	text-align: left;
}

h1 {
	font-size:18px;
	padding-bottom:10px;
	text-align: left;
}

h2 {
	font-size:18px;
	padding-bottom:10px;
	text-align: center;
}

h3 {
	font-size:9px;
	text-align:center;
}

h4 {
	text-align:center;	
}

a:link {
	color: #036;
	text-decoration:none;
}

a:visited {
	color: #036;	
	text-decoration:none;
}


a:hover {
	color: #fbdc1a;
	text-decoration:none;
}

a:active {
	color: #036;
	text-decoration:none;
}

#menu a:link {
	color: #444;
	text-decoration:none;
}

#menu a:visited {
	color: #444;
	text-decoration:none;
	outline:none;
}

#menu a:hover {
	color: #fbdc1a;
	text-decoration:none;
}

#menu a:active {
	color: #444;
	text-decoration:none;
}

.active {
	color:#F60;
}

.dark {
	background:#eee;
}

.shop {
color:CC0000;
text-decoration:none;
}

