/* Global
================================================== */
 
* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
	background-color: #f2f2f2;

}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #465d7f;
	line-height: 17px;
	height: 100%;
}

form{	

	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 11px;
}
form input{
	border: 1px solid #c5c5c5;
	background-color: #FFFFFF;
	margin: 2px;
	height: 18px;
	font-size: 10px;
	font-family: Verdana;
}
form textarea{
	border: 1px solid #C5C5C5;
	width: 310px;
	height:100px;
}

a:link {
	color: #00afe7;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	color: #00afe7;
	text-decoration: none;
}
a:hover {
	color: #00afe7;
	text-decoration: none;
}
a:active {
	color: #00afe7;
	text-decoration: none;
}

.kop {
	font-size: 14px;
	font-weight: bold;
}

.grey {color: #999999}
.white {color: #ffffff}
.colored {color: #693505} 

h1 {
	font-size: 14px;

}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 11px;
}

.setnav {
	font-weight:bold;
	font-size:14px;
}

.unsetnav {
	font-weight:bold;
	color: #000000;
}

.logoPos {
	position:relative;
	left: 30px;
	top: 25px;
}

.breadCrumb{
	color:#999999;
}

.backbutton{
	float:right;
	color:#999999;
}


/* Layout
================================================== */
#containerHome{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
	position:absolute;
	background-color:#ffffff;
	width:800px;
	height: auto;
	margin:0px 0px 0px -400px;
	left: 50%;
	text-align: left;
}

#container{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
	position:absolute;
	background-image:url(/media/images/homepage/img_bg.gif);
	background-color:#ffffff;
	width:800px;
	height: auto;
	margin:0px 0px 0px -400px;
	left: 50%;
	text-align: left;
}

#topImage {
	width:800px;
	height: 150px;
	float:left;
	clear:both;
}

#topHomeImage {
	width:800px;
	height: 428px;
	float:left;
	clear:both;
}

#logoHome {
	width: 220px;
	height: 145px;
	float: left;
}

#sidebar {
	width: 220px;
	height: auto;
	float: left;
}
#navigationBar {
	width: 800px;
	height: 29px;
	background-color: #143d8d;
	clear:both;
}

#contentHome {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 25px;
	background-color:#FFFFFF;
	width: 550px;
	height:auto;
	float: left;
}

#contentVerfkeuringen {
	color: #000000;
	width: 720px;
	height:auto;
	float: left;
}

#content{
	color: #000000;
	padding-top: 5px;
	padding-left: 50px;
	padding-bottom: 25px;
	background-color:#FFFFFF;
	width: 750px;
	height:auto;
	float: left;
}

/* Layout - PRODUCTEN
================================================== */

#producten ul#prodMenubar{
	margin				: 0px;
	padding				: 0px;
	list-style			: none;

}
#producten ul li{
	float				: left;
	margin				: 0px;
	padding				: 0px;
	margin-right		: 1px;
	margin-bottom		: 1px;
	background-color	: #143d8d;

}
#producten ul li a{
	display				: block;
	color				: #FFFFFF;
	height				: 16px;
	font				: 11px verdana,arial;
	text-decoration		: none;
	text-align			: left;
	font-weight			: bold;
	padding-top			: 2px;
	padding-right		: 15px;
	padding-bottom		: 1px;
	padding-left		: 10px;
}
#producten ul li a:hover,#pageHeader ul li a#current:hover{
	background-color	: #00afe7;
	color				: #ffffff;
}
#producten ul li a#current{
	background-color	: #00afe7;
	color				: #ffffff;
}
#producten #subbar {
	clear				: both;
	font				: 10px verdana,arial;
	text-decoration		: none;
	text-align			: left;
	font-weight			: bold;
	
	height				: 16px;
	width				: 613px;
	color				: #ffffff;
	
	margin-top			: 1px;
	margin-bottom		: 1px;
	padding-top			: 2px;
	padding-right		: 15px;
	padding-bottom		: 1px;
	padding-left		: 10px;
	background-color	: #00afe7;
}
#producten #selectSub{
	clear				: both;
}

#producten #productItem{
	clear				: both;
	width				: 638px;
}

#producten #productItemDetail{
	clear				: both;
	width				: 613px;
	border-bottom		: solid 1px #CCCCCC;
	background-color	: #f2f2f2;
	padding-top			: 2px;
	padding-right		: 15px;
	padding-bottom		: 1px;
	padding-left		: 10px;
}



