html,body {
	height:100%;
}
* {
	margin:0;
	padding:0;
}
p {
	margin-bottom:8px;	
}
a {
	color:#cc3333;	
	border:0;
	}
	
ul,ol {
    padding-left:2em;
    margin-left:0;
}
a:hover {
	text-decoration:none;
	}
body {
	background:#ccc url('../images/body_bg.jpg') repeat-x;
	font-family:arial;
	font-size:12px;
	color:#58565B;
}
#wrapper {
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	margin:0 auto -46px auto;
	position:relative;
	width:860px;
	background:url('../images/wrapper_bg.jpg');
}
#toplinks {
	padding-left:5px;
	font-size:11px;
	height:35px;
	line-height:35px;
	background:#ccc url('../images/body_bg.jpg') repeat-x;
}
#toplinks a {
	color:#000;
	text-decoration:none;
}
#toplinks a:hover {
	text-decoration:underline;
}
#header {
	width:850px;
	border:5px solid #ececec;
	position:relative;
	overflow:hidden;
	background:#fff;
}
#logo {
	text-indent:-5000px;
	width:156px;
	height:109px;
	background:url('../images/logo.jpg');
	float:left;
	margin:30px 10px;
}
#toppic {
	float:right;
}

#indekijker_wrapper {
	overflow:hidden;
}
.indekijker {
	border:5px solid #fff;
	width:290px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:5px;
	background:#eee;
}
.indekijker .left {
	width:120px;
	margin:25px 0 25px 25px;
	float:left;
}
.indekijker h3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.indekijker .price {
	font-size:14px;
	font-weight:bold;
	color:#cc3333;
}
.indekijker .right {
	margin-left:150px;
}
.indekijker img {
	max-height:100px;
}
.indekijkerHeadline {
	height:100px;
	width:170px;
	border:5px solid #fff;
	background:#cc3333;
	float:left;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
.indekijkerHeadline h3 {
	margin-top:22px;
}

#main {
	min-height:500px;
	overflow:auto;
}

#menuleft {
	width:220px;
	float:left;
}

#menuleft h2 {
	font-size:14px;
	text-align:left;
	margin:3px;
}
#menu {font-size:11px;}
#menu,#menu ul {padding-left:0;}
#menu { list-style: none; }
#menu li { display: inline; }
#menu li a { padding-left: 13px;margin-left:20px; padding-bottom:5px;padding-top:5px;display: block; text-decoration: none; color: #545663; border-bottom: 1px dotted #666; background: url('../images/arrow.jpg') no-repeat 0px 9px;outline:none; }
#menu li a:hover { font-weight: bold; color: #CC3333; }
#menu li a.selected { padding-bottom:1px; font-weight: bold; color: #CC3333; border: 0px; background-image: url('../images/arrow_a.jpg'); }
#menu li a.selected ul {display:block;}
#menu li li a.selected { background-image: url('../images/arrow_a.jpg'); }
#menu ul { border-bottom: 1px solid #ececed;border-left: 1px solid #ececed;border-right: 1px solid #ececed;position:relative;top:-1px; }
#menu ul li a { padding-left: 40px; border-bottom: 0px; background-position: 29px 9px;height: auto; line-height: normal; }

#contentright {
	width:600px;
	margin-left:220px;
}

#contentright h1 {
	font-size:14px;
	color:#c33;
}

#contentright h2 {
	font-size:14px;
	color:#000;
}

#contentright .padding {
	padding:15px 10px;
}

#contentright .item {
	border-bottom:1px dotted #ccc;
	padding:7px 0;
	overflow:hidden;
}

#contentright .item h2 {
	color:#666;
	font-size:13px;
	margin-bottom:10px;
	
}
#contentright .item .text {
	margin-left:160px;
	font-size:12px;
}
#contentright .item {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#contentright .item img {
	float:left;
	width:150px;
}

#footer {
	width:868px;
	height:46px;
	margin:0 auto;
	background:url('../images/footer_bg.jpg');
	line-height:46px;
	text-align:center;
	position:relative;
	font-size:11px;
}

#footer a {
	text-decoration:none;
}

#push {
	height:46px;
}

