* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	overflow: scroll;
	overflow-x: hidden;
}
body {
	background-image: url('/img/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #b22a1c;
}
a {
	text-decoration: none;
	color: #ff212a;
}

h4, .newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #b22a1c;
	margin-bottom: 5px;
}


#wrapper {
	margin: 0 auto;
	width: 806px;
}
#header {
	font-size: 13px;
	color: #ee3223;
	background-image: url('/img/header.jpg');
	width: 300px;
	height: 95px;
	padding-top: 111px;
	padding-left: 117px;
	padding-right: 447px;
	font-weight: bold;
	line-height: 16px;
}
#navigation {
	padding: 1px 0;
	clear: both;
}
#navigation img {
	float: left;
}
#navigation a {
	padding: 0 10px;
	line-height: 43px;
	display: block;
	float: left;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
#navigation a:hover, #navigation a.active {
	color: #422003;
}

#home_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	width: 600px;
	margin-top: 40px;	
}

#submenu {
	float: left;
	clear: left;
	width: 200px;
	padding-right: 64px;
	margin-top: 75px;
}
#submenu a {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-align: right;
	color: #b22a1c;
	font-size: 15px;
	font-weight: bold;
}
#submenu a:hover, #submenu a.active {
	color: #422003;
}
	
#content, #content_home {
	float: left;
	width: 470px;
	color: #b22a1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 40px;
}

#content a, #content_home a {
	color: #422003;
	text-decoration: underline;
}

#content h1, #content_home h1, #home_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin-bottom: 20px;
}
#content p, #content_home p, #home_right p {
	margin-bottom: 13px;
}

#content_home {
	float: left;
	width: 200px;
	padding-right: 0px;
}

#footer {
	padding: 30px 0;
	clear: both;
}
#footer a img {
	border: 1px solid gray;
}
#footer a {
	margin-left: 10px;
}
#footer a.first {
	margin-left: 0;
}


/* Voor de highslide opties */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#content ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
}