/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f2f2f5;
	font: normal 62.5% "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	width: 900px;
	background: url(img/layout_top.jpg) top no-repeat;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
#middle {
	background: url(img/content.jpg) top repeat;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	height: auto;
	
}

#left {
	float: left;
	width: 143px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	margin-right: 10px;
}

#right {
	float: left;
	width: 712px;
	font-size : 1.2em;
}

#menu {
	background: url(img/menu.jpg) top no-repeat;
	
	padding-top: 7px;
	font-size: 1.2em;
	margin-bottom: 5px;
	height: 30px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 23px;
}
#menu ul {
	text-align: center;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 35px;
}

#menu ul li a, ul li a:link {
	text-decoration: none;
	color: #003250;
}
#menu ul li a:hover {
	color: #787878;
}

#foot {
	background: url(img/layout_bottom.jpg) bottom no-repeat;
	height: 15px;
	
}

#clear {
clear: left;
}

#copy {
	margin-top: 5px;
	text-align: center;
}
#copy a, a:link {
	color: #000000;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

a, a:link {
	color: #003250;
	text-decoration: none;
}

a:hover {
	color: #003250;
	text-decoration: underline;
}

p {
	line-height: 20px;
}
h1 {
	font-size: 2em;
	color: #003250;
}

h2 {
	font-size: 1.6em;
	color: #949494;
}

h3 {
	font-size: 1.4em;
	color: #bbd2e0;

}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #000;
}

.info {
	font-size: 0.9em;
	line-height: 1.3em;
}

.error {
	color: #CC3300;
}

.webshop {
	font-size: 1.4em;
}

img {
	border: 0px;
}

/* Formulieren */
label {
	width: 120px;
	float: left;
	text-align: left;	
	margin: 0 1em 10px 0;
	clear: both;
}
input, select, textarea {
	color: #000;
	border: 1px solid #000;

}
.invulveld {
	margin-bottom: 10px;
	border: 1px solid #000;
}

.knop {
	margin-left: 131px;
	clear: both;
	background-color: #bbd2e0;
	color: #000;
}
.knop2 {
	margin-left: 5px;
	clear: both;
	background-color: #bbd2e0;
	color: #000;
}

fieldset {
	border: #000 solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
