body {
	background-color:#12041C;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 76%;
}

#box {
	position:relative;
	margin: 0px auto;
	left:0px;
	top:0px;
	width:975px;
}

#bannerbar {
	float: left;
	width: 975px;
	height: 129px;
}

#logo {
	float: left;
	width: 209px;
	height: 129px;	
}

#titel {
	float: left;
	width: 523px;
	height: 129px;
}

#topright {
	float: left;
	background-image: url(/images/topright.jpg);
	width: 243px;
	height: 129px;
}

#menu {
	float: left;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 224px;
	background-color: #12041C;
	width: 209px;
}

#content {
	float: left;
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #4d4253;
	width: 523px;
}

div.tekst {
	margin: 16px;
	line-height: 140%;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

input.tekst {
	border: 1px solid #000000;
}

input.button {
	border: none; 
	color: #000; 
}

textarea.tekst {
	border: 1px solid #000000;
}

h1 {
	line-height: 140%;
	font-size: 160%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h2 {
	line-height: 140%;
	font-size: 140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#right {
	float: left;
	background-image: url(/images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #291e32;
	width: 241px;
	padding-left: 2px;
}

#right ul {
	list-style: none;
	width: 241px;
	padding: 0px;
	margin: 0px;
}

#right ul li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;	
	background-position: 16px 7px;
	padding-left: 32px;
	margin-bottom: 12px;
	margin-top: 4px;
	line-height: 140%;
	color: #fff;
}

#right ul li a {
	display: block;
	background-color: #483944;
	color: #fff;
	width: 209px;
	margin-top: 2px;
	margin-left: -6px;
	padding-left: 6px;
	height: 18px;
	text-decoration: none;
}

#right ul li a:hover { color: #fff; text-decoration: underline; }

#footer {
	float: left;
	width: 975px;
	height: 116px;
}

#foot_left {
	float: left;
	background-color: #12041C;
	width: 209px;
	height: 116px;
}

#foot_middle {
	float: left;
	background-image: url(/images/foot_middle.jpg);
	width: 519px;
	height: 112px;
	text-align: right;
	color: #fff;
	padding-top: 4px;
	padding-right: 4px;
	_padding-top: 2px;
	_padding-right: 2px;
}

#foot_right {
	float: left;
	background-image: url(/images/foot_right.jpg);
	width: 243px;
	height: 116px;
}

#foot_middle a { color: #fff; text-decoration: none; }
#foot_middle a:hover { color: #fff; text-decoration: underline; }

p {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;

}

