/*======================================
PSD2HTMLCSS BY GW MEDIA & U ART Reclame
======================================*/
html, body {
	margin: 0px;
	padding: 0px;
	color: #96999d;
	background: #fff;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	line-height: 18px;
}

input,textarea { line-height: normal; color: #676767; font-size: 11px;}

p { margin-bottom: 10px; }

a { color: #66696d; text-decoration: none; }
a:hover {color: #3a3c3d}
a:active { color: #3a3c3d; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 32px; padding: 0px; margin: 0px; color: #66696d; text-transform: uppercase;}
h2 { font-size: 18px; padding: 0px; margin: 0px; color: #66696d; text-transform: uppercase;}
h3 { font-size: 11px; padding: 0px; margin: 0px; color: #66696d; text-transform: uppercase;}
h4 { font-size: 12px; padding: 0px; margin: 0px; color: #66696d; text-transform: uppercase;}
h5 { font-size: 16px; padding: 0px; margin: 0px; color: #005aab; text-transform: uppercase;}

#wrapper{
	width: 100%;
	float: left;
}

#sidebar{
	width: 250px;
	height: 400px;
	position: fixed;
	margin: 20px;
}

#sidebar #logo{
	width: 250px;
	height: auto;
	float: left;
}

#sidebar #info{
	width: 210px;
	float: left;
	font-size: 11px;
	margin: 20px 0px 20px 0px;
}

#sidebar #nav{
	width: 250px;
	float: left;
	margin: 0px 0px 20px 0px;
}

#sidebar #nav ul{
	margin: 0px;
	padding: 0px;
}

#sidebar #nav ul li{
	float: left;
	list-style: none;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}

#sidebar #nav ul li a{
	width: 230px;
	display: block;
}

#sidebar #copyright{
	width: 250px;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#content{
	width: auto;
	height: auto;
	float: left;
	margin-left: 270px;
}

#content #categories{
	width: 100%;
	float: left;
	margin: 20px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 11px;
}

#content #categories a{
	color: #66696d;
}

#content #categories a:hover{
	color: #3a3c3d;
}

#content #output{
	width: 800px;
	float: left;
	font-size: 11px;
}

#content #output #title{
	width: 600px;
	float: left;
	margin: 15px 0px 15px 0px;
}

#content #output #text{
	width: 600px;
	float: left;
}

#content #output #formulier{
	width: 500px;
	float: left;
	margin: 20px 0px 0px 0px;
}

#content #output #formulier input{
	width: 300px;
	clear: left;
	background: #efefef;
	border: 0px;
	padding: 10px;
	color: #3a3c3d;
}

#content #output #formulier input.submit{
	width: 108px;
	height: 21px;
	clear: left;
	background: url("../img/verzenden.jpg");
	border: 0px;
	color: #3a3c3d;
}

#content #output #formulier input.submit:hover{
	background: url("../img/verzenden2.jpg");
}

#content #output #formulier textarea{
	width: 500px;
	height: 200px;
	clear: left;
	background: #efefef;
	border: 0px;
	padding: 10px;
	color: #3a3c3d;
}

#content .case{
	width: 230px;
	height: 310px;
	float: left;
	margin: 0px 15px 15px 0px;
	border-bottom: 3px solid #444;
}

#content .case:hover{
	width: 230px;
	height: 310px;
	float: left;
	margin: 0px 15px 15px 0px;
	border-bottom: 3px solid #444;
}

#content .caseimg{
	width: 230px;
	height: 170px;
	float: left;
}

#content .case img{
	width: 230px;
	height: 170px;
}

#content .caseinfo{
	width: 210px;
	height: 120px;
	float: left;
	padding: 10px;
	background: #f1f1f1;
	font-size: 11px;
	color: #96999d;
}

#content .caseinfo a{
	display: block;
	margin: 0px 0px 5px 0px;
	color: #66696d;
}

#content .caseinfo a:hover{
	color: #3a3c3d;
}
