@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	background: #eee9da url('/images/bg_html.gif') repeat-x center top;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464644;
}

#container {
	position: absolute;
	left: 50%;
	width: 818px;
	min-height: 101%;
	margin: 0 0 0 -479px;
	padding: 0 55px 0 85px;
	background: transparent url('/images/bg_body.png') no-repeat;
}

#logo {
	width: 778px;
	height: 180px;
	margin: 41px 0 35px 5px;
	background: transparent url('/images/p_header.jpg') no-repeat;
}

#wijnkring {
	margin: 20px 0;
}

ul#nav {
	width: 179px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #dad3c4;
}

ul#nav li a {
	display: block;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #9a8e7e;
	background-image: url('/images/nav.gif');
	background-repeat: no-repeat;
	background-position: -200px center;
	border-bottom: 1px solid #dad3c4;
}

ul#nav li a:hover,
body#home ul#nav li a.home,
body#aanbiedingen ul#nav li a.aanbiedingen,
body#nieuws ul#nav li a.nieuws,
body#cursussen ul#nav li a.cursussen,
body#contact ul#nav li a.contact {
	background-position: left center;
	color: #464644;
}

h1 {
	margin: 0 0 5px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

h1.topline {
	border-top: 1px solid #dad3c4;
	padding-top: 6px;
/*	padding-top: 27px;
	background: url('/images/line.jpg') no-repeat left top;*/
}

h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
}

p,
#content ul {
	margin: 0 0 10px;
	line-height: 16px;
}

p.loading {
	padding-left: 23px;
	background: url('/images/loading.gif') no-repeat left center;
}

p.small {
	font-size: 9px;
}

p.grey {
	color: #9a8e7e;
}

#content ul {
	list-style: square;
	padding: 0;
	margin-left: 20px;
}

a {
	color: #464644;
}

a.smallLink {
	font-size: 9px;
	font-weight: bold;
	color: #9a8e7e;
}

img {
	border: none;
}

#search {
	padding-bottom: 60px;
}

#search #keyword,
#search #advanced {
	width: 139px;
	padding: 10px 20px;
	background: #e6dfc9 url('/images/bg_stripe.gif') repeat-x left top;
}

form {
	margin: 0 0 10px;
}

form .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#search form .input {
	width: 135px;
}

form .button {
	padding: 1px 4px;
	background: #464644;
	color: #eee9da;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	border: none;
}

#search form label,
#contact_form label {
	display: block;
	margin-bottom: 2px;
}

body#contact form#contact_form .input {
	width: 254px;
}

body#contact form#contact_form .textarea {
	height: 100px;
}

#content {
	width: 569px;
	padding: 0 0 80px 40px;
	overflow: hidden;
}

.col {
	float: left;
}

#colLeft {
	width: 260px;
	padding-right: 25px;
}

#colRight {
	width: 260px;
	padding-left: 24px;
}

#footer {
	position: absolute;
	left: 85px;
	bottom: 0;
	width: 748px;
	padding: 10px 20px;
	background: #e6dfc9 url('/images/bg_stripe.gif') repeat-x left top;
	color: #9a8e7e;
	font-size: 9px;
}

#footer p {
	margin: 0;
	line-height: normal;
}

.formRow {
	margin-bottom: 5px;
	overflow: hidden;
}

#search form .formRow {
	margin-bottom: 2px;
	overflow: hidden;
}

#search form .select,
#options form .select {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#results {
	border-bottom: 1px solid #dad3c4;
}

#results .res {
	padding: 5px 0;
	position: relative;
	border-top: 1px solid #dad3c4;
}

#results .res h2 {
	margin: 0;
}

#results .aanbieding {
	position: relative;
}

#results .res .thumb {
	width: 120px;
	height: 80px;
	margin-right: 12px;
	overflow: hidden;
	background: #e6dfc9;
	float: left;
}

.omschrijving {
	width: 297px;
	margin: 2px 12px 0 0;
	float: left;
}

.det {
	width: 128px;
	float: left;
	text-align: right;
}

.details,
.verberg {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 2px 16px 2px 6px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #eee9da;
}

.details {
	background: #464644 url('/images/arr_down.gif') no-repeat right center;
}

.verberg {
	background: #464644 url('/images/arr_up.gif') no-repeat right center;
}

#options {
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #dad3c4;
	border-left: 1px solid #dad3c4;
	border-right: 1px solid #dad3c4;
	background: #e8e2d3;
/*	background: transparent url('/images/options_bg.gif');*/
}

.error {
	color: #ff0000;
	font-weight: bold;
}

div.pagination {
	padding: 5px 0;
	overflow: hidden;
	border-top: 1px solid #dad3c4;
}

div.pagination a,
div.pagination span.current,
div.pagination span.disabled {
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 2px 2px 0;
	padding: 2px;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
	color: #464644;
	border: 1px solid #464644;
}
div.pagination a:hover,
div.pagination a:active {
	background: #d5d1c4;
}
div.pagination span.current {
	color: #eee9da;
	background: #464644;
}
div.pagination span.disabled {
	color: #dad3c4;
	border: 1px solid #dad3c4;
}
div.pagination a.autowidth,
div.pagination span.autowidth
{
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
}

ul#attachments {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.attachment {
	width: 201px;
	height: 33px;
	margin-bottom: 10px;
	padding: 13px 7px 7px 52px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #e6dfc9;
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

ul#attachments .pdf {
	background-image: url('/images/icon_pdf.png');
}

ul#attachments .doc {
	background-image: url('/images/icon_doc.png');
}

ul#attachments .ppt {
	background-image: url('/images/icon_ppt.png');
}

ul#attachments .other {
	background-image: url('/images/icon_blank.png');
}

#badges {
	width: 179px;
	text-align: center;
	padding-bottom: 10px;
}
