/* CSS Document */

/* Thanks to Eric Meyer - a stylesheet resetting the innate browser css handling.
 * Making cross-browser development that much easier
 */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset */

/* common site values: */
body {
	background: #1f1f1f;
	color: #000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-top: 12px;
	line-height: 14px;
}

/* site wrappers & containers */
#wrapper-main {
	background: #fff url("../gfx/bg.png") repeat-y;
	margin: 0 auto;
	width: 949px;
}

#wrapper-sidebar {
	background: #c3131e url("../gfx/sidebg.png") left top no-repeat;
	float: right;
	height: 100%;
	min-height: 500px;
	padding: 0 10px 0 10px;
	position: relative;
	width: 247px;
}

#wrapper-content {
	background: #fff;
	display: inline;
	float: right;
	height: 100%;
	margin-left: 4px;
	min-height: 500px;
	position: relative;
	width: 678px;
}

#wrapper-footer {
	background: #1f1f1f url("../gfx/footer.png") no-repeat;
	clear: both;
	float: none;
	height: 260px;
	margin-bottom: 0;
	position: relative;
	text-indent: -9999px;
	width: 949px;
}

/* content wrappers, containers and columns */
.content-column {
	display: inline;
	float: left;
	margin: 10px 0 10px 0;
	position: relative;
	padding: 0 10px 0 10px;
}

#one-column {
	width: 650px;
	min-height: 450px;
	overflow: hidden;
}

#left-column {
	width: 456px;
	background: url("../gfx/kronen/kroon_oranje.jpg") no-repeat center;
	min-height: 450px;
	overflow: hidden;
}

#right-column {
	border-left: 2px dotted #c3131e;
	width: 180px;
}

#left-column img {
	margin: 5px;
}

#right-column .headerimg {
	margin-bottom: 1em;
	margin-left: -5px;
}

ul {
	list-style: square;
	margin-left: 15px;
}

/* Menu's */
ul#topmenu {
	margin-top: -2px;
	text-align: center;
	width: 247px;
	list-style-type: none;
	margin-left: 0;
}

ul#topmenu li {
	display: inline;
}

ul#mainmenu {
	margin: 30px 0 0 17px;
	list-style: none;
}

ul#mainmenu li a {
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
}

ul#mainmenu li a:hover {
	color: #1f1f1f;
}

/* Elements */
h1#header {
	background: url("../gfx/header.png") no-repeat;
	border-bottom: 4px solid #1f1f1f;
	height: 195px;
	margin-top: 0px;
	text-indent: -9999px;
	width: 678px;
}

h2 {
	color: #eab41f;
	font-size: 16px!important;
	font-weight: bold!important;
	margin: 15px 0 5px 0;
    vertical-align: baseline;
}

h3 {
	color: #eab41f;
	font-size: 14px;
	margin: 10px 0 5px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input {
	border: 2px solid #1f1f1f;
}

p {
	margin-bottom: 1em;
}

p.agenda {
	color: #c3131e;
}

p.agenda a,
p.agenda a:visited,
p.agenda a:hover {
	color: #c3131e;
	text-decoration: none;
}

a,
a:visited {
	color: #d8a61d;
	text-decoration: underline;
}

a:hover,
p.agenda a:hover {
	color: #333333;
	text-decoration: none;
}

fieldset {
	border-top: 2px dotted #c3131e;
	clear: both;
	margin-top: 2em;
}

a.agenda,
a.agenda:visited {
	color: #000;
	text-decoration: none;
}

a.agenda:hover {
	color: #c3131e;
	text-decoration: none;
}

/*
 * Embedded Gallery Stiling
 */

/*remove nasty stuff we don't want or need */
#gsContent h2,
#gsHeader,
#gsSidebar,
#gsFooter {
	display: none;
	visibility: hidden;
}
	
.block-core-BreadCrumb,
.block-core-BreadCrumb a,
.block-core-BreadCrumb a:visited {
	color: #c3131e!important;
}

.block-core-BreadCrumb a:hover {
	color: #333333!important;
	text-decoration: none!important;
}

#gallery {
	width: 95%!important;;
}

/*.owner,
.date {
	display: none;
	visibility: hidden;
}*/


