/* CSS Document */

/***********************************************************
 * File: XX.css
 * Project: XX
 *
 * Copyright: (c) 2006 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-image:url(../images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat-y;
}	

#wrapper {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px; 
	margin: 0px auto; 
	background-repeat:no-repeat;
	text-align: left; 	
	width: 585px; 
}
#headerwww {
	width: 100%;
	float: left;
	background-image:url(../images/kopwww.jpg);
	height: 175px;
	clear: both;
}
#headersoftware {
	width: 100%;
	float: left;
	background-image:url(../images/kopsoftware.jpg);
	height: 175px;
	clear: both;
}
#headercontact {
	width: 100%;
	float: left;
	background-image:url(../images/kopcontact.jpg);
	height: 175px;
	clear: both;
}
#menu {
	width: 100%;
	float: left;
	clear: both;
	height: 28px;
	background-image:url(../images/tabjesonder.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin-bottom: 10px;	
}
#content {
	float: left;
	padding-left: 170px;
	width:410px;
	clear:both;
	margin-bottom: 15px;	
}
#main {
	float: left;
	width: 300px;
}
}
#footer {
	clear: both;
	width:585px;;
	float: left;
	margin-bottom: 1px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#content p, td, th {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}
#content a {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none; 
	font-weight: normal;	
	}
#content a:visited {
	text-decoration: none;	 
}
#content a:hover {
	text-decoration: underline; 
}
#content a:active {
	text-decoration: none; 	
}
#content img {
	border: #000 1px solid
}