/*
	Title:      Screen styles
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* common classes
============================================================================= */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background:#fff url(../gfx/bg_head.gif) repeat-x top left;
	color: #fff;
}
font{
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
input, select, textarea {
	border: none;
}
strong {
	font-weight: bold;
}
a img, im {
	border: none;
}
ul {
	margin:0;
	padding:0 0 0 18px;
}
li {
	margin:0;
	padding:0;
}
ul.vink {
	margin:0;
	padding:0;
	list-style:none;
	background:url(../gfx_content/vink.gif) no-repeat;
}
ul.vink li {
	margin:0;
	padding:0 0 0 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
td{
	padding:4px;
}
/* triggers & common classes
================================= */
.clear_both {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	overflow: hidden;
}
.hide {
	display: none;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.nowrap{
	white-space:nowrap;
}
/* wrapper
================================= */
div#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
/* main nav
================================= */
div#nav {
	height:51px;
	margin-bottom:25px;
}
div#nav p {
	margin: 0;
	padding: 0;
	line-height:45px;
}
div#nav a {
	height:44px;
	display:block;
	float:left;
	padding:0px 25px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
div#nav a:hover {
	color:#ccc;
}
div#nav a.current {
	background-color:#484848;
}
div#nav a.current:hover {
	color:#fff;
}
div#nav a span {
	padding-top:15px;
	height:36px;
	display:inline-block;
}
div#nav a.current span {
	background: url(../gfx/button_arrow.gif) no-repeat bottom center;
}
div#nav .languageSwitch {
	margin-top:15px;
	text-align: right;
	float: right;
}
div#nav .languageSwitch a {
	margin:0px;
	padding:0px;
	position:relative;
	margin-left:5px;
	width:22px;
	height:16px;
	display:block;
	float:left;
}
div#nav .languageSwitch a.UK {
	background:url(../gfx/flag_uk.jpg) no-repeat 0px 0px;
}
div#nav .languageSwitch a.NL {
	background:url(../gfx/flag_nl.jpg) no-repeat 0px 0px;
}
div#nav .languageSwitch a.DE {
	background:url(../gfx/flag_de.jpg) no-repeat 0px 0px;
}
div#nav .languageSwitch a:hover, div#nav .languageSwitch a.UK.current, div#nav .languageSwitch a.NL.current, div#nav .languageSwitch a.DE.current {
	background-position:-22px 0px;
}
/* sub nav
================================= */
span.breadcrumb {
	padding:5px 0 0 0;
	display:block;
	color:#666;
}
span.breadcrumb a {
	color:#999;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
span.breadcrumb a:hover {
	color: #000;
}
span.breadcrumb a:last-child {
	color: #000;
}
/* meer info
================================= */
span.moreinfo, span.moreinfo a {
	background-image:url(../gfx/button_meerinfo.gif);
	background-repeat:no-repeat;
}
span.moreinfo {
	display:block;
	height:19px;
	width:90px;
	background-position:left top;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	bottom:10px;
	right:0px;
}
span.moreinfo:hover {
	background-position:left bottom;
}
span.moreinfo a {
	margin-left:10px;
	padding-right:20px;
	display:block;
	height:19px;
	background-position:right top;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
span.moreinfo a:hover {
	text-decoration:none !important;
}
span.moreinfo:hover a {
	color: #a9a9a9;
	background-position:right bottom;
}
/* content
================================= */
div#content {
	margin:25px 0;
	padding:0;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight:normal;
	position:relative;
	overflow:hidden;
}
div#content .textbox-small {
	width:480px;
	height:110px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #888;
	position:relative;
}
div#content .textbox-small:first-child {
	margin-right:20px;
}
div#content .overzicht {
	overflow:hidden;
	zoom:1;
}
div#content .textbox-small h2 {
	margin:0px;
}
div#content .textbox-small a.photo {
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
div#content .textbox-small a.photo span.overlay {
	background:url(../gfx/photo_overlay.png);
	position:absolute;
	width:100px;
	height:100px;
	display:block;
	top:0px;
	left:0px;
}
div#content p {
	margin:0px 0px 10px 0px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight:normal;
}
div#content p img {
	float:left;
	margin-right:10px;
}
div#content a {
	color: #fff;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#content form {
	margin:0 0 25px 0;
	padding:0;
	border:none;
}
div#content form fieldset legend {
	margin:0 0 10px -9px;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
}
div#content form fieldset {
	margin:0;
	padding:0;
	border:none;
}
div#content form fieldset p label {
	width:115px;
	float:left;
}
div#content form fieldset p label.required{
	margin:-10px 0px 0px 120px;
	width:auto;
	font-size:11px;
}
div#content form fieldset p {
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	line-height:27px;
	height:27px;
}
div#content form fieldset p.textarea {
	height:auto;
	line-height:normal;
}
div#content .textInput {
	margin:0px 0px 5px 0px;
	padding:0px;
	background:url(../gfx/input.jpg) left center no-repeat;
	height:27px;
	display:block;
	float:right;
	line-height:normal;
}
div#content .textInput input {
	margin:0px 0px 0px 12px;
	padding:7px 0px 0px 0px;
	background:url(../gfx/input.jpg) right top no-repeat;
	height:20px;
	width:190px;
	display:block;
	font-size:11px;
	color:#666;
	border:none;
	line-height:normal;
}
div#content .textInput.small input {
	width:35px;
}
div#content .textInput input:focus, div#content textarea:focus {
	outline:none;
}
div#content input.radio, div#content input.checkbox {
	width: auto;
}
div#content .submit {
	width:80px;
	height:22px;
	line-height:22px;
	background:url(../gfx/btn_submit.jpg) no-repeat;
	border:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	float:right;
}
/* style form elements on focus */
div#content input.radio {
	margin-right: 0.5em;
}
div#content textarea {
	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:7px 0px 0px 12px;
	background:url(../gfx/textarea.jpg) left top no-repeat;
	height:125px;
	width:190px;
	display:block;
	font-size:11px;
	color:#666;
	float:right;
}
/* left column
================================= */
div#leftCol {
	width: 320px;
	float: left;
}
/* right column
================================= */
div#rightCol {
	width: 620px;
	float: right;
}
/* mainVisual
================================= */
div#mainVisual {
	width:980px;
	height:200px;
	position:relative;
}
div#mainVisual .overlay{
	width:980px;
	height:200px;
	position:absolute;
	display:block;
	background:url(../gfx/flash_overlay.png) no-repeat;
	top:0px;
	left:0px;
	z-index:999;
}
/* flash popup
================================= */
div#flashpopup {
	top:280px;
	left: 55%;
	margin-left: -360px;
	width:600px;
	height:500px;
	position:absolute;
	z-index:1000;
}
div#flashpopup a.closeBtn {
	padding-top:5px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:598px;
	height:20px;
	background-color:#eee;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:none;
}
div#flashpopup a.closeBtn:hover {
	background-color:#999999;
	color:#fff;
}
td {
	vertical-align: top;
}
/* contact form
================================= */
table.contact {
	margin-bottom: 20px;
}
table.contact td {
	color: #a9a9a9;
	font-size: 10px;
}
/* footer
================================= */
div#footer {
	border-top:1px solid #888;
	clear: both;
}
div#footer p {
	margin:5px 0px 10px 0px;
	padding:0px;
}
div#footer a {
	color: #383838;
	text-decoration:none;
	font-size: 11px;
}
div#footer a.current {
	text-decoration:underline;
}
div#footer .copyright {
	float:left;
	width:200px;
}
div#footer .footernav {
	float:right;
	width:780px;
	text-align:right;
}
div#footer .footernav a {
	background:url(../gfx/dot.gif) no-repeat left center;
	padding-left:20px;
}
div#footer .footernav a:first-child {
	background:none;
	padding:0px;
}
/* orderForm
================================= */
.orderForm {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:100%;
}
.orderForm .product{
	position:relative;
	width:100px;
	height:100px;
	display:block;
}
.orderForm .product .overlay{
	background:url(../gfx/photo_overlay.png);
	position:absolute;
	width:100px;
	height:100px;
	display:block;
	top:0px;
	left:0px;
}
.orderForm th,
.orderForm td{
	padding:4px;
	border-bottom:1px solid #888;
	text-align:left;
	vertical-align:top;
}
.orderForm th {
	font-size:12px;
	font-weight:bold;
}
.orderForm td {
	font-size:11px;
}
.orderForm tfoot th,
.orderForm tfoot td{
	text-align:right;
	border:none;
}

