/* CSS Noorderij */

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
 }
 
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #719fb7;
	color: #000000;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height:  100%;
	}

#container {
	height:  100%;
	width : 970px;
	overflow: auto;
	margin : 0 auto;
	border: 0px solid black;
	padding-top: 10px;
	}

#container-midden {
	height:  100%;
	width : 799px;
	border: 0px solid black;
	background-image: url(gfx/bg-container.gif);
	background-repeat: repeat-y;
	float: left;
	}

#container-rechts {
	width: 154px;
	height: 1300px;
	margin-top: 20px;
	background-image: url(gfx/bg-rechts.gif);
	float: right;
	text-align: center;
	}
	
.rechterblokje	{
	width: 150px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 8px 2px 8px 2px ;
	}
	
#menu {
	width: 180px;
	height: 1000px;
	background-image: url(gfx/bg-menu.gif);
	background-repeat: no-repeat;
	float: left;
	}
	
#content {
	width: 596px;
	border: 0px solid black;
	float: right;
	margin-top: 20px;
	height: 1020px;
	}
	
#footer  {
	position:relative;
	bottom: 0;
	margin : 0 auto;
	width : 970px;
	height: 25px;
	padding-top: 5px;
	}
	
/* content text styles */
	

H1 {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
	}
	
H2 {
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
	}
	
H3 {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	}
	
H4, H4 A{
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color:#FF000;
	}
	
P {
	line-height: 14px;
	margin-top: 8px;
	margin-right: 40px;
	margin-bottom: 12px;
	}
	
A {
	color: #FF0000;
	text-decoration: underline;
	}
	
A:hover {
	color: #333;
	text-decoration: none;
	}
	
/* list styles */

UL#menu1{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 17px;
	text-align: right;
	margin-top: 12px;
	margin-right: 18px;
	padding: 0;
	list-style:none;
	}
	
UL#menu1 A {
	text-decoration: none;
	color: #fff;
	}
	
UL#menu1 A:hover {
	text-decoration: none;
	color: #666;
	}
	
	
UL#menu-kunstenaars{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	line-height: 14px;
	text-align: right;
	margin-top: 8px;
	margin-right: 18px;
	padding-top: 8px;
	padding: 0;
	list-style:none;
	}
	
UL#menu-kunstenaars A {
	text-decoration: none;
	color: #ff0000;
	}
	
UL#menu-kunstenaars A:hover {
	text-decoration: underline;
	color: #000;
	}
