/* CSS Document */

body {
	margin: 0px;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	border:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:18px;
}

ul{
list-style:square;
}


#kader{
margin:50px 0px 0 15px;
width:225px;
float:right;
}

#kader_top{
width:225px;
height:15px;
background-image:url(/images/kader_top.gif);
background-repeat:no-repeat;
}

#kader_tekst{
width:205px;
background-image:url(/images/kader_bg.gif);
background-repeat:repeat-y;
padding:10px;

font-size:10px;
}

#kader_footer{
width:225px;
height:15px;
background-image:url(/images/kader_footer.gif);
background-repeat:no-repeat;
}


#container {
	width:960px;
	margin:5px auto;
	overflow:hidden;
	
}

#header {
	position:relative;
	float:left;
	background-color:#ffffff;
	height:224px;
	width:960px;
	font-family:"Trebuchet MS", Verdana, Arial;
	padding:0;
	margin:0;
}

#groups{
position:absolute;
top:68px;
left:470px;

}

#topnavigatie{
float:right;
height:32px;
}

.corner{
float:left;
width:14px;
height:32px;

}

#topnavigatie ul{
height:32px;
float:left;
margin:0;
padding:0;
}

#topnavigatie ul li{
	display:inline;
	float:left;
	margin:5px 5px 0 5px;
	
}


#logo{
width:198px;
height:126px;
margin:39px 0 0 17px;
}

#main {
 float: left;
 width: 960px;
 overflow:hidden;
 margin: 0px;
 padding: 0px;
 background-color:#fff;
 background-image:url(/images/content_bg.gif);
 background-repeat:repeat-x;

}

#navigatie {
	width:215px;
	overflow:hidden;
	float:left;
	padding:29px 0px 0px 17px;
}

#navigatie>ul {
	width:185px;
	padding:0px;
	list-style-type:none !IMPORTANT;
}

#navigatie ul ul {
	width:170px;
	padding:0px;
	margin:0px;
	margin-left:17px;
	
}

/*Algemeen*/
#navigatie ul li a {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	font-weight:bold;
}

/*Hoofd*/
#navigatie > ul > li > a {
	width:185px;
	height:34px;
	display:block;
	background-image:url(/images/navigatie_bg.gif);
	background-repeat:no-repeat;
	color:#666666;
	line-height:25px;
	padding:6px 0px 0px 20px;
	text-decoration:none;
	color:black;
	text-transform: uppercase;
	
}

#navigatie>ul>li>a:hover {
	color:#000;
}



#navigatie ul ul li {
	width:175px;
	height:15px;
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0px 0 5px 10px;
	text-transform: uppercase;

}


#navigatie ul ul li a {
	display:block;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	background-image:none;
	text-decoration:none;
	font-weight:normal;
	
}

#navigatie ul ul li a:hover {
	color:#333;
	text-decoration:none;
}

ul ul li a:hover, #navigatie  .selected a{
	color:#333 !IMPORTANT;
	text-decoration:none !IMPORTANT;
	font-weight:bold;
}



#adres{
float:left;
font-family:"Trebuchet MS", Verdana, Arial;
font-size:12px;
line-height:25px;
margin:60px 0px 0px 17px;
}

#content {
	width:667px;
	/*overflow:hidden;*/
	float:left;
	line-height:20px;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:30px;
	margin:0 0 0 1px;
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;
	min-height:400px;
	height:auto !important; /* voor moderne Browser */
	height:400px; /*voor IE6 */
}

#logo_footer{
float:right;
width:727px;
height:139px;
background-image:url(/images/bg_footer.gif);
background-repeat:no-repeat;
}

#content a {
	color:#cccccc;
	text-decoration:none;
}

#content a:hover {
	color:#000000;
	text-decoration:underline;
}

#logo_footer ul {
display:inline;
float:left;
margin:27px 0px 0 0px;
padding:0;

}

#logo_footer ul li {
display:inline;
float:left;
margin:0 12px 0 12px;
}

#footer {
	float:right;
	height:30px;
	width:727px;
	color:#999;
}

#footer ul {
float:right;
padding:2px 5px 0 0;
}

#footer ul li {
display:inline;

}

#footer a {
	text-decoration:none;
	color:#999;
}

#footer a:hover {
	text-decoration:underline;
}


#footer #aceview {
float:left;
width:300px;

}

#footer .logo {
	margin:10px;
	vertical-align:middle;
}

#footer #footer_navigatie {
float:left;
width:410px;
margin:10px 0px 10px 10px;
text-align:right;

}

#right {
	width:200px;
	overflow:hidden;
	float:left;
}

#newsblock{
padding:25px 0 0 20px;
}

#newsblock_content {
color:#ffffff;
width:200px;
height:200px;
overflow:hidden;
line-height:18px;
margin-bottom:0px;

}

#newsblock_content .newsitem {
	height:195px;
	width:200px;
	overflow:hidden;
	color:black;
}

#newsblock_content .newsitemcontent {
	height:177px;
	width:200px;
	overflow:hidden;
	float:left;
	color:#999;
}

#newsblock_content .newsitemlink {
	height:18px;
	width:200px;
	text-align:right;
	overflow:hidden;
	float:left;
}

#newsblock_content .newsitem_extra {
	height:180px;
}

#newsblock_content .newsitem a {
	text-decoration:none;
}

#newsblock_content .newsitem h1 {
	height:20px;
	overflow:hidden;
	font-size:12px;
	line-height:20px;
}

#newsblock_content strong{
color:#000000;
}

#newsblock_content a {
	color:#000000;
}

#newsblock_content a:hover {
	text-decoration:underline;
}

#newsblock_content a.text {
}

.clearer{
height:1px;
clear:both;
}

ul.fotoalbum {
	width:500px;
	margin:0px;
	padding:0px;
}

ul.fotoalbum li {
	width:150px;
	height:150px;
	margin:5px 10px 5px 0px;
	display:block;
	float:left;
	list-style-type:none;
}

a.fotoalbum_knop {
	padding:3px;
	background-color:#333333;
	color:white;
	margin-right:5px;
}

ul#projecten {
	margin:0px;
	padding:0px;
	width:500px;
	overflow:hidden;
}

ul#projecten li {
	list-style-type:none;
	width:150px;
	height:170px;
	overflow:hidden;
	float:left;
	display:block;
	background-color:#ffccff;
	text-align:center;
	padding-top:2px;
	margin-right:10px;
	margin-bottom:10px;
}

ul#projecten li div.project_foto {
	width:150px;
	height:150px;
	overflow:hidden;
}

ul#projecten li div.project_naam {
	width:144px;
	height:20px;
	overflow:hidden;
	margin:0px 3px 0px 3px;
	text-align:left;
}

ul#project_thumbnails {
	margin:0px;
	padding:0px;
	width:500px;
	overflow:hidden;
}

ul#project_thumbnails li {
	list-style-type:none;
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	display:block;
	margin-right:8px;
}

#imagerotatorblock {
	width:192px;
	height:153px;
	padding:1px;
	margin-bottom:16px;
	overflow:hidden;
}

input{
border:1px solid #cccccc;
color:#263c95
}

textarea{
border:1px solid #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sendbutton{
color:#fff;
padding:4px;
}

