
body  {
   background : url('../imgs/achtergrond.jpg'); 
   FONT-FAMILY : Arial, Helvetica, Verdana, sans-serif;
	COLOR : #333333;
	margin-top : 50px;
   text-align: center;/* center IE */
   	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #7c8bcf;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #7c8bcf;
	scrollbar-track-color : #ffffff;
}

/*definition of layout elements which position ur stuff on the page*/
#wrapper {
	position: relative;
	margin-left: auto;/* center W3C/Gecko */
	margin-top:3%;
	margin-right: auto;/* center W3C/Gecko */
	width: 800px;
	height: 600px;
	border : 0px solid #ff0000;
}	
div.main  {
	color : #333333;
	width: 800px;
	height: 550px;
	FILTER: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	background : #FFFFFF;
	border : 1px solid #7b492a
}

div.leftcol {
    width: 341px;
	height: 100%;
	background : #F2F3Fa;
	float:left;
	text-align: left;/* center IE */
}

div.rightcol {
    width: 452px;
	height: 100%;
	float:right;
	text-align: left;/* center IE */
	overflow : hidden;
}

div.artikellist	{
/*	position:absolute; 
	left:0px; 
	top:140px; */
	width:440px; 
	height:380px;
	padding: 2px; 
	overflow:auto;
	overflow:-moz-scrollbars-horizontal;
	overflow-x:hidden;
	overflow-y:auto; 
	border : 0px solid #ff0000;
}

div.content {
	/*	position:absolute; 
	left:0px; 
	top:140px; */
	width:440px; 
	height:470px;
	padding: 2px; 
	overflow:auto;
	overflow:-moz-scrollbars-horizontal;
	overflow-x:hidden;
	overflow-y:auto; 
	border : 0px solid #ff0000;
}

td.nav  {
	width: 110px;
	height: 30px;
	border : 1px solid #7B492A;
	background : #FFFFFF;
	FILTER: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-align: center;
	font-size: 12pt;
	line-height : 12pt;
	font-weight: normal;
	color: #7B492A;
}




/*definition of textual elements */
H1 {
	font-size: 9pt;
	line-height : 14pt;
	font-weight: bold;
	color: #7B492A;
	letter-spacing : 0.05em;
	margin-top:15px;
	margin-left: 40px; 
	margin-bottom : 14px;
	text-transform : uppercase;
}
H2 {
	font-size: 9pt;
	line-height : 14pt;
	font-weight: bold;
	color: #635E9E;
	letter-spacing : 0.05em;
	margin-top:0px;
	margin-left: 10px; 
	margin-bottom : 0px;
	text-transform : uppercase;
}
H3 {
	font-size: 9pt;
	line-height : 14pt;
	font-weight: bold;
	color: #000000;
	letter-spacing : 0.05em;
	margin-top:0px;
	margin-left: 90px; 
	margin-bottom : 14px;
}
p {
	font-size:10pt; 	
	line-height : 14pt; 
	text-align:left; 
	color: #57331D;	
	margin-left: 10px; 
	margin-top: 0px;
	margin-right: 10px; 	
	margin-bottom:14px;
	}
	
div.artikellist p{
	font-size: 8pt;
	line-height : 10pt; 
	margin-bottom:8px;
}
	
div.agenda p{
	color: #635e9e;
}

div.agenda p.txtleftcol {
	font-size:10pt; 	
	line-height : 14pt; 
	text-align:left; 
	color: #57331D;	
	margin-left: 10px; 
	margin-top: 0px;
	margin-right: 10px; 	
	margin-bottom:14px;
}

li{
	font-size:10pt; 	
	line-height : 14pt; 
	text-align:left; 
	color: #57331D;	
	list-style : circle -5px;
	list-style-position : outside;
	list-style-type : circle;
}


/*definition of hyperlinks*/
a {
	color:#635E9E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.agenda {
	text-decoration: none;
	color: #7B492A;
}
a.agenda:hover {
	text-decoration: underline;
	color: #635e9e;
}

div.artikellist a{
	text-decoration: none;
	color: #635e9e;
}
div.artikellist a:hover{
	text-decoration: underline;
	color: #7B492A;
}

a.nav {
	text-decoration: none;
	color: #ffffff;
	line-height: 30px;
	width:100%;
	background:#7c8bcf;
	display:block;
}
a.nav:hover {
	text-decoration: none;
	color: #7B492A;
	background:#ffffff;
}








/*a.nav:active {
	text-decoration: none;
	color: #814C2D;
}*/



