* {
	margin: 0;
}


body {
	background: #570c05;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#inlog {
	position: fixed;
	top: 0;
	left: 0;
}

A:link { 
  color: #ffffff;
  text-decoration: underline;
}      

A:visited {
  color: #ffffff;
  text-decoration: underline; 
}      

A:hover {
  color: #570c05;
  text-decoration: underline; 
}

A:active {
  color: #570c05;
  text-decoration: underline;
}




#bgfotoschaduw {
	position: fixed; 
	top:0; left:0; 
	width: 1000px; 
	height: 600px;
}

#bgfoto {
	position: fixed; 
	top: 0;
	left: 0; 
	width: 990px; 
	height: 590px;
}



#interfacewrapper {
	position: fixed;
	top: 0; 
	left: 41px; 
	width: 199px; 
	height: 590px;
}


/* content */


#contentheader {
	position: absolute; 
	top: 0; 
	left: 287px; 
	width: 656px;
}


#contentbg {
	background-image: url(../images/content_bg.png); 
	background-repeat: repeat-y;
}


#content {
	padding: 20px;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-family: tahoma,arial;
	color: #ffffff;
}


.subtitel {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-family: tahoma,arial;
	height: 35px;
}


.CURSIEF {
	font-style: italic
}


.GROOT {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.GROOTCURSIEF {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-style: italic
}

.fotokolomcontainer {
	width:190px;
	float: right;
}


.foto {
	border: 1px solid #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* padding t r b l */

.menuheader {
	width: 420px;
	border-bottom: 2px solid #ffffff; 
	padding: 0px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
}


.menucontainer {
	width: 420px; 
	padding: 0px 0px 20px 0px;
}


.menucontainer table {
	width: 420px;
    margin: 0px;
    padding: 0px;
}

.menucontainer td {
    margin: 0px;
    padding: 2px 0px 2px 0px;
    vertical-align: top
    border-bottom: 1px solid black;
}

.menucontainer table tr td+td { 
	width: 40px;
	vertical-align: top;
	text-align: right;
}


/* einde content */

#footer {
	 margin-bottom: 10px;
}

