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

body {
	background-image:url(../images/bg-repeater.png);
	background-repeat:repeat-x;
	background-color:#000000;
	background-position:top;
	margin-top:0px;
}

#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#landen {
	width:1000px;
	float:right;
}

#mercedes {
	background-image:url(../images/mercedes2.png);
	width:326px;
	height:136px;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	padding-left:10px;
	padding-top:10px;
}

#titel {
	float:right;
	width:660px;
	color:#FFFFFF;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding-top:10px;
}

#subtitel {
	float:right;
	width:660px;
	color:#FFFFFF;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:5px;
}
#navigatie {
	float:right;
	width:660px;
}

.menu-item {
	float:left;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;

}

.menu-item a{
	float:left;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;

}

.menu-item a:hover {
	float:left;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:15px;
	color:#000000;

}

#clearone {
	clear:both;
}

#inhoud {
	width:1000px;
}

h1 {
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:16pt;
	color:#FFFFFF;
	padding-top:50px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:5px;
}

h2 {
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}

.content {
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:25px;
	line-height:16px;
}

.content a {
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color:#cc0000;
}

.content a:hover {
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color:#ff0000;
}

.content p{
	padding-top:0px;
}

#spacer-bot {
	background-color:#ff0000;
	height:5px;
	border-bottom:1px solid #cccccc;
}

#footer-text {
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
	width:1000px;
	padding-top:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#footer-text a{
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
	width:1000px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
}

#footer-text a:hover {
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#cc0000;
	width:1000px;
	padding-top:5px;
	text-align:center;
}

.image-brd {
	border: 1px solid #cccccc;
}

