html, body
{
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0px;
    height: 100%;
    width: 100%;
}

h1
{
	font-size: 15px;
}

a:link, a:visited
{
	color: #808080;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #85B3E4;
	text-decoration: underline;
}

a.navigatieurl:link, a.navigatieurl:visited
{
	color: #fff;
	text-decoration: none;
}

a.navigatieurl:hover, a.navigatieurl:active
{
	color: #85B3E4;
	text-decoration: none;
}

a.searchresulttitle:link, a.searchresulttitle:visited
{
	color: #3882D3;
	text-decoration: underline;
}

a.searchresulttitle:hover, a.searchresulttitle:active
{
	color: #000;
	text-decoration: underline;
}

a.navigatorurl:link, a.navigatorurl:visited
{
	color: #3882D3;
	text-decoration: none;
}

a.navigatorurl:hover, a.navigatorurl:active
{
	color: #000;
	text-decoration: none;
}

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

/*******************************************************************************
* IDENTIFIERS
*******************************************************************************/
#frame
{
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	height: 160px;
}

#logo
{
	float: right;
}

#searchinformation
{
	font-size: 11px;
	left: 25px;
	top: 134px;
	position: absolute;
}

#searchresults
{
	margin-top: 25px;
	width: 69%;
	float: left;
}

#searchfilter
{
	background-image: url(/images/filterbackground.png);
	background-repeat: repeat-x;
	margin-top: -10px;
	width: 30%;
	background-color: #e8e8e8;
	float: right;
}

#frontpageOuterFrame
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -252px;
	margin-top: -115px;
	width: 500px;
}

#frontpageFrame
{
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	width: 500px;
	height: 150px;
}

#frontpageSearchBlock
{
	left: 25px;
	top: 40px;
	position: absolute;
}

#frontpageSearch
{
	width: 300px;
    font-family: Arial, Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
}

h1#frontpageSearchBlockTitle
{
	font-size: 16px;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

div#frontpageSearchBlockInput
{
	float: left;
	width: 310px;
}

div#frontpageSearchBlockSubmit
{
	float: left;
}

div#frontpageFooter
{
	height: 70px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	line-height: 2em;
}

div#frontPageNavigator
{
	left: 25px;
	top: 113px;
	position: absolute;
}

/*******************************************************************************
* CLASSES
*******************************************************************************/
br.clear
{
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

div.frontPageNavigatorItem
{
	font-size: 10px;
	float: left;
	line-height: 22px;
	height: 27px;
	border-left: 1px solid #494E54;
	border-right: 1px solid #494E54;
	padding-left: 10px;
	padding-right: 10px;
}

div.frontPageNavigatorItem:hover
{
	background-color: #2F3336;
}

div.searchresultblocktitle
{
	font-size: 18px;
	font-family: arial;
}

div.searchresultblockimage
{
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	left: 25px;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 130px;
	text-align: center;
}

div.searchresultblockinformation
{
	z-index: 2;
	left: 125px;
	width: 75%;
	position: relative;
	height: 130px;
}

div.searchresultblockdescription
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.searchresultblock
{
	margin-bottom: 5px;
	width: 100%;
	display: inline;
}

div.seperator
{
	background-image: url('../images/dotline.gif');
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	margin-bottom: 5px;
	text-align: right;
}

div.searchresultblockprice
{
	font-weight: bold;
	color: #C39C04;
	font-size: 15px;
	margin-bottom: 5px;
}

div.navigatoritem
{
	border: 1px solid #c0c0c0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	float: left;
}

span.replacedkeyword
{
	color: #333;
	text-decoration: underline;
}

div.commentlabel
{
	float: left;
	width: 150px;
}
div.commentinput
{
	float: left;
	margin-bottom: 5px;
}