@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin:0px;
	background:url('img/header_home.jpg') no-repeat center top;
	background-color:#efe9f3;
	font-size: 11px; 
	font-family: Verdana; 
	height: 100%;
}

p {
	margin:0px;
	margin-right: 20px;
}

a {
	color:#00F;
	text-decoration:underline;
}

h1 {
font-weight: normal;
font-size: 12px;
}

a:hover {
	text-decoration:underline;
}

a:vist {
	color:#000;
}

#container {
	position:absolute;
	left: 50%;
	margin-top:0px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
	height:689px;
	width:950px;
}

#header_tekst {
	width:950px;
	background-image:url('img/header_tekst_paars.png');
	background-repeat:no-repeat;
}

#menu {
	width:366px;
	height:172px;
	padding-top:47px;
	font-family: "Arial Black", Gadget, sans-serif;
	color:#FFF;
	line-height:13pt;
	margin-left:auto;
	margin-right:auto;
}

#menu_left {
	width:173px;
	height:120px;
	float:left;
	text-align: right;
	margin-right: 10px;
}

#menu_right {
	width:173px;
	height:120px;
	float:left;
	text-align:left;
	margin-left: 10px;
}

.menu {
	color:#FFF;
	text-decoration:none;
}

.menu:hover {
	text-decoration:none;
}

.menu:active {
	color:#6e2585;
}

.menu:vist {
	color:#FFF;
}

.menu_active {
	color:#6e2585;
	text-decoration:none;
}

.menu_active:hover {
	text-decoration:none;
}

.menu_active:active {
	color:#6e2585;
}

.menu_active:vist {
	color:#6e2585;
}

#content {
	height:462px;
	background:url('../img/content_home.jpg') no-repeat center top;
	margin-top:-6px;
}

#cms_content {
	height:462px;
	width:465px;
	left: 50%;
	position:relative;
	margin-left: 10px; /*set to a negative number 1/2 of your width*/
	padding:0px;
}

#orderbook {
	width:400px;
	margin-left:485px;
	padding-top:21px;
}

#register {
	padding-top:10px;
}