﻿html
{
	
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url('../images/backgroundrepeater.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: 'Arial Narrow', 'Arial';
	font-size:15px;
}

td
{
	vertical-align:top;
}


.clear
{
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;

}

#wrapper
{
	width:800px;
	position:absolute;
	left: 50%;
	margin-left: -398px;

}

#wrappertop
{
	height:550px;
	
}
#wrapperbottom
{
	height:50px;
	
	text-align:right;
}
#metalicborder
{
	margin-top:27px;
	background-image: url('../images/metallic.jpg');
	height:496px;
	padding:3px;
	padding-bottom:5px;
}
#metallicinner
{
	
	
	background-color:#858585;
	height:100%;
	border:solid 1px black;
}
#header
{
	height:95px;
	border-bottom:solid 1px black;
}
#headerleft
{
	float:left;
	width: 304px;
	background-color:White;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
#headerleft img
{
	margin-top:10px;
}

#headerright
{
	
		height:100%;
}
#contentwrapper
{
	
	border-bottom:solid 1px black;
	height:360px;
}
#content
{	
	height:100%;
	width:668px;
	float:left;
	border-right:solid 1px black;
	background-color:black;
	/*background-image: url('../images/contentrepeater.jpg');*/
	background-repeat:repeat-y;
	color:White;
	overflow:auto;
	
}
#menu
{
	height: 100%;
	margin-left:669px;
	font-size:14px;
	font-style: italic;
	
}
/* Opmaak menu */
#menu a
{
	color: Black;
	text-decoration: none;
	text-transform: lowercase;
}

#menu a:hover
{
	color:White;
	text-decoration:underline;
}


#menu a.submenu
{
	color:White;
}

#menu a.submenu:hover
{
	color:White;
}


#contentheader
{
	height:38px;
	border-bottom:1px solid black;
}
#contentheaderleft
{
	height:100%;
	width:298px;
	float:left;
	border-right:solid 1px black;
	background-color:Black;
	padding-left:5px;
}


#contentheaderright
{
	height:100%;
	background-color:#C0171E;
	padding-left:5px;
	
}	

#contentfooter
{
	text-align:right;
}

.Tablestyle1
{
    width: 98%;
    
}
.Tablestyle2
{
    width: 304px;
    
}
.Tablestyle3
{
    padding-left:5px;
    
}

h1
{
	font-size: 12pt;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
a, a:visited
{
	color:White;
	text-decoration:underline;
}