* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666 url(../beelden/achtergrond2.jpg) no-repeat fixed left top;
}
div#container {
	min-height:100%;
	position:relative;
	}
div#header {
	background: #333;
	width: 100%;
	border-bottom: 3px solid #FB960B;
}
.center {
	margin: 0px auto;
	display: block;
}
div#menu {
	height: 60px;
	width: 660px;
	border-right: none;
	border-left: none;
	margin: 0px auto;
	border-top-style: none;
	border-bottom-style: none;
	}
div#menu ul {
	list-style-type: none;
	display:block;
	height:60px;
	margin-left:25px;
}
div#menu li {
	float: left;
	width: 150px;
	height: 20px;
}
div#menu li a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	margin-left: 10px;
	color: #FFF;
	text-decoration: none;
	height: 40px;
}
div#menu li a:hover {
	text-decoration: none;
	background: url(../beelden/menu_button.png) no-repeat bottom;
}
.active_menu {
	background: url(../beelden/menu_button.png) no-repeat bottom;
	color: #FFF;
}
.menu {
	background: url(../beelden/menu_button_bckgrnd.png) no-repeat bottom;
}

div#content {
	width: 620px;
	min-height:750px;
	margin: 0px auto;
	padding: 20px 20px 180px;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}
div#content h1 {
	font-size: 22px;
	color: #FB960B;
	padding: 20px 0px 10px;
	text-transform: uppercase;
	background: no-repeat left center;
	text-indent: 0;
}
div#content h2 {
	margin-left: 40px;
	color: #F63;
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 10px;
}
div#content h3 {
	margin-left: 40px;
	color: #333;
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 10px;
}
div#content p {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	margin: 5px 40px 12px;
}
div#content a{
	color: #F90;
	text-decoration: none;
}
div#content a:hover{
	text-decoration: underline;
}
div#content ul {
	margin-right: 40px;
	margin-left: 50px;
	list-style: none;
	font-size: 14px;
	color: #FFF;
}

div#footer_wrap {
	position:absolute;
	bottom:0;
	height: 140px;
	width: 100%;
	border-top: 3px solid #FB960B;
	background: #333;
	font-size: 11px;
	padding-top:20px;
}
div#footer_wrap a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FB960B;
	display: block;
	width: 175px;
	margin-bottom: 5px;
	padding: 0px 5px 5px;
}
div#footer_wrap a:hover {
	text-decoration: underline;
}
div#footer_center {
	margin: 0 auto;
	width:660px;
}
ul#footer_menu{
	width: 200px;
	float:left;
	margin-left: 75px;
	list-style: none;
}
ul#footer_validate {
	float:right;
	width:200px;
	margin-right:75px;
	text-align:right;
	list-style: none;

}
.peades {
	font-style: italic;
	color: #FFF;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
}
.portfolio {
	padding: 10px;
	clear: both;
	font-size: 14px;
	position: relative;
	background: #333;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio ul {
	float: left;
	margin-left: 210px;
	width: 300px;
}
.portfolio ul li {
	margin-bottom: 10px;
}
.portfolio_tabel tr td {
	padding: 10px;
}
.portfolio_img {
	border: 1px solid #000;
	float: left;
}
.contact {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #DB960B;
	width: 350px;
	color: #FFF;
}
.info {
	font-size: 11px;
	font-style: italic;
	color: #FB960B;
	display: block;
	padding-top: 3px;
}
/*------------------*/
/* contactformulier */
/*------------------*/
.class_input {
	padding: 5px;
	background: url(../beelden/input_achtergrond.jpg) repeat-x bottom;
	border-width: 0px;
}
.class_textarea {
	padding: 5px;
	border-width: 0px;
}
fieldset {
	padding: 20px;
	width: 580px;
	background: #333;
	border-top: 3px solid #FB960B;
	border-bottom: 3px solid #FB960B;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
}
label {
	display: block;
	padding: 10px 0px 2px;
	color: #FFF;
}
.groenetxt {
	color: #0C0;
}
.oranjetxt {
	color: #F30;
}
.transparent {
	filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
}

