body {
	background-color: #ffffff;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 8pt;
	color: #312b45;
}

h1
{
	display: none;
}

#website {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 15px;
}

#background-top {
	position: relative;
	width: 960px;
	height: 20px;
	background-image: url('../img/bg_top.gif');
	background-repeat: no-repeat;
}

#main {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 8px;
	width: 900px;
	background-image: url('../img/bg_main.gif');
	background-color: #f9f9f9;
}

#background-bottom {
	position: relative;
	width: 960px;
	height: 20px;
	background-image: url('../img/bg_bottom.gif');
	background-repeat: no-repeat;
}

#top {
	position: relative;
	height: 125px;
	padding-top: 15px;
	padding-left: 15px;
}

#logo {
	position: relative:
	height: 96px;
	width: 275px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#websolve {
	position: absolute;
	top: 146px;
	left: 900px;
}

#content {
	position: relative;
	float: left;
	min-height: 150px;
	_height: 150px;
	width: 870px;
	line-height: 18px;
	padding: 15px;
}

#content a {
	color: #312b45;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: dotted 1px #312b45;
}

#bottom {
 text-align: right;
 font-size: 7pt;
 color: #2f00dd;
}

#bottom a {
	color: #2f00dd;
	text-decoration: none;
}

#bottom a:hover {
	border-bottom: dotted 1px #2f00dd;
}

h1,h2,h3,h3 {
	font-size: 14px;
}

input, select, textarea {
  font-family: 'Arial', 'Helvetica', sans-serif;
  color: #312b45;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #e2e2e2;
	margin: 1px;
	padding-left: 1px;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
	background-color: #f4f3fc;
}

.button {
	background-color: #1f0093;
	color: #ffffff;
	border: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.button:focus {
	background-color: #1f0093;
}

/* navigatie */

#nav {
	list-style: none;
	overflow: visible;
	height: 30px;
	background-image: url('../img/bg_menu_normal.jpg');
	width: 899px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	list-style: none;
	z-index: 99;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}

#nav li {
	position: relative;
	float: left;
	display: block;
	height: 18px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-right: solid 1px #ffffff;
	font-size: 8pt;
	letter-spacing: 1px;
}

#nav a {
 text-decoration: none;
 color: #ffffff;
}

#nav a:hover {
	border-bottom: dotted 1px #ffffff;
}

#nav li:hover {
 	cursor: pointer;
 	color: #ffffff;
}

.navselected {
 	background-image: url('../img/bg_menu_selected.jpg');
}

.navfirst {
	border-left: solid 1px #ffffff;
}

.navfirst_selected {
	border-left: solid 1px #ffffff;
	background-image: url('../img/bg_menu_selected.jpg');
}