/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #333;
	font-weight: normal;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* @end */

html, body {
	height: 100%;
}

body {
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(http://www.goudasglorie.com/images/interface/Doek-donker.jpg) repeat;
	color: #333;
}

input, select, textarea {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

input:focus,textarea:focus {
	background: #fffed5;
}

input.radio {
}

input.button {
	display: block;
margin: 15px 0 0 0;
}

input.passend, textarea.passend {
	width: 150px;
}

input.passend2, textarea.passend2 {
	width: 350px;
}

div#container {
	position: relative;
}

div#site {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 0px;
	background: url(http://www.goudasglorie.com/images/interface/achtergrond.gif) repeat-y;

}

div#site.algemeen {
	background: url(http://www.goudasglorie.com/images/interface/achtergrondalg.gif) repeat-y;
}

h1 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

.lower {
text-transform: none;
}

h2 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #666;
}

h3 {
	
	font: bold 10px/20px Arial, Helvetica, Geneva, sans-serif;
}

div.faq#wrappermid h3 {
	line-height: 16px;
	padding-bottom: 2px;
	margin-bottom: 8px;
border-bottom: 1px solid #666;
}

h4 {
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 5px 0;
}

h4 span {
	color: #f6220d;
	margin-left: 3px;
}

a:link {
	text-decoration: underline;
	color: #270d8e;
}

a:visited {
	color: #f6220d;
	}

a:hover {
color: #f6220d;
}

a:active {
}

a.toplink {
	display: block;
	Width: 461px;
	text-decoration: none;
	color: #f6220d;
	border-top: 1px solid #999;
	padding-top: 5px;
	margin-top: 20px;
}

strong {
	font-weight: bold;
	color: #515152;
}

span.saus {
	font-weight: bold;
color: #666;
}


ul.bullets {
list-style-type: disc;
margin-left: 1.5em;
padding: 0;
}

ul.bullets li {
margin-bottom: 1em;
}

/* @group header + topnav */

div#printheader {
	display: none;
}

div#header {
	position: relative;
	width: 865px;
	height: 25px;
	padding: 11px 0 0 35px;
	background: #fff;
}

ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#header li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

div#header a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #f6220d;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#header a:hover {
	text-decoration: underline;
}

div#header a:active {
}

div#datum {
	font-size: 9px;
	width: 200px;
	text-align: center;
	float: right;
	color: #333;
	letter-spacing: 1px;
}

/* @end */

/* @group branding */

div#branding {
	position: relative;
	height: 90px;
	width: 900px;
	background: #f6220d url(http://www.goudasglorie.com/images/interface/header.gif) no-repeat;
}

/* @end */

/* @group left col +  nav */

div#leftcol {
	float: left;
	width: 164px;
	height: auto;
	padding: 20px 0 25px 25px;
}

div#leftcol h3 {
	width: 139px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #333;
}

div#leftcol p.copyright {
	font-size: 9px;
	line-height: 1.5em;
	color: #666;
	margin: 20px 0 0 0;
}

ul.navigatie {	
	width: 139px;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.2em;
/*	line-height: 14px;*/
font-size: 9px;
}

ul.navigatie li {	
	list-style-type: none;
}

ul.navigatie li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	height: 1%;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #333;
	letter-spacing: 1px;
}

ul.navigatie li a,
ul.navigatie li a:visited {
	text-decoration: none;
}

ul.navigatie li a:hover, 
ul.navigatie li a:active {
	font-weight: normal;
	padding-left: 0px;
	color: #f6220d;
}

ul.navigatie li a.selected {
	font-weight: normal;
	color: #f6220d;
/*	cursor: default;*/
	background: #fff;
	padding-left: 0px;
	border-bottom: none;
}

ul.navigatie li a.selected:hover {
/*	font-weight: bold; */
	color: #f6220d;
/*	cursor: default;*/
	background: #fff;
	padding-left: 0px;
	border-bottom: none;
}

ul.navigatie li a.singleselected {
	font-weight: normal;
	color: #f6220d;
/*	cursor: default;*/
	background: #fff;
	padding-left: 0px;
}

ul.navigatie li a.singleselected:hover {
	font-weight: normal;
	color: #f6220d;
/*	cursor: default;*/
	background: #fff;
	padding-left: 0px;
}

ul.navigatie ul {	
	padding: 0 0 5px 15px;
	margin: 0px 0 2px 0;
		line-height: 1em;
/*	line-height: 10px;*/
	border-bottom: 1px solid #333;
}

ul.navigatie li li {	
	list-style-type: none;
	list-style-image: url(http://www.goudasglorie.com/images/interface/selected-not.gif);
}

ul.navigatie li li.selected {	
	list-style-image: url(http://www.goudasglorie.com/images/interface/selected.gif);
}

li.last {
	border-bottom: 1px solid #333;
}

ul.navigatie li li a {
	text-decoration: none;
	text-transform: capitalize;
	border-bottom: none;
	letter-spacing: 1px;
	padding: 2px 0;
}

/* @end */

/* @group mid col */

div#midcol {
	width: 511px;
	float: left;
	position: relative;
	}

#banner {
	width: 511px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

#bannerbreed {
	width: 711px;
	height: 200px;
	position: relative;
	overflow: hidden;
	float: left;
}

div#banneralg {
	width: 486px;
	padding: 25px 0 20px 25px;
	background: url(http://www.goudasglorie.com/images/interface/verloop-algemeen.png) no-repeat 0 bottom;
}

div#banneralg h1, div#banneralgright h1 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	color: #333;
	clear: both;
	text-transform: none;
}

div#banneralgright {
	width: 185px;
	overflow: hidden;
	padding: 25px 0 20px 15px;
	background: url(http://www.goudasglorie.com/images/interface/verloop-algemeen-rechts.png) repeat-x 0 bottom;
}

div#nieuw {
	width: 45px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 25px;
}

div#statement {
	position: absolute;
	top: 50px;
	left: 25px;
	width: 300px;
}

div#statement h1 {
	line-height: 24px;
	margin: 0 0 0.5em 0;
}

div#statement p {
	margin: 0 0 0.5em 0;
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
}
div#wrappericons {
	position: absolute;
	left: 25px;
	bottom: 8px;
}

h3.kopjeproducten {
	border-bottom: 1px solid #333;
	padding-bottom:3px;
	margin-bottom: 0;
	
}

table#tableproducten {
	width: 90%;
	table-layout: fixed;
	margin: 15px 0;
}
	
table#tableproducten td {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	line-height: 20px;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 15px 0;
}

table#tableproducten td a {
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 3px;
}

a.fotozoom, a.printer {
	padding-left: 22px;
	padding-top: 2px;
	font-size: 7px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

a.fotozoom {
	float: left;
	background: url(../images/interface/zoom.gif) no-repeat 0 0;
}

a.fotozoom:hover {
	background: url(../images/interface/zoom-over.gif) no-repeat 0 0;
	color: #f6220d;
}

a.printer {
	float: left;
	margin-left: 20px;
	background: url(../images/interface/printer.gif) no-repeat 0 0;
}

a.printer:hover {
	background: url(../images/interface/printer-over.gif) no-repeat 0 0;
	color: #f6220d;
}


div#wrappermid  {
	position: relative;
	width: 461px;
	margin: 20px 0 0 25px;	
}

div#wrappermid h1, div#wrapperbreed h1 {
	margin: 0 0 0.8em 0;
	padding-top: 0.5em;
	font-weight: normal;
	color: #333;
	clear: both;
	text-transform: uppercase;
}

div#wrappermid h1.algemeen {
	font-size: 14px;
	padding-bottom: 0.5em;
	text-transform: none;
	border-bottom: 1px solid #333;
}
	

div#wrappermid p {
	margin: 0 0 1em 0;
	font-weight: normal;
}

div#wrappermid p.intro {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #3f3f3f;
}

div#wrappermid h3 {
	font-weight: bold;
	margin: 15px 0 0 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wrapper_thumb {
	width: 150px;
	height: 180px;
	margin: 0;
	padding: 0;
	float: left;
}

.wrapper_thumb img {
	margin: 0;
}

.wrapper_thumb a {
	line-height: 1em;
	margin: 0;
	display: block;
}

div#clearimages {
	clear: both;
	height: 1px;
}

div#groothandel p, div#wrappermid div.groothandel p {
	margin: 0;
}

div#actie {
	margin: 25px 25px 0px 25px;
	border: 1px dotted #646465;
	background: #fff;
	padding: 5px 10px 5px 10px;
}

div#actie p {
	color: #000;
	margin: 0;
	line-height: 16px;
	}

div#actie p span {
	color: #f6220d;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px 0 0;
	}

div#actie a, div#actie a:visited {
	color: #f6220d;
	text-decoration: underline;
	font-weight: bold;
		}

div#actie a:hover {
}

div#e100, div#e102, div#e104, div#e110, div#e124, div#e141, div#e150, div#e150c, div#e150d, div#e160a, div#e160b, div#e160c, div#e162, div#e200, div#e202, div#e260a, div#e262, div#e270, div#e296, div#e330, div#e385, div#e407, div#e410, div#e412, div#e415, div#e471, div#e472c, div#e476, div#e621, div#e631, div#e900, div#e950, div#e951 {
	display:none; 
	width: 200px;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: -30px; 
	border: 1px solid #333; 
	background: #f2f2f2; 
	z-index: 1;
	font-size: 9px;
	line-height: 1.3em;
/*	line-height: 13px;*/
	color: #333;
	text-transform: uppercase;
}

table#declaratie, table.declaratie {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #999;
	margin: 5px 0 0 0;
}

table#declaratie td, table.declaratie td {
	padding: 5px 0;
	line-height: 1em;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

table#declaratie td.level2, table.declaratie td.level2 {
	padding-left: 12px;
	border-bottom: 1px solid #999;
	vertical-align: top;
	white-space: nowrap;
	list-style-type: none;
	background: url(../images/interface/haakje.gif) no-repeat 0px 7px;
}

table#declaratie td.level3, table.declaratie td.level3 {
	padding-left: 22px;
	border-bottom: 1px solid #999;
	vertical-align: top;
	background: url(../images/interface/haakje.gif) no-repeat 10px 7px;
}

td#declaratie, td.declaratie {
	width: 36%;
}

div.wrapperdispenser {
	padding: 10px 0 5px 0;
background: url(../images/interface/achtergrond-dispensers.png) no-repeat right top;
}

/* @end */

/* @group rightcol */

div#rightcol {
	width: 200px;
	float: right;
}

div#eyecatcher {
	width: 200px;
	height: 200px;
}

#eyecatcher img {
	margin: 0;
	border: none;
}

div#wrapperright {
	width: 175px;
	margin: 20px 0 0 25px;
}

img.leaflet {
	margin: 0 0 10px 0;
	border:  1px solid #fff;
	}

a.downloadlink {
	color: #e5e5e5;
	font-weight: normal;
	display: block;
	padding-left: 18px;
	text-decoration: none;
	background: url(../images/interface/down.png) no-repeat 0 3px;	
}

a.downloadlink:hover {
	color: #fff;
	background: url(../images/interface/down-over.png) no-repeat 0 3px;	

}

a.downloadlinknorm {
	color: #333;
	font-weight: normal;
	display: block;
	padding-left: 18px;
	text-decoration: none;
	background: url(../images/interface/down.png) no-repeat 0 3px;	
}

a.downloadlinknorm:hover {
	color: #ff0000;
	background: url(../images/interface/down-over.png) no-repeat 0 3px;	

}

div#wrapperright h3 {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	width: auto;
	margin: 15px 0 10px 0;
}

div#wrapperright p {
	font-size: 9px;
	line-height: 1.5em;
	color: #fff;
	margin: 10px 25px 1em 0;
}

div#wrapperright p a {
	color: #fff;
}

div#wrapperright p.note {
	font-style: italic;
}

div#wrapperalgright {
	width: 175px;
	margin: 22px 0 0 15px;
	}

div#wrapperalgright h3 {
	line-height: 2em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	width: auto;
	margin: 1em 0 0 0;
}

div#wrapperalgright h4 {
	line-height: 2em;
	font-weight: bold;
	width: auto;
	margin: 1em 0 1em 0;
}

div#wrapperalgright p {
	font-size: 9px;
	line-height: 2em;
	margin: 0 25px 1em 0;
}

div#wrapperalgright a.strong {
	font-weight: bold;
}

div#wrapperalgight p a {
}

/* @end */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	clear: both;
}

#footer2 {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	background: none;
}

/* @group Nieuws */

.tablenieuw {
	width: 100%;
	padding:15px 10px;
	margin: 25px 0 0 0;
	border: 1px solid #999;
	background: #fff;
}

img#hoek {
	position: absolute;
	right: 1px;
	top: 70px;
}

/* @end */

/* @group stamps */

div#stamps {
	margin: 30px 0 ;
	position: relative;
}

div#stamps img {
	margin: 0;
	padding: 0px;
	float: left;
	margin: 0 5px 10px 0;
}

div#stamps img.nm {
	margin-right: 0;
}

table.beurzen {
table-layout: fixed;
margin-bottom: 5px;
}

table.beurzen td {
	font-size: 9px;
	line-height: 15px;
text-align: left;
vertical-align: top;
}

table.beurzen td.col1 {
padding-right: 10px;
color: #909090;
}


/* @end */
