/* 
 * Stucasso Specific
 * www.blaakmeer.com
 */

body {
	font: normal 80%/1.5em Tahoma, sans-serif;
	background-color: #f5e9d9;
	margin:0px;
}

h1 {
	font-size:18px;
}

div.container {
	width: 960px;
	min-height:350px;
	text-align: left;
	margin: auto;
	background: #ffffff url("../../images/background.png") top left repeat-y;
/*	background-color: #f5e9d9;*/
}

div.menubar {
	width:185px;
	min-height:700px;
	margin-left:10px;
	float:left;
	margin-bottom:20px;
	color:white;
	font-size:13px;
}

div.menubar ul {
	position:relative;
	top:170px;
	list-style-type:none;
	right:10px;
}

div.menubar ul li {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	background: url("../../images/menu_divider.png") top no-repeat;
}
div.menubar ul li:hover {
	background-color:#f5e9d9;
}
div.menubar ul li:hover a {
	color:black;
}
div.menubar ul li img.lastdivider {
	position:relative;
	top:7px;
	right:1px;
	float:right;
}
div.menubar ul a {
	color:white;
	text-decoration:none;
}

div.text {
	float:left;
	width:480px;
	min-height:250px;
	padding:30px;
}

div.text a { background-color: #551001; padding: 0px 3px; color: #fff; font-weight: bold; text-decoration: none; }
div.text a:hover { background-color: #fff; color: #551001; }

div.text a.thumb { padding:0; margin-left:5px; padding-top:5px; }
div.text a.thumb img { clear:both; border:1px solid black; }

ul.galleryList { list-style-type:none; position:relative; right:40px; }
ul.galleryList img { border:1px solid black; }

div.rightbar {
	position:relative;
	top:20px;
	float:right;
	width:175px;
	margin-right:9px;
	min-height:200px;
	background-color: #551001;
	color:white;
	padding-left:10px;
	padding-right:5px;
	padding-top:0px;
	margin-bottom:15px;
}

div.rightbar a {
	color:white;
}

div.rightbar ul {
	position:relative;
	left:-20px;	
}

div.box {
	float:right;
	width:248px;
}

div.box div.body {
	background-color:#f5e9d9;
	margin-left:7px;
	padding:10px;
	padding-top:50px;
}

div.box div.header {
	background:#fff url("../../images/boxheader.png") top center no-repeat;
	width:240px;
	height:28px;
	color:white;
	font-size:14px;
	padding-top:10px;
	padding-left:17px;
}

div.header {
	height:350px;
	width:765px;
	float:left;
	background: #ffffff url("../../images/frame.png") top left no-repeat;
	text-align:left;
}

div.header span.toplinks {
	color:#d6c6c2;
	font-size:10px;
	float:right;
	margin-right:5px;
	margin-top:5px;
}

div.header span.toplinks a {
	color:#d6c6c2;
	text-decoration:none;
}

div.header span.toplinks a:hover {
	text-decoration:underline;
}

div.header img.logo {
	position:relative;
	top:70px;
	left:70px;
}
div.header img.korting {
	position:relative;
	top:80px;
	left:100px;
}
div.header img.photo {
	position:relative;
	top:80px;
	left:180px;
}

div.header img.noa_logo {
	position:relative;
	left:390px;
	top:-100px;
	border:none;
}

div.header img.belons {
	position:relative;
	left:540px;
	top:-230px;
	border:none;
}

div.header div#flashheader {
	position:relative;
	top:100px; 
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:175px;
	width:565px;
}

div.footer {
	position:relative;
	left:1px;
	border: 9px solid white;
	clear:both;
	background-color:#e0e0e0;
	height:30px;
	min-width:740px;
	width:98%;
}

div.footer span.copyright {
	background-color: #551001;
	width:260px;
	float:right;
	color:white;
	height:24px;
	padding-top:6px;
	text-align:center;
}

/* DEFAULT STYLE
 * 	BLAAKMEER WEBDEVELOPMENT
 * 		www.blaakmeer.com
 */

a img { border: none; }

img.fade { filter:alpha(opacity=40); -moz-opacity:.4; opacity:.4; border:1px solid black; }

fieldset {	margin: 0px; padding: 0px;	border: none; }
fieldset ul { margin: 0px 0px 0px 30px;	padding: 0px; list-style-type: none; }
fieldset ul li { margin: 0px 0px 5px 0px; padding: 0px; clear: both; }
fieldset ul li.topspacing { padding-top: 20px; }
fieldset ul li label { width: 170px; margin-right: 10px; float: left;} 
fieldset ul li img { border: 1px solid #333333; }
fieldset ul li textarea { width: 300px; height: 100px; }
fieldset ul li table { width: 300px; float: left; margin-bottom: 10px; }
fieldset ul li table td { width: 150px; }
fieldset ul li table input { float: left; margin-right: 5px; }
fieldset ul li table label { width: auto; }

textarea { width:250px;	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px; }
input { width:250px; 	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;}
	
/* FORM */

/* form css */

#form {
	width:860px;
}	


.row
{
clear: both;
padding-top: 10px;
}

.label
{
float: left;
width: 100px; 
text-align: left;
} 

.object
{
float: left;
width: 300px;
text-align: left;
}

.spacer
{
clear: both; 
} 
