body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x; 
}

/*algemene vormgeving*/

h1{
	font-size: 16px;
	color: #666666;
	border-bottom: 1px dotted #ccc;
}

h2{
	font-size: 12px;
	margin: 6px 0px 4px 0px;
	color: #333333;
	/*border-bottom: 1px dotted #ccc;*/
}

input, select{
	font-size: 11px;
}

input[type="text"]{
	border: #ccc 1px solid;
	padding: 2px;
} 

form{
	background-color: transparent;
}

a{
	text-decoration: none;
}

a:link{
	color: #cc0000;
}

a:link:hover{
	color: #666666;
}

a:visited{
	color: #cc0000;
}

a:visited:hover{
	color: #666666;
}

li{
	margin-bottom: 5px;
	margin-top: 5px;
}


/*specifieke vormgeving*/
div.menu a{
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B75B00;
	width: 100px;
	margin: 4px;
	padding: 2px 2px 1px 5px;
	border-bottom: none;
	border-right: #fff 20px solid;
}

div.menu a:hover{
	color: #fff;
	background-color: #54a0b0;
	border-bottom: none;
	border-right: #54a0b0 20px solid;
}

div.menu a.sub{
	margin-left: 10px;
}

div.footer{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-color: #fff;
}

div.footer img{
	
}

a.footer img{
	border: none;
}

a.footer{
	display: block;
	width: 980px;
	margin-right: 10px;
	border-bottom: #fff 1px dotted;
}

a.footer:hover{
	border-bottom: #aaa 1px dotted;
}

div.topbar table{
	float: right;
	margin-right: 20px;
}

div.mainl{
	float: left;
	width: 390px;
	padding: 0px 5px 0px 0px;
	margin-bottom: 5px;
}

div.mainr{
	float: right;
	width: 390px;
	padding: 0px 0px 0px 15px;
	margin-bottom: 5px;
	border-left: #ddd 1px dotted;
}

div#bookmark{
	background-color: transparent;
	float: left;
}

div#bookmark a{
	text-decoration: none;
	background-color: transparent;
	border: none;
}

div.content p{
	margin: 10px 0px 2px 0px;
}

/*addthis override*/
#addthis_services tbody tr td a{
	text-decoration: none;
	background-color: transparent;
	border: none;
}

img.foto{
	padding: 1px;
	border: #ccc 1px solid;
}

/*structuur*/
div.container{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.top{
	width: 1000px;
	height: 125px;
	margin: 0px;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	float:left;
}

div.container2{
	width: 1000px;
	text-align: left;
}

div.topbar{
	width: 1000px;
	padding: 0px 5px 0px 10px;
	height: 30px;
	float: left;
	color: #666;
	background-image: url(images/shadow2.png);
	background-repeat: repeat-y; 
}

div.menu_content_container{
	width: 1000px;
	margin: 0px;
	float:left;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}

div.menu{
	width: 135px;
	float: left;
	margin: 0px 0px 0px 10px;
}

div.content{
	width: 810px; /*container.width-(menu.width+30)*/
	padding: 0px 10px 10px 15px;
	margin: 0px 8px 20px 0px;
	float: left;
	background-color: #fff;
	border-left: #aaa 1px dotted;
}

form fieldset{
	width: 550px;
	margin-left: 50px;
}
