* {
	padding: 0;
    margin: 0;
 	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #7EA0BB;
	background-attachment: fixed;
	margin-bottom: 20px;
	background-image: url(../images/logo.jpg);
}

#container {
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/containerbg.jpg);
}

/* heading container */

.header, .subHeader {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 94%;
	text-transform: none;
	color: #714A71;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #714A71;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 5px;
}

.subHeader {
  border: 0px;
}

.subHeader2 {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 94%;
	text-transform: none;
	color: #714A71;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #714A71;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 5px;
}

.subHeader2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #714A71;
}

.subHeader3 {
    display: block;
	clear: both;
	font-weight: bold;
	font-size: 94%;
	text-transform: none;
	color: #714A71;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #714A71;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #714A71;
}

/* The topmost faded bar */
#topbar {
	width:auto;
	height: 15px;
	font: 9px verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 2px;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: auto;
	height: 170px;
}

/* This will style the login and search */

h1 {
	font: 48px verdana;
	color: #EEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.box1 {
	width: auto;
	clear: both;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 22px;
}
.box2 {
	width: auto;
	clear: both;
	padding-top: 100px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

/* Content holder for the articles */
.box1in {
	width: 546px;
	color: #333333;
	border:1px solid #CCCCCC;
	height: 100%;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 25px;
	padding-left: 8px;
	float: left;
	background-color: #F7F7FF;
}

.boxvol {
	color: #000033;
	background: #F7F7FF;
	border:1px solid #CCCCCC;
	height: 100%;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	float: left;
	width: 770px;
	margin-bottom: 6px;
}

.boxrechtsin {
	width: 199px;
	color: #333333;
	border:1px solid #CCCCCC;
	height: 100%;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	float: right;
	background-color: #F7F7FF;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #003399;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	color: #663399;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #FFFFFF;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 15px;
	clear: both;
}

#voet {
	background-color: #FFFFFF;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 15px;
	clear: both;
	width: 100%;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 260px;
	background-color: #F2F0FF;
	line-height: 22px;
	color: #333333;
	float: left;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Second column of the three columns */
.c2
{
	width: 261px;
	float: left;
	line-height: 22px;
	color: #333333;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Third column of the three columns */
.c3
{
	width: 263px;
	background-color: #F2F0FF;
	line-height: 22px;
	color: #333333;
	float: right;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* This controls the titles for each column */
.noteheader
{
	width:auto;
	color: #FFFFFF;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1em;
	background-color: #666666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("../images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#F7F7FF;
	font-weight: bold;
	background-image: url(../images/tabright8.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
	background-position:100% -42px;
	color: #4A4A4A;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #4A4A4A;
}
/* Einde CSS Tabs */

/* Gastenboek */

.gastenboekdiv {
	margin-top: 10px;
	margin-bottom: 10px;
}
.emailform {
	margin-right: 33px;
	margin-left: 33px;
	width: 480px;
	clear: both;
}

/* Flash ballon */
.c1ballon
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
