@charset "UTF-8";

/* ALGEMEEN */
* {padding:0px;margin:0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000 url(../images/bg_content.png) top center repeat-y;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

span.att {color:#f00;font:20px Impact;text-transform:uppercase;display:block;}

blockquote {padding-left:50px;}
hr {width:90%;margin:0 auto;border:none;border-top:1px solid #000;}
hr.top {width:100%;}
hr.small {width:100%;border-color:#999;}
h1, h2, h3 {padding-bottom:3px;text-align:left;letter-spacing:1px;}
h1 i {letter-spacing:0px;font-size:20px;}
img {border:none;border:1px solid #000;margin:15px;}
p {padding-top:5px;padding-bottom:5px;}
ul {padding-left:30px;}
a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

/* DEFINED */
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:5px;
}
#stamp {
    float:left;
    margin: -10px 0 0 1px;
}
#header {
	background:transparent url(../images/header.png) no-repeat;
	height:120px;
	padding:0px;margin:0px;
	padding-bottom:10px;
	z-index:20;
}

#menu {
	margin-top:32px;
}

#header ul.snelmenu {
	position:relative;
	top:12px;left:665px;
	padding-left:0px;
	list-style-type:none;
	text-align:right;
	width:105px;font-size:0.8em;
}

#mainContent {
	padding: 0 20px 0 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
	text-align:justify;
	line-height: 16px;
	z-index:0;
}

#endpage {
    clear:both;
}

#footer {
	font-size:0.8em;
	color:#555;letter-spacing:3px;
	width:780px;height:20px;
	margin: 0 auto;
	margin-top:20px;
}

/* Pagina Opmaak */
table.werken {font-size:1em;width:98%;}
table.werken h3 {background-image:url(../images/bg_pattern.png);padding:5px;}
table.werken td {vertical-align:top;}

table.agenda {font-size:10px;width:98%;background-image:url(../images/bg_pattern.png);}
table.agenda td {padding-left:4px;vertical-align:top;text-align:left;}

div#pic_btn {
    float:left;
    background-image:url(../images/bg_pattern.png);
    border:1px solid #000;
    width:175px;
    text-align:center;
    padding:4px;margin:2px;
}
div#pic_btn:hover {
    border:1px solid #00f;
}
div#pic_btn a:hover {
    text-decoration:none;
}
div#pic_btn img {
    width:165px;
    margin:5px;
}
div#pic_footer {
    clear:both;
}

