/*_________________________________________________________________  algemeen  */

* {
	margin: 0;	
	padding: 0; 
}

body {	
	margin: 0;
	background: #FFFFFF;
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
  	text-decoration: none;
	background-image: url(../images/flank_space.jpg);
}

img {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	color: #000000; 
}

hr {
	border-weight: 1px;
	border-style: solid;
	width: 100%;
	color: #8E0000;
}

/*_________________________________________________________________  headers  */

#positioner {
	width: 960px;
	text-align: left;    
	position:relative; 
	left: 50%; 
	margin: 0 0 0 -480px;
}

#page {
	width: 960px;
	heigth:100%;
	background-image: url(../images/text_space.jpg);
	repeat: repeat;
	border-style: solid;
	border-color: #000000;
	border-left: 2px;
	border-right: 2px;
	border-top: 0px;
	border-bottom: 0px;
	float: left;
	zoom: 1;
}

#header {
	width: 960px; 
	height: 320px;
	margin: 0;
	clear: both;
}

#menu_container{
	width: 220px;
	float: left;
	margin: 0 auto; 
	background: #000000; 
}
#menu_content{
	width: 220px;
	height: 450px;
}

#menu_space{
	width: 220px;
	background-image: url(../images/menu_space.jpg);
}

#sponsor_container{
	width: 220px;
	float: right;
	margin: 0 auto; 
}

#sponsor_content{
	width: 220px;
	height: 450px;
	float: left;
}

#sponsor_space{
	width: 220px;
	background-image: url(../images/sponsor_space.jpg);
}

#text_container{
	width: 520px;
	float: left;
}

#text_content{
	width: 520px;
	background-image: url(../images/text_content.jpg);
}
#text_placer{
	text-align: left;
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	color: #424242;
  	text-decoration: none;
	padding: 10px;
}

#text_bottom{
	width: 520px;
	height: 35px;
	margin: 0; 
	background: #000000; 
	background-image: url(../images/text_bottom.jpg);
}

#text_space{
	width: 520px;
	height: 30px;
	margin: 0; 
	text-align: center;
	font-family: "arial";
	font-size: 10px;
	font-weight: normal;
	color: #E8E1D4;
  	text-decoration: none;
	text-transform: uppercase; 
}

#text_space a:link, #text_space a:visited, #text_space a:hover, #text_space a:active {
	color: #FFFFFF; 
}

/*_________________________________________________________________  content  */

table { 
	border-collapse: collapse;
	border: solid 1px black;
	background-color: #FFFFFF;
}

td.titel { 
	border-style: solid;
	background-color: #AA9B88;
	border-color: #AA9B88;
	border: 1px;
	font-family: "arial";
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.3em;
}

td { 
	border-style: solid;
	border-color: #D6C8B2;
	border: 1px;
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #424242;
	padding: 0.5em;
}

/*_________________________________________________________________  tekst  */

h1 {
	margin-bottom: 5px; 
	padding: 0; 
	font-family: "arial";
	font-size: 150%;
	font-weight: bold;
	color: #8E0000;
  	text-decoration: none;
}

h2 {
	margin-bottom: 5px; 
	padding: 0px; 
	font-family: "arial";
	font-size: 105%;
	font-weight: bold;
	color: #000000; 
  	text-decoration: none;
	line-height: 15px; 
}

h3 {
	margin-bottom: 5px; 
	font-family: "arial";
	font-size: 100%;
	font-weight: normal;
	color: #333333;
  	text-decoration: none;
	display: inline; 
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	margin-bottom: 5px; 
	font-family: "arial";
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h3 a:hover {
	text-decoration: underline; 
}

ul {
	margin-left: 1.5em;
	text-align: left;
	line-height: 125%;
	font-size: 100%; 
	display: block;
	padding-bottom: 10px;
}

p {
	display: block;
	padding-bottom: 10px;
}
