body {
	background-color: 		#1D1201;
	font-family:			Arial;
}

#container {
	margin: 			auto;
	width:				900px;
}

.header {
	border-bottom:			#000000 solid 1px;
	height:				89px;
	margin-top:			40px;
	width:				900px;
}

.logo {
	float:				left;
}

.menu {
	float:				right;
	height:				22px;
	list-style:			none;
	margin:				0;
	padding:			0;
	position:			relative;
	width:				169px;
	vertical-align:			top;
}

.menu span {
	display:			none;
	position:			absolute;
}

.menu a {
  	display: 			block;
  	text-indent: 			-2000%;
  	position: 			absolute;
  	outline: 			none;
}

.menu a:hover {
  	background-position: 		left bottom;
}

.menu a:hover span {
  	display: 			block;
}

.menu .portfolio {
  	width: 				84px;
  	height: 			22px;
 	background: 			url(../images/navigation_portfolio_new.jpg) no-repeat;
  	left: 				0px;
  	top: 				0px;
}

.menu .portfolio span {
  	width: 				84px;
  	height: 			22px;
  	background: 			url(../images/navigation_portfolio_new-over.jpg) no-repeat;
  	left: 				0px;
  	top: 				0px;
}

.menu .contact {
  	width: 				75px;
  	height: 			21px;
  	background: 			url(../images/navigation_contact_new.jpg) no-repeat;
  	left: 				94px;
  	top: 				0px;
}

.menu .contact span {
  	width: 				75px;
  	height: 			21px;
  	background: 			url(../images/navigation_contact_new-over.jpg) no-repeat;
  	left: 				0px;
  	top: 				0px;
}

#showcase {
	border-top:			#30220C solid 1px;
	border-bottom:			#000000 solid 1px;
	width: 				inherit;
	min-height:			200px;
}

#showcase .title {
	padding-top:			25px;			
}

#showcase .text {
	padding-top:			25px;
}

#showcase .text p {
	color:				#FFFFFF;
	font-size:			14px;
	padding-bottom:			8px;
	line-height:			20px;
	width:				600px;
}

.lightblue {
	color:				#00A1E4;
}

.orange {
	color:				#FF9900;
}

a {
	color:				#00A1E4;
	text-decoration:		none;
}

#title {
	border-top:			#30220C solid 1px;
	border-bottom:			#000000 solid 1px;
	height:				55px;
	padding-top:			25px;
	width:				inherit;
}

#content {
	border-top:			#30220C solid 1px;
	padding-bottom:			40px;
	padding-top:			10px;
	width:				900px;
}

#content .case {
	float:				left;
	min-height:			200px;
	padding-right:			75px;
	padding-top:			30px;
	width:				250px;
}

#content .caseright {
	padding-right:			0px;
}

#content .case h1 {
	padding-top:			10px;
	padding-bottom:			5px;
	font-weight:			bold;
}

#content .case p {
	color:				#FFFFFF;
	font-size:			12px;
	width:				230px;
	height:				45px;
}

.leesmeer {
	margin-top:			5px;
}

#content .case_groot {
	float:				left;
	width:				550px;
	padding-right:			100px;
	padding-top:			30px;
}

#content .case_groot h1 {
	padding-top:			10px;
	padding-bottom:			5px;
	font-weight:			bold;
}

#content .case_groot p {
	color:				#FFFFFF;
	font-size:			12px;
	width:				530px;
	text-align:			justify;
}

#content .case_groot img {
	margin-top:			10px;
	margin-bottom:			10px;
}

#content .case_uitgelicht {
	float:				left;
	width:				300px;
	background-color:		#FF0000;
	height:				300px;
	padding-top:			30px;
}

#content .contact-left {
	float:				left;
	width:				200px;
	padding-top:			30px;
	padding-right:			50px;
}

#content .contact-left h1 {
	padding-top:			10px;
	padding-bottom:			5px;
	font-weight:			bold;
}

#content .contact-left p {
	font-size:			14px;
	width:				230px;
	color:				#FFFFFF;
	margin-bottom:			5px;			
}

#content .contact-right {
	float:				left;
	width:				650px;
	padding-top:			30px;
}

#content .contact-right h1 {
	padding-top:			10px;
	padding-bottom:			5px;
	font-weight:			bold;
}

#content .contact-right .regel {
	width:				500px;
	height:				18px;
	margin-bottom:			10px;
}

#content .contact-right .regel .aanhef {
	float:				left;
	width:				150px;
	color:				#FFFFFF;
	font-size:			14px;
	height:				18px;
	padding-top:			2px;
}

#content .contact-right .regel .input {
	float:				left;
	width:				350px;
	height:				18px;
}

#content .contact-right .regel .input input {
	background-color:		#301D05;
	border:				1px inset #301D05;
	color:				#FFFFFF;
	height:				18px;
	font-family:			Arial;
	font-size:			14px;
}

#content .contact-right .regel .input textarea {
	background-color:		#301D05;
	border:				1px inset #301D05;
	color:				#FFFFFF;
	height:				100px;
	width:				250px;
	font-family:			Arial;
	font-size:			14px;
}

#content .contact-right .regel .input-text {
	float:				left;
	width:				350px;
	height:				100px;
}

#content .contact-right .regel .input-submit {
	float:				left;
	width:				350px;
	height:				30px;
	margin-top:			10px;
}

.submitimg {
	cursor:				pointer;
}

.verzonden {
	margin-bottom:			10px;
}