
/* CSS Document */

body{
background-color:#ffffff;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:22px;

}



h1{
font-size:15px;
color:#000cfe;
}

h2{
font-size:12px;
color:#000cfe;
font-weight:bold;
margin:0;
}

.kader{
border:1px solid #000cfe;
padding:15px;
margin:5px 0 5px 0;
}

#left strong{

color:#cc0000;

}

#container{
	margin:0px auto;
	padding:0;
	position: relative;
	background-image:url(../images/bg_container.jpg);
	background-repeat:no-repeat;
	}

.fixed{
width:950px;
}



#clearer{
height:1px;
clear:both;
}

#header{
width:872px;
height:249px;


}

#header .logo{
float:left;
width:223px;
height:248px;
background-image:url(../images/bg_toplinks.gif);
background-repeat:no-repeat;
overflow:hidden;
}

#header .topfoto{
float:left;
width:649px;
height:248px;
overflow:hidden;

margin-left:0px;
}



#navigatie{
float:left;
width:872px;
height:36px;
background-image:url(../images/bg_navigatie.gif);
background-repeat:no-repeat;
background-color:#333333;
margin:0;
padding:0;

}

#navigatie ul{
margin:8px 0 0 15px;
padding:0;
}

#navigatie li{
display:inline;
margin:0 0 0 0px;
padding:0;
}

#navigatie a {
	text-decoration:none;
	color:#FFFFFF;
	}
#navigatie a:hover {
	text-decoration:none;
	color:#000000;
	}




#content{
width:872px;

padding:32px 0 0 45px;
overflow:hidden;
/*background-image:url(../images/bg_content.gif);
background-repeat:repeat-y;*/
}

#maincontent{
width:872px;
background-image:url(../images/bg_content.gif);
background-repeat:repeat-y;

}


#left{
float:left;
width:223px;
font-size:10px;
background-image:url(../images/bg_links.gif);
background-repeat:no-repeat;
letter-spacing:normal;

}

#left p{
padding:10px;

}

#main{
float:left;
width:420px;

padding:15px;
}

#main p{

}

#right{
float:left;
width:190px;
}

#right p{

}


#footer{
width:950px;
height:28px;
font-size:10px;

float:left;
color:#ffffff;
background-image:url(../images/bg_footer.gif);
background-repeat:no-repeat;
}

#footer #aceview{
float:left;
	margin: 3px 0 0 0;

width:190px;
display:block;

}

#footer #aceview a{
color:#ffffff;
text-decoration:none;
}

#footer ul {
	float:left;
	margin: 3px 0 0 45px;
	padding: 0;
}


#footer li {
	display:inline;
	height:25px;
	
}

#footer li a {
	color:#ffffff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer li a:hover {
	font-size:10px;
	color:#000000;
	text-decoration: none;
	
}


input{
border:1px solid #333333;
font-size:12px;
}

textarea{
border:1px solid #333333;
font-size:12px;
}

input{
border:1px solid #333333;
font-size:12px;
}

.sendbutton{
color:#ffffff;
font-size:12px;
background-color:#1a1ede;

}

a{
color:#1a1ede;
text-decoration:none;
}

a:hover{
color:#cc0000;
}