@charset "utf-8";
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../_images/background2.gif);
	background-repeat: repeat;
	overflow: scroll;
}


#wrapper {
	width: 770px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #B36B00;
}
#wrapper a:hover {
	color: #666;
	border-bottom: 1px dashed #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
#wrapper a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#wrapper a img :hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 110px;
	margin: 0;
	position: relative;
	background-image: url(../_images/banner.jpg);
	width: 770px;
}
#header #language {
	position: absolute;
	right: 10px;
	top: 5px;
	height: 20px;
}
#header #language p a img {
	margin-left: 10px;
	display: inline;
}

#header #language a:link, #header #language a:visited{
	text-indent: -1000em;
	border: none;
}
#header #language a:hover, #header #language a:active{
	border: none;
}
#header #mainNav {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	margin-right: 5px;
	display: block;
	line-height: 25px;
	background: url(../_images/nav_rollover.gif) no-repeat left bottom;
	margin-left: 5px;
}

#header #mainNav li a:hover {
	color: #f8b449;
	background: url(../_images/nav_rollover.gif) no-repeat left top;
	border: none;
}
#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../_images/current.gif) no-repeat;
	color: #AAB3B2;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
#header #mainNav ul .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
}
/* --------- MAIN CONTENT STYLES -------------*/
#filmpjes {
	margin: 0;
	padding: 0;
	width: 770px;
	position: fixed;
	height: 410px;
	top: 120px;
	right: auto;
	left: auto;
	text-align: right;
}

#mainContent {
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
	text-align: justify;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #3E8BFF;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #3E8BFF;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h2.special {
	margin-bottom: 1em;
}

#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3E8BFF;
	margin-bottom: 0.4em;
	margin-left: 20px;
	width: 457px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #324E40;
	padding-bottom: 0.3em;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 0.3em;
}
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: 0em;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	font-size: 0.8em;
	margin-bottom: 1.4em;
	text-align: justify;
	line-height: 1.4em;
}
#mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	font-size: 0.8em;
	margin-bottom: 1.4em;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.4em;
}
#mainContent li {
	margin-left: 15px;
	margin-bottom: .6em;
}
#mainContent dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-left: 30px;
	margin-top: 0px;
}
#mainContent dt {
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}
#mainContent dd {
	font-style: italic;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 1em;
	font-weight: normal;
	background: #F3F8A5;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* -SUBNAV STYLES -*/
#mainContent ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-bottom: 20px;
	width: 460px;
}
#mainContent ul#subnav li {
	margin: 0;
	padding: 0;
	float: left;
}
#mainContent ul#subnav a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: none;
	border-right: 1px solid #666;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#mainContent ul#subnav a.last {
	border: none;
}
#mainContent ul#subnav a.current {
	color: #B36B00;
}
#mainContent ul#subnav a.current:hover {
	color: #B36B00;
	cursor: default;
}
#mainContent ul#subnav a:hover {
		color: #B36B00;
}
#mainContent table {
	width: 455px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent table tr th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	border: 1px solid #FFF;
	text-align: left;
	color: #000;
}
#mainContent table tr {
	background-color:#b0b0b0
}

#mainContent table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #FFF;
}

#mainContent table tr:hover {
	color: #757575; 
	background-color: #fff;
}

#mainContent table thead tr:hover {
	background: transparent;
}
#mainContent table tr th:hoover {
	color: #b0b0b0; 
	background-color: #000;
}



/* ----------- SIDEBAR STYLES ------------------*/
#sidebar {
	float: right;
	width: 265px;
	padding: 15px 0;
	border-left: solid #aaa 1px;
	position: relative;
}
#sidebar p.prijs {
	text-align: right;
	line-height: 0em;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #816666;
	margin-top: -5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#sidebar p.Vet {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2em;
}
#sidebar p.VetG {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2em;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
	text-align: justify;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	padding-left: 5px;
	font-weight: bold;
	color: #80B3FF;
	padding-bottom: 0.5em;
}
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 10px;
}


#sidebar img {
	display: block;
	margin: 0 auto 1em auto;
}
#sidebar a img , #sidebar a.gallery:hover{
	border: none;
}
#sidebar img.gallery {
	padding: 5px 5px 10px 5px;
	border: 1px solid #aaa;
	cursor: pointer;
}
#sidebar #voorbeeldenNav ul {
	list-style-type: none;
}

#sidebar #voorbeeldenNav ul li a:link, #sidebar #voorbeeldenNav ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 2em;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	font-style: normal;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#sidebar #voorbeeldenNav ul li a:hover{
	color: #B36B00;
}
#sidebar #voorbeeldenNav ul li a.current{
	color: #B36B00;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B36B00;
}
#sidebar #dsgInAw {
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebar #dsgInAw ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#sidebar #dsgInAw li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#sidebar #dsgInAw li a:link, #sidebar #dsgInAw a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1e-007;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1em;
	padding: 0;
	height: 181px;
	width: 242px;
	background-image: url(../_images/DSGDAW.jpg);
	background-repeat: no-repeat;
	background-position: -25px -13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000;
}

#sidebar #dsgInAw li a:hover {
	color: #f8b449;
	background: url(../_images/DSGDAWm.jpg);
	background-repeat: no-repeat;
	background-position: -25px -13px;
}
#sidebar #dsgInAmt {
	position: absolute;
	left: 0px;
	top: 181px;
}
#sidebar #dsgInAmt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#sidebar #dsgInAmt li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#sidebar #dsgInAmt li a:link, #sidebar #dsgInAmt a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1e-007;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1em;
	padding: 0;
	height: 90px;
	width: 242px;
	background-image: url(../_images/DSGDAMT.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000;
}

#sidebar #dsgInAmt li a:hover {
	color: #f8b449;
	background: url(../_images/DSGDAMTm.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom: none;
}

#sidebar #dsgInAt {
	position: absolute;
	left: 0px;
	top: 269px;
}
#sidebar #dsgInAt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#sidebar #dsgInAt li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#sidebar #dsgInAt li a:link, #sidebar #dsgInAt a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1e-007;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1em;
	padding: 0;
	height: 72px;
	width: 242px;
	background-image: url(../_images/DSGDAT.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#sidebar #dsgInAt li a:hover {
	color: #f8b449;
	background: url(../_images/DSGDATm.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
}
#sidebar #dsgInDsc {
	position: absolute;
	left: 0px;
	top: 341px;
}
#sidebar #dsgInDsc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#sidebar #dsgInDsc li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#sidebar #dsgInDsc li a:link, #sidebar #dsgInDsc a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1e-007;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1em;
	padding: 0;
	height: 170px;
	width: 242px;
	background-image: url(../_images/DSGDDC.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#sidebar #dsgInDsc li a:hover {
	color: #f8b449;
	background: url(../_images/DSGDDCm.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
}



/* ---------- FOOTER STYLES ------------*/
#footer {
	padding: 0 10px 0 20px;
	clear: both;
	border-bottom: 2px solid #aaa;
	background-color: #bbb;
	background-image: url(../_images/background3.gif);
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
}
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.holder {
}
.actie {
	font-weight: bold;
	color: #36F;
	font-variant: small-caps;
}
.aandacht {
	color: #666;
	font-style: italic;
}

.phatt {
	font-size: 1.1em;
	font-weight: bold;
}
.LetOp {
	font-size: 1.2em;
	color: #F00;
	font-weight: bold;
	line-height: 1.2em;
}
