
* {
	margin: 0;
	padding: 0;
}

body {
	background: #bfbfbf url(images/img01.gif) repeat-x;
	font: normal 13px Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #DD1D00;
}

h1 {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
p, ul, td	{
	color: #034e15;
}

p, blockquote, ol, ul {
	line-height: 167%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color:#034e15;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DD1D00;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
	padding: 20px 15px 0 15px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #005419;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/img02.jpg)
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	border-left: 20px solid #DD1D00;
	background: #FFFFFF url(images/logo.gif) no-repeat right bottom;	
	
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 20px 30px 20px 50px;
}

table.koning{
margin-left:
width:600px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #cadecc;
	border-left: 20px solid #005419;
	font-size: 16px;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DD1D00;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}
