
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: verdana;
	font-size: 11px;
}



h1 {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: normal;
	font-family: verdana;
}

h2 {
	margin-bottom: .5em;
	font-size: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p{	padding: 0;
	margin: 0;
	text-align: normal;
}

img{
	border: 0px;
}

.clearer{
	clear: both;
	font-size: 1px;
}

li{
	list-style-type: none;
}

a:link {color:#021bd7;text-decoration: none;}      
a:visited {color:#021bd7;text-decoration: none;}  
a:hover {color:#ff0000;text-decoration: none;}  
a:active {color:#021bd7;text-decoration: none;}  

/* horizontale lijn */

hr {
	border: 0;
	width: 946px;
	color: #021bd7;
	background-color: #021bd7;
	height: 1px;
}


#wrapper{
	margin: 0 auto;
	margin-top: 5px;
}

#container{
	margin: 0 auto;
	width: 946px;
}

/* Header */


#header{
	width: 926px;
	height: 140px;
	padding: 10px;
}

.header_left{
	float: left;
	width: 388px;
	height: 110px;
	padding-top: 30px;
}
.header_right{
	float: left;
	widht: 538px;
	height: 140px;
}

.socialmedia{
			position: absolute;
			margin-top: 3px;
			margin-left: 900px;
			width: 200px;
			font-size: 8px;
			font-family: verdana;
		}



/* Breadcrumbs */

#breadcrumbs{
	clear: both;
	width: 946px;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 3px;
	border-top: 1px solid #021bd7;
	border-bottom: 1px solid #021bd7;
}

.breadtrail{
	font-size: 10px;
	padding-left: 10px;
}


a.breadlinks{
	float:left;
	display: block;
	background: transparent url('/img/bread_arrow.gif') 100% 3px no-repeat;
	border: none;
	text-decoration:none;
	color: #ffffff;
	line-height: 26px;
}

a.breadlinks:hover{
	background: transparent url('/img/bread_arrow.gif') 100% 3px no-repeat;
	text-decoration:none;
	color: #3958a0;
}

a.breada:link{color: #021bd7;font-size: 10px;text-decoration: none;font-weight: normal;font-family: verdana;}
a.breada:visited{color: #021bd7;font-size: 10px;text-decoration: none;font-weight: normal;font-family: verdana;}
a.breada:hover{color: #ff0000;font-size: 10px;text-decoration: none;font-weight: normal;font-family: verdana;}
a.breada:active{color: #021bd7;font-size: 10px;text-decoration: none;font-weight: normal;font-family: verdana;}


/* Content container */


#content{
	clear: both;
	width: 946px;
	min-height: 413px;
	border-bottom: 1px solid #021bd7;
	margin-bottom: 5px;
}
#content_left{
	float: left;
	width: 192px;
}
.content_left_menu{
	color: #ffffff;
	font-size: 12px;
	background-color: #021bd7;
	width: 162px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 18px;
}

.content_left_contact{
	color: #ffffff;
	font-size: 12px;
	background-color: #021bd7;
	width: 162px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 18px;
}

a.leftmenu:link {color:#ffffff;text-decoration: none;}      
a.leftmenu:visited {color:#ffffff;text-decoration: none;}  
a.leftmenu:hover {color:#ff0000;text-decoration: none;}  
a.leftmenu:active {color:#ffffff;text-decoration: none;} 

#content_right{
	float: right;
	min-height: 413px;
	background: url('/img/owg_rand_links.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content_right_l{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 62px;
	min-height: 413px;
}

.content_right_m{
	float: left;
	width: 660px;
	min-height: 513px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content_right_m_text{
	padding: 5px;
	color: #000;
	font-size: 10px;
	font-family: verdana;

}

.content_right_r{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 31px;
	min-height: 413px;
	background-color: #ffffff;
	background: url('/img/owg_rand_rechts.gif');
	background-repeat: no-repeat;
	background-position: top right;
}


/* footer */

#footer{
	clear: both;
	width: 946px;
}
.footer_text{
	color: #021bd7;
	text-align: center;
}

.contactkaart{

}

/* formulier */

	/* Formulier */

label{
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}

input{
    background-color: #fff;
    font-size: small;
    border-width: 1px;
    border-style: solid;
    border-color: #021bd7;  
    margin-bottom: 10px;
}

select{
	width: 143px;
	height: 20px;
	*height: 22px;
    *width: 142px;
    font-size: x-small;
    background-color: #fff;
    border-color: #021bd7;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}

textarea{
    width: 300px;
    height: 100px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #021bd7;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 10px;
}

#submit{
    background-color: #021bd7;
	color: #fff;
}

.radio{
	border: 0px;
    background-color: #fff;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 0px;
	padding-bottom: 20px;
}

