/*Global*/

* {
	margin:0;
	padding:0;
	line-height: 1.4em;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", arial, helvetica, sans-serif;
	font-style: normal;
}

body {
	background-color: #000;
	font-size: 1em;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgbody.gif');
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/*Custom Error Page*/

#wrapper404 {
	width: 900px;
	height: 700px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image:
	url('../img/404.gif');
}

img {	
	border-width: 0px;	
	border-style: none;
}

h1 {
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #505050;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

/* Firefox image outline fix */

a:focus, a:hover, a:active {
	outline: none;
}

/*Header*/

#logoimg {
	float: left;
	height: 124px;
	width: 112px;
	padding-top: 26px;
}

#logotext {
	float: right;
	padding-top: 58px;
	color: #3f3f3f;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

/*Menu*/

#menu {
	float: left;
	width: 900px;
	padding-top: 15px;
	font-size: 1em;
}

#menu a {
	margin-right: 35px;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	padding-bottom: 9px;
	color: #fff;
	border-bottom-color: #009ccc;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

#menu a:active { 
	position: relative;
	top: 2px; 
}

/*Content*/

#intro {
	float: left;
	width: 600px;
	min-height: 251px;	
	padding-top: 50px;
	color: white;
	font-size: .9em;
}

#intro a {
	color: white;
}

#intro a:hover {
	color: #009ccc;
}

#photo {
	float: right;
	height: 251px;	
	padding-top: 50px;
}

/*
.portfolio {
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-top-color: #141414;
	border-top-width: 4px;
	border-top-style: solid;
}

.portfolio a:active { 
	position: relative;
	top: 2px; 
}

.nieuws {
	float: left;
	width: 210px;
	padding-top: 20px;
	border-top-color: #141414;
	border-top-width: 4px;
	border-top-style: solid;
}
*/

/*Portfolio*/

#portfolio_wrapper {
	margin-top: 40px;
 	float: left;
}

* html .gallery_demo li div span {
	width: 400px; /* MSIE bug */
}

.gallery_demo li {
	float: left;
	display: block;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 138px;
	height: 69px;
}

_.gallery_demo li { /*IE no png transparency*/
	background:#000;
}

.caption {
	color: #fff;
	font-family: Georgia;
	font-style: italic;
	font-size: 2em;
}

/*Form*/

.form {
	float: left;
	width: 324px;
	padding-top: 50px;
	padding-right: 20px;
	color: white;
	font-size: .9em;
}

.textfield, textarea {
	width: 305px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #3f3f3f;
	border-style: solid;
	color: #fff;
	background-color: #000;
	font-size: .9em;
}

.submit {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #3f3f3f;
	border-style: solid;
	color: #fff;
	background-color: #000;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

.submit:hover {
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

.form a{
	color: #fff;
}

.form a:hover {
	color: #009ccc;
}

/*Google Maps*/

#map_wrapper {
 	width: 900px;
	height: 450px;
	margin-top: 50px;
 	float: left;
}

#map_window {
	width: 270px;
	height: 100px;
	float: left;
	color: #000;
	font-size: .8em;
}

#map_window a {
	color: #000;
	text-decoration: underline;
}

#map_window img {
	float: left;
	width: 100px;
	height: 100px;
	border: none;
	padding-right: 1em;
}

#map_form {
	float: left;
	padding-top: 1em;
	padding-bottom: 1em; 
}

#map_form p {
	color: #fff;
}

/*Footer*/

#footerleft {
	float: left;
	clear:left;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #3f3f3f;
	border-top-color: #141414;
	border-top-width: 4px;
	border-top-style: solid;
	font-size: .6em;	
}

#footerleft a {
	text-decoration: underline;
	color: #3f3f3f;
}

#footerright {
	float: right;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #3f3f3f;
	border-top-color: #141414;
	border-top-width: 4px;
	border-top-style: solid;
	font-size: .6em;
}

#footerright a {
	text-decoration: none;
	font-weight: bold;
	color: #9ecb00;
}

#footerright a:active { 
	position: relative;
	top: 2px; 
}

#footerright p {
	float: right;
}

#footerright a:hover {
	text-decoration: underline;
}