/* CSS Document */

* {
	margin: 0;
 	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f2f0f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*body*/

#container {
	width: 910px;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 157px;
	background: url("/images/header.gif");
}

#nav {
	/* position: float; */
	padding-top: 100px;
	width: 680px;
	height: 30px;
	text-align: right;
	padding-right: 220px;
	background: url("/images/knoppengroen/background_nav.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%
}

#content {
	width: 810px;
	height: auto;
	padding-top: 30px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 50px;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	float: left;
}

#footer {
	width: 896px;
	height: 80px;
	padding-top: 4px;
	padding-right: 4px;
	font-size: 10px;
	text-align: center;
	background-image: url("/images/knoppengroen/footer.jpg");
	background-repeat: no-repeat;
	float: left;
}

#header img {
	display:block;
	border:none;
}

img {
	border: none;
	margin-left: 1em;
}

/*opmaak menu - niet aankomen a.u.b.*/

#nav ul {
	margin: 0;
	padding: 0;
	padding-left: 1px;
	list-style-type: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

head+body ul {
	overflow: hidden;
}

* html ul {
	height: 1px;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

#nav ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 6px 18px;
	background: url("/images/knoppengroen/divider.gif") no-repeat top right;
}

#nav ul li a:hover {
	background: url("/images/knoppengroen/hover.gif") no-repeat top right;
	color:#000000;
	text-decoration: underline;
}

#content ul {
	list-style-type: disc;
}

#content li {
	list-style-type: disc;
}

/*text opmaak*/

h1 {
	font-size: 16px;
	font-weight: 300px;
}

h2 {
	font-size: 14px;
	font-weight: 280px;
}

h3 {
	font-size: 12px;
	font-weight: 240px;
}

h4 {
	font-size: 11px;
	font-weight: 150px;
}

/*opmaak linx*/

#content a {
	color: #6cbc16;
	text-decoration: none;
}

#content a:hover {
	color: #ff8a00;
	text-decoration: underline;
}

#content a:visited {
	color: #ff8a00;
}

#footer a {
	color: #6cbc16;
	text-decoration: none;
}

#footer a:hover {
	color: #ff8a00;
	text-decoration: underline;
}

#footer a:visited {
   color: #ff8a00;
}

p {
	margin-bottom: 2em;
}

#logInBox {
	border: solid 1px;
	position: absolute;
	left: 576px;
	top: 90px;
	background-color: #e2ffc3;
	padding: 5px;
}

input.authentication {
	margin-left: 6px;
	border: solid black 1px;
	width: 8em;
}