/* Reset
-------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-size: 100%;font-family:Arial;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

html {
	overflow-y: scroll;
}
body {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaa;
	background: url(../img/bg_home.jpg) no-repeat top center #000000;
}
body.alt_bg {
	background: url(../img/bg.jpg) no-repeat top center #000;	
}
.clear {
	clear: both;
}

#wrapper { 
	margin: 0 auto;
	width: 970px;
}

#header {
	border-bottom: solid 1px #ff4400;
	height: 97px;
	margin-bottom: 27px;
}

#logo {
	float: left;
	margin-top: 34px;
	margin-left: 30px;
}

#menu {
	float: right;
	width: 320px;
	height: 30px;
	margin-top: 67px;
	position: relative;
}
#menu li {
	float: left;
}
#menu li a {
	line-height: 30px;
	color: #787878;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
#menu li a:hover, #menu li a.current {
	color: #ddd;
}

#blokken {
	height: 185px;
	margin-bottom: 50px;
}
#blokken div {
	float: left;
	height: 185px;
	width: 315px;
	background: url(../img/blok.png) top no-repeat;
}
#blokken div:hover, #blokken div.current {
	background: url(../img/blok.png) bottom no-repeat;
	cursor: pointer;
}
#blokken div:hover p {
	color: #fff;
}
#blokken h2 {
	margin: 30px 0 17px 30px;
	text-indent: -9999px;
	height: 26px;
	width: 200px;
}
#blokken p {
	color: #ddd;
	margin: 0 30px;
}
#blokken .webdesign, #blokken .grafisch {
	margin-right: 12px;
}
#blokken .webdesign h2{
	background: url(../img/h2_webdesign.gif) no-repeat left;
}
#blokken .grafisch h2{
	background: url(../img/h2_grafisch.gif) no-repeat left;
}
#blokken .beheer h2{
	background: url(../img/h2_beheer.gif) no-repeat left;
}

#middle {
	padding: 0 30px;
	width: 910px;
	margin-bottom: 40px;
}

h1 {
	color: #ff4400;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	outline: none;
}

#info {
	float: left;
	width: 360px;
}
#info h1 {
	margin-top: 10px;
}
#info p {
	margin: 0 0 18px 0;
}
#info a {
	color: #fff;
	text-decoration: none;
}
#info a:hover {
	color: #ff4400;
}
#info ul {
	margin: 15px;
}
#info ul li {
	list-style: disc outside;
	margin-left: 15px;
}

#preview {
	width: 496px;
	float: right;
	padding-top: 15px;
}
#r_col {
	width: 50%;
	float: right;
	margin-top: 37px;	
}

.btn {
	display: block;
	background: url(../img/btn_orange.gif) top no-repeat;
	height: 58px;
	width: 221px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	letter-spacing: 1px;
	outline: none;
}
.btn:hover {
	background: url(../img/btn_orange.gif) bottom no-repeat;
}
a.werk {
	text-indent: -9999px;
	background: url(../img/btn_bekijk_ons_werk.gif) top no-repeat;
}
a.werk:hover {
	background: url(../img/btn_bekijk_ons_werk.gif) bottom no-repeat;
}
a.contact {
	text-indent: -9999px;
	background: url(../img/btn_neem_contact_op.gif) top no-repeat;
}
a.contact:hover {
	background: url(../img/btn_neem_contact_op.gif) bottom no-repeat;
}

#footer {
	clear: both;
	text-align: center;
	line-height: 30px;
	border-top: solid 1px #333;
	margin-bottom: 90px;
}
#footer span {
	color: #ff4400;
}

.mailForm {
	padding: 18px;
	background-color: #101010;
}
.mailForm p {
	padding: 3px;
	margin-bottom: 10px;
	color: #f40;
}
.mailForm table {
	width: 100%;
}
.mailForm table td {
	min-width: 100px;
	padding: 3px;
}
.mailForm table td input, .mailForm table td textarea {
	margin-left: 5px;
	border: solid 3px #666;
	background-color: #333;
	width: 250px;
	color: #fff;
	float: right;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.mailForm table td input:focus, .mailForm table td textarea:focus {
	border: solid 3px #999;
}
.mailForm table td input.submit {
	width: 120px;
	border: solid 3px #ff4400;
	background-color: #ff4400;
	height: 40px;
	line-height: 35px;
}
.mailForm table td input.submit:hover, .mailForm table td input.submit:focus {
	border: solid 3px #ffab8d;
	cursor: pointer;
}

ul.portfolio li {
	width: 187px;
	height: 200px;
	float: left;
	padding: 0 20px;
	margin-bottom: 20px;
}
ul.portfolio li:hover {
	background: #f40;
	cursor: pointer;
}
ul.portfolio li:hover p {
	color: #fff;
}
ul.portfolio li h2 {
	color: #f40;
	letter-spacing: 1px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}
ul.portfolio li:hover h2 {
	color: #000;
}
ul.portfolio li p {
	width: 187px;
	height: 53px;
	overflow: hidden;
}
ul.portfolio li img {
	width: 187px;
}
.project {
	width: 850px;
	padding: 30px;
}
.project div {
	float: right;
	width: 220px;
}
.project img {
	width: 600px;
	float: left; 
	margin-right: 30px;
	background-color: #666;
}
.project h2 {
	color: #f40;
	margin-bottom: 5px;
}
.project p {
	color: #787878;
	margin-bottom: 15px;
}
.project a {
	color: #787878;
}
.project a:hover {
	color: #fff;
}

.actie {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-indent: -9999px;
	width: 250px;
	height: 250px;
	background: url(../img/nieuwjaarsactie.png) no-repeat top right;
}
.actie a {
	display: block;
	width: 150px;
	height: 250px;
	text-indent: -9999px;
}

.port_sel {
	margin-top: 20px;
}