@import "reset.css";

body{
	margin:0px;
	padding:0px;
	background-color:#2a2f36;
	font-family:Verdana, Geneva, sans-serif;
}

div#top{
	width:100%;
	height:50px;
	background-color:#000000;
	color:#383737;
}

div#toptext{
	width:900px;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	margin:0 auto;
	font-size:12px;
}

div#toptext span.melding{
	color:#4d4d4d;
}

div#header{
	width:900px;
	padding:50px;
	height:50px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url("gfx/header.jpg");
	background-repeat:no-repeat;
}

div#nav{
	margin-left:475px;
}

div#nav li{
	float:left;
	margin-right:23px;
	margin-top:32px;
	color:#bebebe;
}

div#nav li.active{
	color:#000000;
}

div#nav a{
	color:#bebebe;
	text-decoration:none;
}

div#nav a.active{
	color:#000000;
}

div#nav a:hover{
	color:#000000;
}

div#content{
	width:900px;
	padding:50px;
	background-color:#dadada;
	margin:0 auto;
}

div#slideshow{
	width:900px;
	height:675px;
	margin-bottom:50px;
	overflow:hidden;
}

div#slideshow ul{
	list-style:none;
}

div#slideshow a{
	border:0px;
}

div#content a{
	text-decoration:none;
	color:#336699;
}

div#content a:hover{
	text-decoration:underline;
}

div#content p{
	margin-bottom:10px;
	line-height:19px;
}

div.listnews{
	width:900px;
	margin-bottom:50px;
}

div.listnews img{
	float:left;
	width:425px;
	margin-right:50px;
}

div.listnews h2{
	font-size:32px;
	font-weight:100;
}

div#content a.head{
	color:#000000;
	text-decoration:none;
}

div#content a.head:hover{
	color:#336699;
	text-decoration:none;
}

div.clearfloat{
	clear:both;
}

div.viewproject{
	
}

div.viewproject h2{
	font-size:58px;
	font-weight:100;
	margin-bottom:10px;
}

div.viewproject h3{
	font-size:32px;
	font-weight:100;
	margin-bottom:10px;
	margin-top:20px;
}

div.viewproject img.main{
	width:900px;
	margin-bottom:5px;
}

div.viewproject img.article{
	width:425px;
	float:left;
	margin-right:50px;
	margin-bottom:5px;
}

h2.gallery{
	font-size:58px;
	font-weight:100;
	margin-bottom:10px;
}

div.viewimage{
	width:900px;
	margin-bottom:50px;
}

div.viewimage img{
	width:900px;
}

div.nextimg{
	padding:5px;
	background-color:#ffffff;
	float:right;
}

div.previmg{
	padding:5px;
	background-color:#ffffff;
	float:left;
}

div.downloadimg{
	padding:5px;
	background-color:#ffffff;
	float:left;
}

div.thumbimg{
	width:170px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #ffffff;
	padding:5px;
}

div.thumbimg img{
	width:170px;
}

div#footer{
	background-color:#ffffff;
	height:2px;
	width:900px;
	padding-right:50px;
	padding-left:50px;
	margin:0 auto;
	color:#bebebe;
	font-size:10px;
	padding-top:19px;
	padding-bottom:25px;
}

div#footer a{
	color:#bebebe;
}

input.email{
	border:1px solid #ffffff;
	background-color:#dadada;
	width:340px;
}

textarea.email{
	border:1px solid #ffffff;
	background-color:#dadada;
	width:336px;
	height:150px;
	overflow:auto;
}

input.submitemail{
	border:1px solid #ffffff;
	background-color:#bebebe;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:68px;
}

img.projectleft{
	float:left;
	width:425px;
	margin-bottom:10px;
}

img.projectright{
	float:right;
	width:425px;
	margin-bottom:10px;
}
