@charset "utf-8";
/* CSS Document */

body {
background-image: url('/img/bckgrnd.gif');
background-repeat:repeat-x;
background-color: #be9c6e;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #545454;
}

p.vet {
font-weight:bold;
}

.menukop {
width: 150px;
heigth: 15px;
font-weight:bold;
font-size:11px;
padding-left:10px;
color:#ff9900;
background-color:#000000;
}

p.lijst{
margin-left:15px;
}

p.center {
text-align: center;
}

p.vetrechts {
text-align: right;
font-weight: bold;
}

.klik{
padding-left: 5px;
font-weight: bold;
font-size: 11px;
color: #956939;
}

.koptekst {
font-size: 27px;
font-weight: bold;
color: #000000;
line-height: 30px;
}

.koptekstindex {
font-size: 27px;
font-weight: bold;
color: #545454;
line-height: 30px;
}

.center {
text-align: center;
}

.vet {
font-weight: bold;
}
	
img.threepic {
float: left;
margin: 5px;
}

img.floatlinks {
float: left;
margin-right: 10px;
}

img.floatrechts {
float: right;
margin-left: 10px;
}

img.left {
float:left;
margin-left: 10px;
}
	
/* OPBOUW STRUCTUUR */

div.container {
width: 980px;
background-image: url(/img/noname.gif);
background-repeat: no-repeat;
background-position: bottom left;
position: relative;
overflow: hidden;
margin: 0px auto;
}

.three {
width: 630px;
margin: 0px auto;
}

.boeken {
width: 783px;
float:left;
margin-top:5px;
margin-bottom: 5px;
border-bottom:1px solid #c2955e;
}

.boekcover {
width: 150px;
padding:5px;
float: left;
text-align:right;
}

.boekdata {
width: 613px;
padding:5px;
float:left;
text-align:left;
} 

.copy {
float: left;
width: 793px;
padding: 2px;
margin: 10px 0px 0px 0px;
text-align: center;
border: 1px solid #402a01;
}

#counter {
width: 100px;
float: right;
margin: 10px;
}

div.bottom {
float: left;
position: relative;
width: 980px;
text-align: center;
overflow: visible;
color: #402a01;
margin-top:10px;
}

div.bottommenu {
float: left;
position: relative;
width: 980px;
text-align: center;
overflow: visible;
margin-top:5px;
}

.header {
width: 960px;
float: left;
}

.content {
float: left;
width: 803px;
overflow: visible;
line-height: 20px;
margin:10px 0px 0px 5px;
}

/* LINKS */

a:link {color:#a6430a; text-decoration:none;}
a:visited {color:#a6430a; text-decoration:none;}
a:hover {color: #660000; text-decoration:underline;}
a:active {color:#a6430a; text-decoration:underline;}

a.one:link {color:#545454; text-decoration:none;}
a.one:visited {color:#545454; text-decoration:none;}
a.one:hover {color: #660000; text-decoration:none;}
a.one:active {color:#545454; text-decoration:underline;}

/* CONTACT */

div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	font-weight:bold;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 5px;
	border: 1px solid #bac5d6;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}

/* HOEKEN CONTENT */

.contop-left, .contop-right, .conbottom-left, .conbottom-right { 
	background-image: url('/corner/content.gif');
	height: 10px;
	font-size: 2px;
	}
.contop-left, .conbottom-left { 
	margin-right: 10px;
	}
.contop-right, .conbottom-right { 
	margin-left: 10px;
	margin-top: -10px;
	}
.contop-right {
	background-position: 100% 0;
	}
.conbottom-left  { 
	background-position: 0 -10px;
	}
.conbottom-right { 
	background-position: 100% -10px;
	}
.coninside {
	background: #d9ae79;
	padding-left: 10px;
	padding-right:10px;
	width:783px;
	overflow: hidden;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: 0; }

/* HOEKEN ORANGE */

.oratop-left, .oratop-right, .orabottom-left, .orabottom-right { 
	background-image: url('/corner/orange.gif');
	height: 10px;
	font-size: 2px;
	}
.oratop-left, .orabottom-left { 
	margin-right: 10px;
	}
.oratop-right, .orabottom-right { 
	margin-left: 10px;
	margin-top: -10px;
	}
.oratop-right {
	background-position: 100% 0;
	}
.orabottom-left  { 
	background-position: 0 -10px;
	}
.orabottom-right { 
	background-position: 100% -10px;
	}
.oramenuinside {
	background: #f2811d;
	width:165px;
	overflow: hidden;
	border-left: 1px solid #402a01;
	border-right: 1px solid #402a01;
	}
	
.orabotinside {
	background: #f2811d;
	width:978px;
	overflow: hidden;
	border-left: 1px solid #402a01;
	border-right: 1px solid #402a01;
	}	