*{
padding:0;
margin:0;
}

body, html {
/*scrollbar*/
SCROLLBAR-FACE-COLOR: #6E6E6E;
SCROLLBAR-3DLIGHT-COLOR: #FFF;
SCROLLBAR-ARROW-COLOR: #000;
SCROLLBAR-TRACK-COLOR: #FFF;
SCROLLBAR-HIGHLIGHT-COLOR: #FFF;
SCROLLBAR-SHADOW-COLOR: #FFF;
SCROLLBAR-DARKSHADOW-COLOR: #FFF;
SCROLLBAR-BASE-COLOR: #FFF;
/*text*/
height: 100%; /* heel belangrijk */
color: #FFF;
text-align:center; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.0em; font-family: Verdana, Arial, sans-serif;
background: url('images/gfx-bg.jpg');
background-repeat: no-repeat; 
background-position: top center;
}

p {
padding-bottom: 1.5em;
line-height: 15px;
font-size: 70%;
}

h1 {
line-height: 15px;
font-size: 100%;
color: #A73A03;
font-weight: bold;
letter-spacing: 3px;
text-align: center;
}

h2 {
line-height: 15px;
font-size: 70%;
letter-spacing: 1px;
font-style: italic;
font-weight: bold;
}

ul {
margin-left: 50px;
line-height: 100%;
font-size: 70%;
list-style:square;
margin-bottom: 10px;}

li {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0.5em;
}

A, A:visited		{ COLOR: #b22246; TEXT-DECORATION: none; font-weight: bold;}
A:hover				{ COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;}
a.links:link       { color: #B22246; font-family: Verdana; font-size: 8 pt; text-decoration: none; font-weight: normal; }
a.links:visited    { color: #B22246; font-family: Verdana; font-size: 8 pt; text-decoration: none; font-weight: normal; }
a.links:hover      { color: #501607; font-family: Verdana; font-size: 8 pt; text-decoration: none; font-weight: normal; }
a.links:active     { color: #B22246; font-family: Verdana; font-size: 8 pt; text-decoration: none; font-weight: normal; }

#container {
width: 800px;
margin: 0 auto;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: url('images/gfx-bg-container.jpg');
background-position: center;
background-attachment: fixed;
line-height: 0px;
}

#head {
height:60px;
width:800px;
line-height: 0px;
}

#gfx {
min-height: 412px;
height: 412px;
line-height: 0px;
width: 800px;
background: url('images/gfx-bg-content.jpg');
background-repeat: no-repeat; 
background-position: top;
}

#menu-left {
width: 190px;
line-height: 0px;
float: left;
text-align: left;}

#content {
margin-top: 20px;
line-height: 0px;
width: 400px;
text-align:justify;
float:left;
}

#menu-right {
line-height: 0px;
width: 210px;
float:right;
margin-right:-99.9%;
margin: 0;
margin-left: 0;
padding: 0;
text-align: right;
}

HR {
	margin-left:10px;
	color: #A98749;
	height: 1px;
	width: 95%;
}

TD {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 1.5em;
font-size: 80%;
}

IMG {
border: none;
}

.clear { clear: both; }