html {
    overflow-y: scroll;
}
body{
	margin:0px;
	background-image:url(../img/background.gif);
	padding: 0;
	font-family:"Arial Narrow", Arial, Helvetica;
	height: 100%;
}
a img {
	border: 0;
}

a {
	color:#6a175b;
	font-weight:700;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:underline;
	color:#e82328;
}
h1 {
	font-variant:small-caps;
	font-size:20px;
	color:#e82328;
	font-weight:bold;
}

h2,h3,h4,h5,h6 {
	font-variant:small-caps;
	font-size:18px;
	color:#e82328;
	font-weight:bold;
}
#container {
	width: 980px;
	margin: 0 auto;
	background-color:#F1EAF0;
}
object {
	outline:none;
}
#menu{
	float:left;
	width:201px;
	color:#FFFFFF;
	background-color:#e82328;
	border-right:8px solid #6a175b;
}
#menu li {
	list-style: none;
	line-height:30px;
}
#menu li a {
	display: block;
	padding: 5px 5px;
	color: #FFF;
	text-decoration: none;
}
#menu li .actief {
	color: #6a175b;
	list-style: disc;
}
#menu li a:hover {
	color: #6a175b;
}
#menu li a#current  {
	color: #6a175b;
	list-style: disc;
}

#main{
	float:left;
	width:771px;
}
#content{
	float: left;
	padding:3px 3px 0px 30px;
	color:#6a175b;
	width:450px;
    min-height:500px;
	margin-right:20px;
}
#footer {
	background-color:#6a175b;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-variant:small-caps;
	text-align:center;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}
.menulist{
	width:180px;
	text-align:right;
	font-variant:small-caps;
	font-family:'Arial Narrow', Arial, Helvetica;
	font-size:18px;
	font-weight:bold;
}
.header {
	font-variant:small-caps;
	font-size:20px;
	color:#e82328;
	font-weight:bold;
}
.text{
	color:#6a175b;
	width:450px;
}
#flashcontent {
    margin:20px;
}
.imageRightContainer{
	margin:20px;
}
.imageRight{
	border:5px solid #6a175b;
}

.inputbutton {
	background: #E82328;
	color: #fff;
	width: auto;
	padding: 4px 6px;
	line-height: 16px;
	border: 0px;
	cursor: pointer;
    font-family:"Arial Narrow", Arial, Helvetica;
	font-size:16px;
}

.inputbutton:hover {
	background: #6A175B;
}

.inputbutton:active {
	background: #6A175B;
}
/* nieuws */
.nieuwstitle h2 {
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 0px;
}
/* paginatie class */
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #F0EADF;
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #627162;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
    border: 1px solid #B80000;
    font-weight: bold;
    background-color: #E82328;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}