﻿#wrapper {
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

header {
	position: fixed;
	top: 0;
	left: relative;
	height:120px;
	width:1024px;
	z-index:9999;
	background-image: url('../site images/header.jpg');
}

nav {
	position: relative;
	top: 135px;
	left: 0px;
	height:9400px;
	width:180px;
	background-image: url('../site images/menu.jpg');
}

background {
	position: absolute;
	top: 135px;
	left: 190px;
	height:9400px;
	width:835px;
	background-image: url('../site images/raam.jpg');
}

article {
	position:absolute;
	top:150px;
	left: 290px;
	width:700px;
	background-color: white;
	padding: 8px;
}

footer {
	position:fixed;
	z-index:9999;
	bottom:0px;
	height: 30px;
	width:1024px;
	background-image:url('../site images/bgbottom.jpg');
}
}

.tabel-ref {
    width: 100%;
    border-collapse: collapse;
}

.tabel-ref td{
    width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
	border-bottom: 1px solid #000;
}



a:text {
	color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #808080;
}

