* { padding: 0; margin: 0; }

A:link {
	text-decoration: none; color: black;
}
A:visited {
	text-decoration: none; color: black;
}
A:active {
	text-decoration: none; color: black;
}
A:hover {
text-decoration: underline; color: green;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/index_02.gif);
	background-repeat: repeat-x;
	text-align:center;
	display:inline
}

#wrapper { 
 margin: 0px auto;
 text-align: left;
 width: 922px;
 border:0;
 padding:0px;
 height:100%;
 height:auto;

}
#header {
 color: #333;
 width: 922px; 
 height: 310px;
 border: 0px;
 margin: 0px;

}
#pagetitle {
 color: #333;
 width: 922px; 
 height: 50px;
 padding-left: 10px;
 border: 0px;
 margin: 0px;
 }
#leftcolumn {
	color: #333;
	width: 420px;
	float: left;
	padding-left: 10px;
}
#rightcolumn {
	color: #333;
	padding: 0px;
	width: 380px;
	float: right;

}
#portfolio {
	width: 800px;
	height: 500px;
	margin: 0px;
}
#footer {
	width: 100%;
	position:relative;
	clear:both;
	color: #999999;
	padding: 10px;
	background-color: #FFFFCC;
	height: auto;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	list-style-type: disc;
	border-top-width: 10px;
	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: #AEC236;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.footernavigatie{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	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;
	line-height:15px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
}

p{
line-height:25px;
}
