@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:Century Gothic, Verdana;
}
html {
	height:100%;
}
body {
	background-image:url(images/page-bg.gif);
	background-repeat:repeat-x;
	height:100%;
}
p {
	margin-bottom:8px;
	line-height:16px;
}
img {
	border:0;
}
a {
	color:#0068b3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#0068b3;
	text-decoration:underline;
	font-weight:bold;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:15px;
	color:#0068b3;
	text-align:left;
}
h3 {
	font-size:16px;
	color:#0068b3;
	margin-bottom:6px;
	text-align:center;
	text-transform:uppercase;
}
h3 a {
	color:#0068b3;
	text-decoration:none;
	}
#container {
	width:920px;
	height:auto;
	left:50%;
	margin-left:-460px;
	position:absolute;
}
#aanbieding {
	width:140px;
	height:179px;
	float:right;
	z-index:2;
	position:absolute;
}
.searchinput {
	width:175px;
	font-size:10px;
	height:21px;
	line-height:21px;
	border:0;
	background-image:url(images/inputbg.gif);
	background-repeat:no-repeat;
	color:#999999;
	padding-left:5px;
}
.searchbtn {
	background-color:#0068b3;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:24px;
	height:21px;
	background-image:url(images/btnbg.gif);
	background-repeat:no-repeat;
}
#header {
	height:108px;
}
#topnav {
	width:auto;
	top:45px;
	right:0px;
	height:auto;
	position:absolute;
}
.topbtn {
	width:auto;
	padding-left:6px;
	padding-right:6px;
	font-size:12px;
	font-weight:bold;
	float:left;
	
}
.blue {
	color:#0068b3;
}
#mainmenu {
	border-left:2px solid #FFFFFF;
}
#maincontent {
	height:auto;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
}
#innercontent {
	min-height:370px;
  	height:auto !important;
  	height:370px;
	background-image:url(images/content-top.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-right:8px;
}
#contentLeft {
	padding-top:10px;
	width:656px;
	height:auto;
	float:left;
	margin-right:30px;
}
#breadcrumb {
	height:30px;
	border-bottom:1px solid #d1e4f1;
	font-size:10px;
	color:#afaeae;
	line-height:30px;
}
.pageTitle {
	font-size:13px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	color:#0068b3;
	font-style:italic;
}
.pageContent {
	font-size:12px;
	line-height:16px;
	font-style:normal;
	font-weight:normal;
	color:#4b4b4a;
}
#contentRight {
	padding-top:10px;
	width:214px;
	height:auto;
	float:left;
}
#searchbox {
	height:30px;
	border-bottom:1px solid #d1e4f1;
	font-size:10px;
	color:#afaeae;
	line-height:30px;
	margin-bottom:15px;
}
.leftbtn {
	margin-bottom:5px;
}
.leftbtntxt {
	margin-bottom:5px;
}
.meditem {
	width:107px;
	height:auto;
	float:left;
}
/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-20px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		width:79px;
		height:79px;
		text-align:center;
		border:1px solid #0068b3;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		text-align:center;
		width:79px;
		height:79px;
		line-height:79px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-10px;
		left:-10px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #0068b3;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	
p.thumb2{
		width:134px;
		height:134px;
		text-align:center;
		border:1px solid #0068b3;	
		padding:2px;
	}
p.thumb2 a{
		display:block;
		text-align:center;
		width:134px;
		height:134px;
		line-height:134px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb2 a img{
		float:left;
		position:absolute;
		top:-10px;
		left:-10px;	
	}
/* // single thumbnail */
#contentbtm {
	height:18px;
	background-image:url(images/content-btm.gif);
	background-repeat:no-repeat;
}
#footer {
}
#footerleft {
	width:auto;
	float:left;
	height:59px;
	line-height:20px;
}
#footerright {
	width:auto;
	float:right;
}
