﻿/* CSS layout */
body {
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	background-color:black;
	background-image:url('img_basic/oa_backg_tafel.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

#allinone {
	width:950px;
	background-color:black;
}

#top_content {
	width: 930px;
	height: 300px;
	background-color:black;
}

#top_bg {
	width: 750px;
	height: 300px;
	background-color:black;
	background-image: url('img_basic/oa_backg_lines_b950.jpg');
	background-repeat: no-repeat;
}

#navigation {
	width: 150px;
	height: 4000px;
	position: fixed;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align:center;
}

#headline {
	width: 500px;
	height: 173px;
	position: absolute
}

#container {
	width: 930px;
	min-height: 100px;
	background-image:url('img_basic/oa_backg_lines_b950x1.jpg');
	background-repeat:repeat-y;
}

#left_col {
	width: 250px;
	float: left;
}

#right_col {
	width: 150px;
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

#page_content {
	margin-left: 250px;
	width: 500px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C0C0C0;
}

#footer {
	clear: both;
	width: 930px;
	height:30px;
	background-image:url('img_basic/oa_backg_lines_b950x1.jpg');
	background-repeat:repeat-y;
}

