@font-face {
	font-family: HelveticaNeue;
	src: url('../fonts/HelveticaNeue.ttf');
}

@font-face {
	font-family: HelveticaNeue;
	font-weight: bold;
	src: url('../fonts/HelveticaNeueBold.ttf');
}

body,html {
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/body_bg.jpg);
	min-width:963px;
}

body,td,th,input,textarea {
	font-family: HelveticaNeue,Arial;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 14px;
	color: #990033;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

thead {
	font-weight: bold;
}

#wrapper {
	background-color:#FFF;
	margin:0 auto;
	width:963px;
}

#header {
	background-image: url(../images/header_bg.jpg);
	width: 963px;
	height: 55px;
}

#header #logo {
	float: left;
	width: 168px;
	height: 35px;
	margin-left: 6px;
	margin-top: 12px;
}

#header #navigatie {
	float: left;
	width: 605px;
	margin-left: 25px;
	margin-top: 26px;
}

#header #navigatie .item {
	font-family: Impact,Arial;
	font-size: 15px;
}

#header #navigatie .item a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#header #navigatie .item a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#header #nieuwsbrief {
	float: left;
	/*margin-left: 10px;*/
	margin-top: 22px;
	height: 23px;
}

#header .input {
	color: #999966;
	width: 85px;
	border: 0px;
	height: 18px
}

#afbeelding {
	width: 963px;
	height: 201px;
}

#content {
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 25px;
	min-height: 450px;
	float: left;
	border-right: 1px solid #cccccc;
	padding-right: 30px;
	width: 662px;
}

#content .lijn {
	margin-left: 15px;
	margin-right: 20px;
	border-bottom: 1px solid #cccccc;
}

#content .regel {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	width: 625px;
	height: 170px;
}

#content .regel .links {
	float: left;
	width: 200px;
}

#content .regel .rechts {
	float: left;
	width: 425px;
}

#content .afbeeldingen {
	padding: 15px;
}

#content .spacer {
	padding-right: 8px;
}

#content .kader-boven {
	background-image: url(../images/kader-boven662x8.jpg);
	width: 662px;
	height: 8px;
}

#content .kader-midden {
	background-image: url(../images/kader-midden662x1.jpg);
	width: 662px;
	min-height: 450px;
	height: auto;
}

#content .kader-onder {
	background-image: url(../images/kader-onder662x13.jpg);
	width: 662px;
	height: 13px;
}

#content #contact-links {
	width: 323px;
	float: left;
}

#content #contact-links-boven {
	background-image: url(../images/contact-links-boven323x8.jpg);
	width: 323px;
	height: 8px;
}

#content #contact-links-midden {
	background-image: url(../images/contact-links-midden323x1.jpg);
	width: 323px;
	height: 420px;
}

#content #contact-links-onder {
	background-image: url(../images/contact-links-onder323x13.jpg);
	width: 323px;
	height: 13px;
}

#content #contact-rechts {
	float: left;
	width: 324px;
	margin-left: 15px;
}

#content #contact-rechts .tekst {
	color: #000000;
}

#content #contact-rechts .tekst a {
	color: #000000;
}

#content #contact-rechts-boven {
	background-image: url(../images/contact-rechts-boven324x8.jpg);
	width: 324px;
	height: 8px;
}

#content #contact-rechts-midden {
	background-image: url(../images/contact-rechts-midden324x1.jpg);
	width: 324px;
	height: 420px;
}

#content #contact-rechts-onder {
	background-image: url(../images/contact-rechts-onder324x13.jpg);
	width: 324px;
	height: 13px;
}

#content .kop {
	font-weight: bold;
	font-size:14px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#content .kop2 {
	font-weight: bold;
	font-size:14px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}

#content .tekst {
	font-size:12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#content .tekst a {
	color: #333333;
	text-decoration: underline;
}

#content .input {
	color: #999966;
	width: 285px;
	height: 14px;
	border: none;
	font-size:12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#content .textarea {
	color: #999966;
	width: 285px;
	height: 45px;
	border: none;
	font-size:12px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

#content .button {
	margin-top: 10px;
	margin-left: 15px;
}

#content #album {
	margin-left: 10px;
}

#content #album .thumbnail {
	width: 300px;
	height: 225px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
}

#rechterkolom {
	margin-left: 30px;
	margin-top: 25px;
	float: left;
	width: 180px;
}

#rechterkolom .kop {
	font-weight: bold;
	font-size:14px;
}

#rechterkolom .regel {
	width: 176px;
	height: 115px;
}

#rechterkolom .link {
	margin-bottom: 5px;
}

#footer {
	background-image: url(../images/header_bg.jpg);
	height: 25px;
	width: 963px;
}

#footer .tekst {
	color: #000000;
	font-size: 10px;
	text-align: center;
}

#footer .tekst a{
	color: #000000;
	text-decoration: underline;
}

#footer .tekst a:hover {
	color:#333;
}

.clear {
	width: 100%;
	clear: both;
}

.links {
	float: left;
}

.rechts {
	float: right;
}

#overzicht {
	width: 100%;
	margin-left: 15px;
	height: 100%;
}

#overzicht #linkerkolom {
	margin-top: 0px;
	width: 330px;
	height: 100%;
}

#overzicht .artikel {
	background-image: url(../images/overzicht-afbeelding190x190.gif);
	width: 190px;
	height: 190px;
	float: left;
	margin-right: 11px;
	margin-bottom: 10px;
}

#overzicht .afbeelding {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 165px;
	height: 124px;
	display: block;
}

#overzicht .tekst {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 166px;
}

#overzicht .detail {
	background-image: url(../images/detail-afbeelding330x330.gif);
	width: 330px;
	height: 330px;
	float: left;
}

#overzicht .detailafbeelding {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 305px;
	height: 229px;
	display: block;
}

#overzicht .thumbnail {
	background-image: url(../images/thumb-afbeelding100x100.gif);
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 8px;
}

#overzicht .thumbafbeelding {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 90px;
	height: 67px;
}

#overzicht #detailtekst {
	margin-top: 3px;
	width: 260px;
	height: 325px;
	float: left;
	margin-left: 10px;
}

#overzicht #detailtekst ul {
	padding-left: 10px;
}

#overzicht #detailtekst li {
	margin-left: 10px;
}

#overzicht #detailonder {
	height: 120px;
	width: 260px;
	float: left;
	margin-left: 10px;
	border-top: 1px solid #cccccc;
}

#overzicht #detailonder select {
	width: 80px;
	font-size: 10px;
	border: 1px solid #cccccc;
}
















#overzicht .aantal {
	font-family: Arial;
	font-size: 12px;
	width: 25px;
	border: 1px solid #cccccc;
	text-align: center;
}

#overzicht .knop {
	font-family: Arial;
	font-size: 12px;
	width: 75px;
	border: 1px solid #cccccc;
	text-align: center;
}

#overzicht input {
	font-family: Arial;
	font-size: 12px;
}

#overzicht .input1 {
	border: 1px solid #cccccc;
	width: 200px;
}

#overzicht .input2 {
	border: 1px solid #cccccc;
	width: 76px;
	margin-right: 2px;
}

#overzicht .input3 {
	border: 1px solid #cccccc;
	width: 120px;
}

#overzicht .input4 {
	border: 1px solid #cccccc;
	width: 98px;
	margin-right: 2px;
}

#overzicht .opmerkingen {
	font-family: Arial;
	font-size: 12px;
	width: 350px;
	height: 70px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

#overzicht .error {
	padding: 5px;
	border: 1px dashed red;
	width: 330px;
}







































.link a {
	text-decoration: underline;
}

.link a:hover {
	text-decoration: underline;
}
