/**
 * @author Jurgen Bosch
 * @site www.prodes.nl
 * --
 * @author Andries Louw Wolthuizen
 * @site www.andrieslouw.nl
 * --
 * @copyright 2007
 */

/* Misc. */

* {
	margin:0;
	padding:0;
}
html,body {
	background-color: #f6911d;
}
body {
	width: 100%;
    height: 100%;
    text-align:center;
    font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
    font-size: 12px;
	background:url('images/bg.jpg');
	background-repeat:repeat-x;
}

img { border:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

/* Structure */
#container {
	width:950px;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:left;
  	color:#fff;
}
#header {
	width:940px;
	height:118px;
	background-color:#fff;
}

#header h1 {
	display: none;
}

#header img {
	margin:20px 0 10px 20px;
}
#menu {
	height:27px;
	padding:0 0 0 20px;
}
#menu-links, #menu-rechts {
	float:left;
	height:27px;
	width:8px;
}
#menu-links {
	background: url('images/menubgl.jpg');
}
#menu-rechts {
	background: url('images/menubgr.jpg');
}
#locatie {
	margin:10px 0 0 43px;
}
#locatie a {
	color:#fff;
}
#wrapper, #footer {
	width:940px;
	margin:10px 0 0 5px;
	background:url('images/top.jpg') no-repeat top left;
	background-color:#fff;
	color:#707982;
}
#submenu {
	float:left;
	width:180px;
	padding:11px 0 0 10px;
}
#content, #content_h, #content_n {
	float:left;
	width:450px;
	padding:10px 0 0 10px;
}
#content_h {
	width:640px;
}
#content p, #content_h p {
	clear:both;
	margin:10px 0 0 0;
}
#content_n p {
	margin:0 0 13px 0;
	line-height:13px;
}
#navrechts {
	float:right;
	width:250px;
	padding:30px 10px;
}
#chat {
	width:180px;
	height:100px;
	padding:30px 10px 0 60px;
	text-align:right;
	background:url('images/chat.jpg') bottom left;
}
#chat a:hover {
	text-decoration:none !important;
}
#chat p {
	color:#ddd;
}
.bottom {
	clear:both;
	height:7px;
	width:100%;
	background:url('images/bottom.jpg') no-repeat bottom left;
}
#footer {
	margin-top:50px;
	font-size:9px;
	line-height:13px;
}
#footer h2 {
	float:left;
	width:86px;
	height:14px;
	position:relative; bottom:33px; left:15px;
	padding:7px;
	font-size:13px;
	font-style:italic;
	background:url('images/handig.gif') bottom left;
}
#spacer {
	clear:both;
}
.rij-left, .rij-right{
	margin-top:-37px;
	padding:10px 42px;
	width:150px;
}
.rij-left {
	float:left;
}
.rij-right {
	float:right;
}
#footer a {
	color:#707982;
}
#footer a:hover {
	color:#f6911d;
	text-decoration:none !important;
}

/* Navigation */
#menu ul {
	float:left;
	list-style:none;
	border-left:1px solid #fafafa;
}
#menu li {
	float:left;
	height:27px;
	width:auto;
	padding:0 15px;
	background:url('images/menubg.jpg');
	background-repeat:repeat-x;
	border-right:1px solid #fafafa;
}
#menu a {
	position:relative;
	top:4px;
	color:#f6911d;
}
#navrechts ul {
	list-style:none;
	height:230px;
	background:url('images/nieuwsbg.gif') top left;
	padding:40px 0 0 22px;
}
#navrechts a {
	color: #fff;
}
#submenu ul {
	margin:8px 0 0 15px;
	list-style:square;
	color:#f6911D;
}
#submenu a {
	color:#707982;
}
#content a, #content_h a, #content_n a {
	color:#f6911d;
}

/* Headings */
h1 {
	color:#f6911d;
	font-size:16px;
	font-weight:bold;
}
h2 {
	color:#f6911d;
	font-size:14px;
	margin:5px 0;
}
.nb h2 {
	margin:0 !important;
}
#chat h2 {
	color:#fff !important;
	margin:0 0 5px 0 !important;
}

/* News */
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.float-center {
	float:right;
	text-align:center;
	width:100px;
}
.nb {
	border-top:1px dotted #8f8f8f;
	padding:10px 0px;
}
.nb:hover{
	background-color:#f9f9f9;
}
.end {
	border-top:1px dotted #8f8f8f;
}
.meer {
	margin:5px;
	float:right;
}
.aantal {
	font-size:9px;
	color:#909090; 
}
.nieuws_nav{
	height:40px;
	margin:5px 0 0 0;
}

/* Voordeel */
.voordeel {
	float:left;
	margin:5px 10px;
	width:150px;
	height:211px;
	padding:20px 20px;
	background:url('images/voordeel-bg.gif');
}
.voordeel a{
	margin:0 4px;
}

/* Other */
.sitemap a{
	color:#8f8f8f !important;
}
