html {
	overflow: hidden;
	margin: 0px;
	background-color: #333333;
	background-image: url('/images/background_main.png');
	background-repeat: repeat-y;
	background-position: 40px 0px;
	font-family: Verdana, Arial, sans-serif; }

/* Form Elements */

form input, textarea{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;}

form input.SubmitMenu, form input.Submit{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border: 0px;
	width: 104px;
	height: 28px;
	padding-bottom: 4px;
	background-image: url('/images/submit_content.png');
	background-repeat: no-repeat;}

form input.SubmitMenu{
	background-image: url('/images/submit_menu.png');}

form input.InputMenu{
	background-image: url('/images/input_menu.png');}

form input.OrderForm{
	width: 200px;}

/* Container */

#Container{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 110%;
	height: 452px;
	margin-top: -226px;
	background-color: #FFFFFF;
	background-image: url('/images/background_content.png');
	background-repeat: repeat-x;}

/* Menu */

#Menu{
	position: absolute;
	left: 40px;
	top: 0px;
	height: 452px;
	width: 200px;
	background-image: url('/images/background_menu.png');
	background-repeat: no-repeat;}

#Menu ul{
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	margin-top: 40px;
	list-style-type: none;}

#Menu ul li{
	margin: 0px;
	margin-bottom: 4px;
	background-image: url('/images/button_menu.png');
	background-repeat: no-repeat;
	width: 164px;
	height: 26px;}

#Menu ul li a{
	margin: 0px;
	outline: 0px;
	-moz-outline: 0px;
	padding-left: 20px;
	padding-top: 5px;
	display: block;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;}

#Menu ul li a:hover{
	color: #006A9D;}

#Menu form{
	margin: 0px;
	margin-left: 10px;
	width: 170px;
	text-align: center;}

#Menu h2{
	width: 170px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;}

#Menu p{
	width: 170px;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 15px;}

/* Content */

 h1{
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
	margin-left: 280px;
	margin-top: 46px;
	margin-bottom: 12px;}

img.Logo{
	margin: 0px;
	margin-left: 280px;
	margin-top: 15px;
	float: left;}

#Content
{
	position: absolute;
	top: 90px;
	left: 280px;
	height: 355px;
	width: 500px;
	background-image: url('/images/brug.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 300px;	/* all browsers including Mac IE */
	*background-position: 100% 300px;	/* IE 7 and below */
	_background-position: 100% 0px;		/* IE 6 and below */
	overflow: auto;
}

#Content h2{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #006A9D;}

#Content p {
	margin: 0px;
	margin-bottom: 12px;
	font-size: 13px;}

#Content h3 {
	margin: 0px;
	font-weight: normal;
	width: 200px;
	margin-bottom: 12px;
	font-size: 10px;}

#Content a {
	color: #006A9D;
	margin: 0px;
	margin-bottom: 12px;
	font-size: 13px;}

#Content a:hover {
	color: #0093D9;
	margin: 0px;
	margin-bottom: 12px;
	font-size: 13px;}

#Content ul {
	margin-top: -10px;}

#Content ul li {
	font-size: 13px;}

#Content table{
	font-size: 13px;}

#Content table td{
	vertical-align: top;}

#Content table td input{
	margin-top: 3px;}

