@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	color:#ff9e03;
}

hr{
color:#ff9e03;
}

h1{
	font-size:18px;
	color:#ff9e03;
	font-style:italic;
}

body{
	margin:0px;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;	
	background-position:top center;
	background-color:#232221;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e6e6e6;
}

.container{
	margin: 0px auto;
	width:1000px;
	text-align:left;
}

.header{
	background-image:url(../images/header.jpg);
	width:1000px;
	height:200px;
}

.slogan{
	font-family:"Century Gothic", Calibri, Arial, verdana;
	font-size:36px;
	float:left;
	width:562px;
	margin-top:20px;
}

.slogan img{
	border-color:#ff9e03;
}

.logo{
	background-image:url(../images/speciaalbouw.jpg);
	background-repeat:no-repeat;
	float:left;
	width:438px;
	height:166px;
}

.menu{
	margin-top:-55px;
	float:left;
	width:1000px;
	text-align:right;
}

.menu a{
	color:#e6e6e6;
	text-decoration:none;
}

.menu a:hover{
	text-decoration:underline;
}

#active{
	font-weight:bold;
}

.content{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#333333;
	margin-top:50px;
	width:630px;
	float:left;
	text-align:justify;
	min-height:380px;
	background-image:url(../images/bgcontent.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border:solid;
	border-color:#ff9e03;
}

.content img{
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	margin-top:4px;
}

.content a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.sideimage{
	float:left;
	width:176px;
	height:447px;
	margin-left:150px;
	margin-top:25px;
}

.sideimage img{
	border:solid;
	border-width:3px;
	border-color:#ff9e03;
}

.footer{
	font-size:10px;
	float:left;
	width:1000px;
	height:30px;
	color:#999999;
	margin-left:50px;
}

