/**
 * Standaard waarden
**/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0px;
}
html {
	background: #000 url('images/theme/htmlbg.gif') repeat-x top left;
}
body {
	width: 747px;
	margin: 0px auto;
	padding-top: 60px;
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #fff;
}
img {
	behavior: url('iepngfix.htc');
}
/**
 * Header
**/
h1#header {
	background: url('images/theme/logo.png') no-repeat top left;
	width: 318px;
	height: 32px;
	margin: 0px 0px 12px 6px;
	behavior: url('iepngfix.htc');
}
h1#header a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
/**
 * Container
**/
div#container {
	height: 425px;
	background: url('images/theme/containerbg.png') no-repeat top left;
}
/**
 * Details
**/
div#details {
	float: left;
	width: 148px;
	height: 350px;
	position: relative;
	padding: 25px 0px 0px 21px;
}
div#details img.detail_img {
	margin-bottom: 10px;
}
div#details ul.options {
	line-height: 17px;
}
div#details ul.options li {
	background: url('images/theme/uloptionslibg.gif') no-repeat center left;
	padding-left: 15px;
	_height: 1%;
}
div#details a.bottom_link {
	display: block;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	background: url('images/theme/bottomlinkbg.gif') no-repeat center left;
	padding-left: 15px;
}
/**
 * Content
**/
div#content {
	float: left;
	margin-top: 10px;
	width: 394px;
	overflow-y: auto;
	height: 365px;
	padding-left: 5px;
	padding-top: 10px;
	color: #333333;
}
div#content ul.thumbs li {
	float: left;
	padding: 0px 0px 10px 5px;
}
div#content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
div#content p {
	padding-bottom: 10px;
}
div#content a {
	color: #666666;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
/**
 * Portfolio
**/
div#portfolio {
	float: left;
	width: 144px;
	padding: 35px 0px 0px 35px;
}
div#portfolio ul li {
	background: url('images/theme/portfoliolibg.gif') no-repeat top left;
	padding-left: 15px;
	font-weight: bold;
}
div#portfolio ul li ul {
	padding-bottom: 10px;
}
div#portfolio ul li ul li {
	font-weight: normal;
	background: url('images/theme/portfolioliullibg.gif') no-repeat center left;
	padding-left: 18px;
}
/**
 * Footer
**/
ul#footer {
	height: 43px;
	background: url('images/theme/footerbg.gif') no-repeat top left;
}
ul#footer li {
	float: left;
	width: 186px;
	position: relative;
	background: url('images/theme/footerlibg.gif') no-repeat top left;
	height: 25px;
}
ul#footer li.first {
	width: 189px;
	background: none;
}
ul#footer li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}
ul#footer li a span {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	top: -1px;
	left: -1px;
	color: #fff;
	cursor:pointer;
}

ul#footer li:hover {
	background: url('images/theme/footerlibgho.gif') repeat-x top left;
}
ul#footer li.first:hover {
	background: url('images/theme/footerlibgho.gif') repeat-x top left;
}










#Blur {
	width:100%;
/*	 border:#FF00FF 1px solid;*/
	position: relative;
}

#DetailPopup { 
	position:absolute;
	top:104px; height:400px;
	visibility:hidden;
	z-index:0;
	width:747px;
	margin:0px auto;
	background-color:#000000;
	background:url('images/theme/bg_popup.gif') no-repeat top left;
}

input, select, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color: #FFF;
	border: 1px solid #666;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#dee0db');
}
