/* !Overwrites */

body, div, dl, dot, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style: none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:''; }

/* !General stuff */

body {
	background: #3F434C;
}

#topContainer {
	background: url('files/bg_top.jpg') repeat-x top center;
}

#header {
	width: 900px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	height:272px;
}

#mainContainer {
	background: #2E3139;
}

#main {
	background: #2E3139;
	width: 900px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
}

#contentContainer {
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
	width: 600px;
}

#sidebarContainer {
	float: left;
	width: 250px;
	padding-top: 30px;
	margin-bottom: 20px;
}

#footerContainer {
	border-top: 1px #4D525D solid;
	background: #3F434C;
	position:relative;
}

#footer {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	width: 900px;
	height: 70px;
}

/* ALGEMENE OPMAAK */

div.logo {
	margin: 118px 0px 0px 11px;
	float: left;
}
div.menu {
	float: left;
	margin: 69px 0px 0px 79px;
	border-right: 1px #FFF solid;
}
div.titel {
	clear: left;
}
div.content {
	padding: 20px 10px;
}
div.copyright {
	margin-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #2E3139;
}

/* TITEL OPMAAK */

div.titel h2 {
	color: #2E3139;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	padding: 3px 0px 0px 10px;
	letter-spacing: 3px;
}

/* MENU OPMAAK */

div.menu ul li {
	float: left;
	height: 162px;
	width: 101px;
	background: url('files/bg_menu.jpg') no-repeat;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
div.menu ul li.active {
	background: url('files/bg_menu_over.jpg') no-repeat;
}
div.menu ul li div {
	margin-top: 120px;
	text-align: center;
}

div.menu ul li a:link {
	color: #A1A1A1;
}
div.menu ul li a:visited {
	color: #A1A1A1;
}
div.menu ul li a:hover {
	color: #2E3139;
}
div.menu ul li.active a:link {
	color: #2E3139;
}
div.menu ul li.active a:visited {
	color: #2E3139;
}
div.menu ul li.active a:hover {
	color: #2E3139;
}

/* PORTFOLIO OPMAAK */

div.portfolio-dir {
	width: 190px;
	height: 160px;
	float: left;
}
div.portfolio-back {
	border: 1px #4E525D solid;
	background: #3F434C;
	padding: 5px;
	margin: 10px;
	float: left;
	cursor: pointer;
}
div.portfolio-back div {
	width: 150px;
}
div.portfolio-back a {
	display: block;
	padding: 0px 50px 0px 60px;
	height: 100px;
	font-family: Arial, sans-serif;
	font-size: 80px;
	color: #4E525D;
	text-decoration: none;
}

div.portfolio-item {
	border: 1px #4E525D solid;
	background: #3F434C;
	padding: 5px;
	margin: 10px;
	float: left;
}
div.portfolio-item img {
	width: 150px;
	margin: 0px;
	display: block;
}
div.portfolio-dir div.portfolio-item {
	margin-bottom: 4px;
}
div.portfolio-caption {
	float: left;
	color: #4E525D;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	letter-spacing: 3px;
}

#showContainer {
	width: 900px;
}

img#photo {
	width: 900px;
}

div.comment {
	border: 1px #6E727D solid;
	background: #4E525D;
	padding: 5px;
	margin: 10px;
}
div.comment h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DBDADF;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
div.comment h4 span {
	color: #8A8E9A;
	font-weight: normal;
}


/* CONTACTFORM OPMAAK */

div.list-item {
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 0px 0px;
	height: 40px;
}
div.list-item div {
	padding:6px 0px 0px 0px;
	float:left;
}
div.list-hr {
	height: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #4E525D solid;
}

input[type=text] {
	border: 1px #4E525D solid;
	background: #3F434C;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #FFF;
	padding: 4px 7px;
	width: 200px;
}
textarea {
	border: 1px #4E525D solid;
	background: #3F434C;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 4px 7px;
	width: 350px;
	height: 150px;
}
input[type=submit] {
	background: #DADADA;
	border: 1px #FFF solid;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #3F434C;
	padding: 4px 20px;
	cursor: pointer;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;
}
input[type=submit]:hover {
	background: #F0F0F0;
}

span.foutmelding {
	color: red;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* STANDAARD OPMAAK */

.prop {
	height:400px;
	float:right;
	width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

th {
	color:#000;
	font-size:13px;
	font-family: "Trebuchet MS", sans-serif;
}
td {
	color:#000;
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
}
hr {
	border-top:1px #000 dashed;
	border-bottom:1px #FFF9ED solid;
	border-left: none;
	border-right:none;
	background:#ECE6D6;
}
label {
	cursor:pointer;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #DBDADF;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

p {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #DBDADF;
	line-height: 20px;
}
form {
	margin:0px;
}
div.quote {
	margin-left:15px;
}
div.info {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 250px;
	border: 1px #4E525D solid;
	background: #3F434C;
	padding: 5px 20px;
}
div.info h4 {
	color: #DBDADF;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 0px 0px 0px;
	letter-spacing: 1px;
	margin: 0px;
}
div.info #equipment {
	position: absolute;
	margin: -35px 0px 0px 115px;
}
blockquote {
	margin:0px 15px 0px 15px;
	border:1px #D2D2D0 solid;
	background:#FFF;
	padding:5px;
	color:#555;
}

a, a:visited {
	color:#DBDADF;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
}

