* {margin: 0px; padding: 0px;}

body {
	font-family: Verdana, sans-serif;
}

body, html {
	height: 100%;
	background-color: #ECECEC;
}

p {
	margin-bottom: 0.6em;
}

#container {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	background-color: #ECECEC;
	position: relative;
}

a {
	color: #004AB1;
	text-decoration: none;
}
#main a {
	/*border-bottom: 1px dotted #004AB1;*/
}

#main a img {
	border: none;
}

a:visited
{
	color: #004AB1;
	text-decoration: none;
}
a:hover {
	color: #004AB1;
	text-decoration: underline;
}

#main ul {
	margin: 1em 0;
}

#main ul li {
	margin-left: 35px;
}

.clear {
	clear: both;
}
/*#########
	Header
  #########*/
#logo {
	height: 150px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 12pt;
}

#logo img
{
	display: block;
	margin: 0 auto;
}

#onderschrift {
	background-color: #4b31af;
	height: 27px;
	color: #FFFFFF;
}
#onderschrift img{
	margin-top: 0px;
}

#breadcrumb {
	font-size: 10pt;
	margin-left: 5px;
	color: #FFFFFF;
	line-height: 26px;
}

/*#########
	Content
  #########*/
#core {
	width: 960px;
	background-color: white;
	margin: 0 auto;
	border: 1px solid #DEDEDE;
}

#core #content {
	/*border-top: 1px solid black;*/
}

#main {
	width: 710px;
	float: left;
	margin-bottom: 155px;
	padding-left: 10px;
	font-size: 10pt;
}

#main h1, h2, h3 {
	color: #183d9e;
	padding-bottom: .5em;
	margin-top: .3em;
}

#main p.strong {
	font-weight: bold;
}

#content ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-bottom: .5em;
}

#content ul li {
	/*background: url("../images/arrow_main.png") center left no-repeat;*/
}

#content .address {
	list-style-type: none;
}

#content .address li{
	margin-left: 0;
}

/*#########
	Menu
  #########*/

#menu {
	width: 200px;
	float: right;
	margin-top: 7px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 10px;
	/*background-color: #C57E46;*/
	color: #004AB1;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	background: url("../images/arrow_main.png") center right no-repeat;
	text-align: right;
	line-height: 1.4;
	font-weight: bold;
	padding-right: 12px;
}

/*#########
	Footer
  ########*/
 
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 119px;
	vertical-align: middle;
	line-height: 120px;
	background-color: #4b31af;
	color: #feb322;
	border-top: 2px solid #3b249f;
}

#footer #left {
	float: left;
	width: 300px;
}

#footer #under-construction {
	width: 390px;
	float: left;
	line-height: normal;
}

#footer #right {
	width: 400px;
	float: right;
	text-align: right;
	line-height: normal;
	padding-top: 100px;
}

#footer #right span{
	font-size: 8pt;
	color: #006699;
}

#footer #footer-content {
	width: 960px;
	margin: 0 auto;	
}

#footer #adres {
	line-height: 13px;
	list-style-type: none;
	color: white;
	margin-top: 10px;
}

#footer #adres li {
	margin-bottom: 5px;
}

#footer #adres .naam {
	font-weight: bold;
	font-size: large;
	margin-left: -20px;
}
#adres .naam:before {
	content: "\0bb ";
	padding-right: 5px;
	color: #C69228;
	font-weight: bold;
}

#footer #adres .telefoon:before {
	content: "T ";
	color: #C69228;
}

#footer #adres .fax:before {
	content: "F ";
	color: #C69228;
}

#footer #adres .email:before {
	content: "@ ";
	color: #C69228;
	margin-left: -4px;
}

#adres .contact {
	font-size: small;
}

/*#########
	Forms
  ########*/
 
fieldset.form {
	padding: 5px;
	margin: 1em;
}
fieldset.form label{
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
}
fieldset.form input, fieldset.form select {
	display: block;
	width: 200px;
	margin-bottom: 5px;
}
fieldset.form input[type=submit] {
	width: 80px;
}

.wrongField {
	background-color: #ff6c70;
	color: #ffdfe0;
	float: left;
}
span.err {
	color: #ff6c70;
}


/*#########
	Foto's
  ########*/
 
div.foto {
	margin: 5px 5px;
	padding: 5px;
	width: 700px;
	float: left;
	background-color: #e5e5e5;
	border: 1px solid #818cfa;
	color: #004AB1;
}

div.left img{
	float: left;
	margin-right: 10px;
}
div.right img{
	float: right;
	margin-left: 10px
}

div.left div{
	float: left;  
	width: 390px;
}
/*#########
  berichten
 ##########*/

p.confirmation {
	background-color: #e5e5e5;
	width: 300px;
	border: 1px solid #813cfa;
	padding: 10px;
	margin: 0 auto;
	margin-top: 50px;
}