html,
body
{
	eight:100%;
	margin:0 0 0px 0;
	padding:0;
}

body
{
	ackground-image: url(../img/bg_body.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	ackground-color: #5aa8e4;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:170%;
	padding:0px;
	margin:0 0 0px 0;
	color: #666666;
	background: none;
}

/* ----- generic styling ----- */
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol
{
	margin:0px 0 0 0;
	padding:0;
}

p{
	margin: 0px 0px 15px 0px;
}

li { }
a { color: #1984c5; text-decoration: underline;}
a:hover	{ color: gray; }

h1 {
	color: #1984c5;
	width: 100%;
	margin: 0px 0 15px 0;
	ont-weight:bold;
	font-size:170%;
	}

h2
{
	color: #1984c5;
	font-weight:bold;
	font-size:140%;
}

h3,
h4,
h5
{
	color: #1984c5;
	font-weight:bold;
	font-size:120%;
	margin: 0px;
}

h1 span { display: none; }
h2 span { display: none; }

embed { margin: 0px; padding: 0px; }
object{ margin: 0px; padding: 0px;}

em, i { width: 95%; font-size: 100%; }

hr { 
	height: 1px; 
	border: 0 solid transparent; 
	color: black; 
	background-color: black; 
	margin: 20px 0;
	line-height: 1px;
}

img { margin: 0px; padding: 0px; border: 0px; }

.clear { clear: both;}
.clearright { clear: right;}
.clearleft { clear: left;}

/*====================================================================================*/
/*	 content						 																			  */
/*====================================================================================*/

.resultsBody{
	ackground: red;
	order: 2px solid green;	
	text-align: left;
}

#resultsColumnRight
{
	width: 344px;
	float: right;
}

#resultsColumnLeft
{
	width: 644px;
	float: left;
	margin-bottom: 10px;
}
/* right column teaser*/
.menuContainer {
	width: 344px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	background-image: url(../img/bg_teaser_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menuTop
{
	height: 4px;
	width: 344px;
	margin: 2px 0 0 0;
	padding: 0px;
	line-height: 1px;
	background: url(../img/bg_teaser_top.png) no-repeat 0 0;
}

.menuContainer .inner
{
	width: 344px;
	padding: 0px 0;
	margin: 0px;
	background:  url(../img/bg_teaser_inner.png) repeat-y center top;
}

.menuContainer .padding {padding: 8px 12px;}

/* tijdcie menu html*/
div#menu {
	
}

div#menu ul {
	list-style: none;
}

div#menu ul li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

div#menu a{
	border-bottom:1px dotted #6699CC;
	color:black;
	display:block;
	font-size:11px;
	margin:1px 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:1px;
	text-decoration:none;
	width:auto;
}

div#menu a:hover{
	background:#FF6600 none repeat scroll 0 0;
	border-bottom:1px dotted #999999;
	color:white;
	display:block;
	font-size:11px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

div#menu .menu_cat{
	
	color:#FF6600;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:2px;
}



/* left column boxes */
.item {
	width: 646px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	background-image: url(../img/bg_item_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.itemTop
{
	height: 4px;
	width: 646px;
	margin: 2px 0 0 0;
	padding: 0px;
	line-height: 1px;
	background: url(../img/bg_item_top.png) no-repeat 0 0;
}

.item .inner
{
	width: 646px;
	padding: 0px 0;
	margin: 0px;
	background: url(../img/bg_item_inner.png) repeat-y center top;
}

.item .padding {padding: 8px 12px;}
body.next .item .padding {padding: 20px 24px;} /* aanpassen padding voor vervolgpagina's */

body.next .item .padding.shop {padding: 10px 12px;} /* aanpassen padding voor vervolgpagina's */

.imgBox
{
	float: right;
	clear: right;
	width: 230px;
	margin: 0 0 10px 10px;
	padding: 0px;
	background: #1984c5;
	border: 1px solid #1984c5;
}

.imgBox a
{
	padding: 0px;
	margin: 0px;
	line-height: 1px;
}

.imgBox .zoom
{
	background: url(../img/btn_zoom_img.gif) no-repeat right top;
	height: 18px;
	cursor: pointer;
}

.item p {}

