html, body {
	padding: 0px;
	margin: 0px;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}
body {
	background: url("images/bg.gif") top center repeat-x #FFF;
	font-family: Arial, sans-serif;
	padding: 15px 0px;
}
h3 span {
	display: none;
}
a img {
	border: none;
}
a {
	color: #7FAFC1;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #D4E5EB;
}
a:hover {
	color: #438197;
	border-bottom: 1px dotted #CF2D07;
}

a#example {
	color: #FFF;
	border-bottom: 1px dotted #D4E5EB;
}
a:hover#example {
	color: #D4E5EB;
	border-bottom: 1px dotted #FFF;
}
ul {
	list-style-image: url("images/li.gif");
	margin: 0px 5px;
	_margin: 0px 15px;
	padding: 10px;
	_padding: 5px;
}

.submit {
	border: none;
	cursor: pointer;
	background: url("images/submit_bg.gif") no-repeat;
	color: #FFF;
	width: 97px;
	font-size: 11px;
	padding: 3px 5px 0px 5px;
	margin: 0px;
	height: 19px;
}

#top {
	background-image: url("images/top_bg.gif");
	font-size: 0px;
	margin: 0px auto;
	height: 7px;
	width: 700px;
}
#top h1, #top h2 {
	display: none;
}

#container {
	background: url("images/border_bg.gif") top center repeat-x #438197;
	text-align: center;
	margin: 0px auto;
	width: 700px;
}

#nav {
	clear: both;
	background-color: #FFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 698px;
}
#nav img {
	float: left;
	margin: auto 30px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	text-align: center;
	margin: 0px 15px;
	padding-top: 10px;
	float: left;
}
#nav a {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
}

#content {
	display: table;
	clear: both;
	background-color: #FFF;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: left;
	width: 698px;
}

#pic {
	margin: 0px 8px;
	padding: 2px 8px 10px 8px;
}

.box {
	float: left;
	background: url("images/box_bg.gif");
	font-size: 11px;
	color: #FFF;
	margin: 0px 10px;
	_margin: 0px 8px;
	padding: 15px 10px;
	height: 138px;
	width: 191px;
}

.box-large {
	float: left;
	font-size: 11px;
	color: #FFF;
	height: 168px;
	margin: 0px 10px 10px 10px;
    padding: 0px 10px;
	background: url("images/box_bg_large.png");
	width: 653px;
}

.box-large h1,
.box-large h2 {
    margin: 10px 0 0 0;
    padding 0;
}

.box-large h1 {
    font-size: 14pt;
}

.box-large h2 {
    font-size: 12pt;
}

.box-large p {
    margin: 0;
    padding: 0;
}

.box #login {
	background-image: url("images/header_login.gif");
	height: 17px;
	width: 80px;
}
.box #aanmelden {
	background-image: url("images/header_aanmelden.gif");
	height: 17px;
	width: 97px;
}
.box p {
	padding: 10px;
	font-weight: bold;
	line-height: 13px;
}
.box p a {
	color: #FFF;
}
.box form {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.box input {
	background: url("images/input_bg.gif") no-repeat;
	_background-attachment: fixed;
	font-size: 11px;
	color: #438197;
	border: 0px;
	padding: 3px 5px 0px 5px;
	margin: 0px;
	height: 19px;
	width: 87px;
}
.box .submit {
	border: none;
	cursor: pointer;
	background: url("images/submit_bg.gif") no-repeat;
	color: #FFF;
	width: 97px;
}

#zoeken {
	background-image: url("images/zoek_bg.gif");
	clear: both;
	margin: 0px auto 10px auto;
	height: 32px;
	width: 666px;
}
#zoeken h3 {
	display: none;
}
#zoek_input {
	background: url("images/zoek_input.gif") no-repeat;
	_background-attachment: fixed;
	font-size: 11px;
	color: #438197;
	border: 0px;
	margin: 6px 0px 0px 210px;
	padding: 3px 5px 0px 5px;
	float: left;
	height: 20px;
	width: 400px;
}
#zoek_submit {
	background: url("images/zoek_submit.gif") no-repeat;
	_background-attachment: fixed;
	margin: 6px 0px 0px 0px;
	border: 0px;
	float: left;
	height: 20px;
	width: 30px;
}

.list {
	float: left;
	font-size: 11px;
	color: #7FAFC1;
	margin: 3px 8px;
	padding: 15px 10px;
	width: 191px;
}
.list h3 {
	margin: 0px;
	padding: 0px;
}
.list #header_cats {
	background: url("images/header_cats.gif") top left;
	height: 15px;
	width: 112px;
}
.list #header_countlinks {
	background: url("images/header_countlinks.gif") top left;
	height: 15px;
	width: 118px;
}
.list #header_lastedit {
	background: url("images/header_lastedit.gif") top left;
	height: 15px;
	width: 153px;
}
.list li {
	margin: 3px 0px;
}

#text {
	font-size: 11px;
	color: #438197;
	margin: 0px 8px;
	padding: 5px 10px;
}
#text hr {
	background-color: #438197;
	border: none;
	color: #438197;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
#text h3 {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 5px 0px;
	padding: 5px 0px;
}
#text h4 {
	font-size: 12px;
	letter-spacing: 1px;
}
#text td {
	vertical-align: top;
	border-bottom: 1px dotted #D4E5EB;
	padding: 3px;
}
#text .fit input {
	width: 200px;
}
#text td select.fit {
	width: 206px;
}
#text .descr {
	color: #7FAFC1;
	font-style: italic;
}
#text .space {
	padding: 10px;
}
#text .marked_error {
	border: 1px solid #CF2D07;
}

#mark_b_d, #mark_b_m, #mark_b_y {
	float: left;
	padding: 2px;
	margin: 1px;
}

#page_nav {
	float: right;
	width: 100px;
}
.view_list {
	float: left;
}
.view_list li {
	margin-bottom: 10px;
}
#login_box {
	font-size: 11px;
	color: #438197;
	margin: 30px 0px 30px 240px;
}
#login_box a {
	display: block;
	width: 180px;
	margin-left: 25px;
	margin-top: 10px;
}

#error, #notify {
	clear: both;
	display: block;
	background: url("images/li.gif") no-repeat left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
#error {
	color: #CF2D07;
}
#login_error {
	color: #CF2D07;
	font-weight: bold;
}

#bottom {
	background: url("images/bottom_bg.gif") top center no-repeat;
	font-size: 10px;
	color: #7FAFC1;
	text-align: center;
	padding-top: 15px;
	margin: 0px auto;
	width: 700px;
}
