body {
	margin: 0px;
	text-align: center;
	background: #FFF url(images/background.png) repeat-x;
	padding: 0 0 1em;
	color: #000;
	font: normal 0.75em/1.2em arial;
}

a:link {
	color: #006666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #003333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #009999;
}

h1 {
	font: normal 1.75em/1.2em arial;
} 

.container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#block {
	margin-top: 14px;
	position: absolute;
	z-index: 1;
}

.block-upperborder {
	width: 800px;
	height: 11px;
	background: url(images/upperborder.png) no-repeat;
}

.block-bottomborder {
	width: 800px;
	height: 11px;
	background: url(images/bottomborder.png) no-repeat;
	margin-bottom: 20px;
}

.block-leftborder {
	width: 9px;
	height: 1px;
	background: url(images/leftborder.png) repeat-y;
}

.block-rightborder {
	width: 9px;
	height: 1px;
	background: url(images/rightborder.png) repeat-y;
}

.table{
	background: #fafafa url(images/blockbackground.png) repeat-x;
}

.block-background {
	width: 782px;
	margin-top: -2px;
	min-height: 450px;
	background: #fafafa url(images/blockbackground3.png) repeat-x;
}

.content {
	width: 600px;
	margin: 70 50 30;
}

.contenttext {
	margin-left: 20px;
}

.footer {
	margin-left: 50px;
	margin-top: 133px;
	text-align: center;
	height: 50px;
	width: 680px;
	background: url(images/nav-menu.png) no-repeat;
	font: normal 0.6em/1.2em arial;
}

.nav-menu-container{
	
	margin-top: 20px;
	margin-left: 50px;
	width:732px;
	height: 1px;
	background: url(images/nav-menu.png) no-repeat;
	position: absolute;
}

.zwijn {
	position: absolute;
	right: -10px;
	margin-top: 4px;
	margin-left: -150px;
	float: right;
	height: 110px;
	width: 175px;
	background: url(images/zwijn.png) no-repeat;
}

.menu-text{
	margin-left: -10px;
}

#nav-menu {
	z-index: 2;
	margin-top: -7;
	position: relative;
	margin-left: 304px;
}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	margin: -8 3.5;
	float: left;
}

#nav-menu li a.active {
	background: url(images/active2.png) bottom left repeat-x;
	height: 55px;
	line-height: 30px;
	width: 95px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a.notactive {
	background: url(images/notactive2.png) bottom left repeat-x;
	height: 41px;
	line-height: 30px;
	width: 95px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.logo {
	width: 462px;
	height: 65px;
	margin:  10px 10px;
	background: url(images/logo.png);
}

.adress {
	position: absolute;
	margin: -85px -0px 0px;
	margin-left: 618px;
	color: #ffffff;
	font-size: 16px;
}

div.remotesupport {
	background-color: #efefef;
	border: 1px solid #b5b5b5;
	cursor: pointer;
}

div.remotesupport:hover {
	border: 1px solid #737373;
}

.remotesupport p{
	font-size: 12px;
	border: 0px;
}

.text-buttons{
	height: 50px;
	width: 200px;
	margin: 10 362;
}

input.text {
	margin-left: 10px;
	background: #FFF url(images/input_bg.jpg) repeat-x center left;
	border: 1px solid #b5b5b5;
}

input.text:hover {
	border: 1px solid #737373;
}

input.text:focus {
	background: #FFF;
	border: 1px solid #737373;
}

input.button {
	text-align: center;
	height: 23px;
	font-size: 0.75em;
	border: 1px solid #999;
	border-color: #b5b5b5;
	color: #6a6a6a;
	background: #d8d8d8 url(images/formbutton_bg.jpg) repeat-x center left;
}

input.button:hover {
	color: #000;
	border-color: #737373;
}

textarea.textarea {
	height: 270px;
	width: 500px;
	background: #d8d8d8 url(images/textarea_bg.jpg) repeat-x center top;
	border: 1px solid #b5b5b5;
}

textarea.textarea:hover {
	border: 1px solid #737373;
}

textarea.textarea:focus {
	background: #FFF;
	border: 1px solid #737373;
}
