* {
	margin: 0;
	padding: 0;
}

img.thumb{background:#fff;padding:1px;border:solid 1px #000;margin-bottom:9px;}

.clear{clear:both;}

body {
	/* background: #fff url(../images/General/bg.jpg) repeat-x; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:1.3;
}

p{margin: 0 0 12px 0;}

.alert{color:Red;}
.alert2{color:green;}

a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }


/* Formulier
-----------------------------------------------------------------------------*/


/* Fieldset */

fieldset.type1
{
	padding: 15px 15px 15px 15px;
	margin: 0;
	border: 0;
	border: none;
	background:#f7f7f7;
}

fieldset.type1 legend{
	/* color: #fff;
	border:solid 1px #000;
	background:#808080;
	color:#fff;
	padding:2px 18px;
	margin-bottom:8px;
	margin-top:12px;
    font-weight:bold;
    font-size: 15px;*/
    
    margin:0;
	padding: 6px 2px;
	font-size:14px;
	font-weight:bold;
}

div.formulieritembox{
	clear:left;
	margin: 6px;
	padding: 3px;
}

div.formulieritembox label{
	display:block;
	float:left;
	font-size: 11px;
}

fieldset.type1 .fieldtype1{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #828282;
	background: #fff;
	width:99%;
}

fieldset.type1 .fieldtype1{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #828282;
	background: #fff;
	width:99%;
}

fieldset.type1 .buttontype1{ 
	border:solid 1px #808080;
	font-size:11px;
	margin-top:6px;
	margin-bottom:6px;
}

/* GoogleMaps
-----------------------------------------------------------------------------*/

#map_canvas{border:solid 1px #000;width:460px;height:400px;}
#route{margin-top:24px;}

/* pagina
-----------------------------------------------------------------------------*/



#wrap {
	width: 980px;
	margin: 0 auto;
}

#logo{
	float:right;
	width:690px;
	text-align:right;
	padding: 0 10px 40px 0;
}

#logo img{
	border:solid 2px #000;
	padding:1px;
	background:#fff;
	margin: 0 5px 0 0;
}

#header {
	margin: 20px 0 10px 0;
}

#header h1 {
	font-size: 42px;
	font-weight: 100;
	padding:10px 0 0 0;
}

#header h1 span{
	font-size:21px;
	padding-left:2px;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

#header h1 a:hover {
	color: #ccc;
	text-decoration: none;
}

#content {
	float: right;
	width: 468px;
	padding: 0 20px 20px 20px;
	border-left: 1px dotted #aaa;
	/* text-align: justify; */
}

#content ul{
	margin:0 0 0 18px;
}

#content h1 {
	color: #000;
	font-size: 20px;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

#content h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 5px 0;
	font-style:italic;
}

#content h3{
	margin:0;
	padding: 12px 0;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

#leftmenu {
	float: left;
	width: 160px;
	padding: 0 20px 20px 0;
}

#leftmenu a{
	color: #000;
	text-decoration:none;
}

#leftmenu a:hover {
	color: #000;
	text-decoration: underline;
}

#leftmenu h1 {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 100;
}

#leftmenu ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}

#leftmenu ul ul {
	list-style-type: none;
	padding: 3px 0 3px 12px;
}

#rightmenu {
	float: left;
	width: 250px;
	padding: 0 20px 20px 20px;
	border-left: 1px dotted #aaa;
}

#rightmenu a{
	color: #000;
	text-decoration:none;
}

#rightmenu a:hover {
	color: #000;
	text-decoration: underline;
}

#rightmenu h1 {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 100;
}

#rightmenu ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}

input.emailnieuwsbrief{
	width:95%;
	border:solid 1px #808080;
	font-size:11px;
	margin-top:6px;
}

input.emailnieuwsbriefsubmit{
	border:solid 1px #808080;
	font-size:11px;
	margin-top:6px;
	margin-bottom:6px;
}



#footer {
	margin-top: 20px;
	border-top: 1px dotted #aaa;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {

}

#realisatie {
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 10px 0;
}
#realisatie a { 
	color:#ccc;
	text-decoration:none;
}
#realisatie a:hover {
	color:#404040;
	text-decoration:underline;
}

