@import url("typography.css");


*{
	margin: 0;
	padding: 0;
}

body{
	min-height: 3000px;
}

#wrapper {
	height:	3000px;
}

.contentwidth{
	position: relative;
	width: 950px;
	margin-left: -475px;
	left: 50%;
}

/* ***************** HEADER ******************** */

#header {
	color: rgb(255,255,255);
	height: 143px;
	background-color: rgb(50,50,50);
	border-top: 2px solid rgb(255,255,255);
}
#logo {
	float: left;
}
#logo a {
	color: rgb(255,255,255);
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 240px;
	height: 46px;
	margin-top: 45px;
}
#logo a span {
	display: none;
}

.menu-txt {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
}

#nav{
	height: 143px;
	float: right;
}

#nav .menu {
	margin: 0;
}
#nav .menu li {
	list-style-type: none;
	float: left;
	height: 143px;
	margin-right: 25px;
}

#nav .menu li:last-child {
	margin-right: 0;
}

#nav .menu li a,
#nav .menu li a:link,
#nav .menu li a:visited {
	display: block;
	height: 98px;
	font-family: "museo-1","museo-2";
	font-size: 13px;
	color: rgb(255,255,255);
	text-decoration: none;
	padding-top: 45px;
	font-weight: bold;
}


#nav .menu li a:hover,
#nav .menu li a:active,
#nav .menu li a.current {
	background-image:	url(../images/menu-arrow.png);
	background-position: 10px top;
	background-repeat: no-repeat;
}

.number, .item, .tagline {
	display: block;
/*	float: left; */
}

#nav .menu li a .number {
	font-family: "museo-1","museo-2";
	font-size: 36px;
	color: rgb(119,119,119);
	float: left;
	font-weight: normal;
}

#nav .menu li a .item {
}

#nav .menu li a .tagline {
	color: rgb(119,119,119);
}

/* ***************** CONTENT - #home ******************** */

#home {
	height: 437px;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
	padding-top: 37px;
}

#home .contentwidth div{
	margin: 36px 0px 0px 50px;
	display: block;
	float: left;
	height: 166px;
	width: 205px;
	background-color: rgb(240,240,240);
	padding: 28px 35px 60px 35px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(115,115,115);
	font-size: 14px;
	font-weight: bold;
	}

#home .contentwidth .first-box{
	margin-left: 0px;
}

/* ***************** CONTENT - #overmij ******************** */

#over-mij {
	background-image:url(../images/bg_over_mij.jpg);
	background-repeat:repeat-x;
	height:413px;
	padding-top: 30px;
}



/* ***************** CONTENT - #portfolio ******************** */
#portfolio {
	background-image:url(../images/bg_portfolio.jpg);
	background-repeat:repeat-x;
	height: 1484px;
	padding-top: 30px;
}

#portfolio img {
	-moz-box-shadow: -3px 3px 5px #8c8c8c;
	-webkit-box-shadow: -3px 3px 5px #8c8c8c;
	border: 0 none;
}

#portfolio .contentwidth div{
	float: left;
	width: 275px;
	margin: 25px 0px 0px 50px;
}

#portfolio .contentwidth .port-div{
	float: left;
	margin-left: 0px;
}
.clear { 
	clear:	both; 
	display: block; 
}



/* ***************** CONTENT - #contact ******************** */
#contact {
	background-color: rgb(50,50,50);
	padding-top: 1px;
}

#quoteform {
	float: left;
	margin-top: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#text {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(255,255,255);
	font-style: italic;
	font-weight: bold;
	margin-top: 25px;
}

label {
	float: left;
	display: block;
	width: 150px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	margin: 4px 15px 0px 0px;
}

input {
	color: rgb(119,119,119);
	background: rgb(255,255,255);
	border: 0px;
	height: 25px;
	width: 315px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	border: none;
	width: 315px;
	height: 85px;
	color: rgb(119,119,119);
	background: rgb(255,255,255);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#verstuur {
	font-family: "museo-1","museo-2";
	font-size: 18px;
	height: 14px;
	width: 92px;
	padding-bottom: 20px;
	background: none;
	margin-left: 330px;
	cursor: pointer;
	color: rgb(255,255,255);
}

#reset {
	font-family: "museo-1","museo-2";
	font-size: 18px;
	height: 14px;
	width: 52px;
	padding-bottom: 20px;
	background: none;
	cursor: pointer;
	color: rgb(255,255,255);
}

/* ***************** CONTENT - #footer ******************** */

#footer {
	padding-top: 17px;
	height: 26px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: rgb(119,119,119);
}