html,body {
			margin:0;
			padding:0;
			height:100%;
			_overflow-y: auto;
			font-family        : Georgia, Times New Roman, serif;
			font-size: 12px;
			line-height: 16px;
			color: #666666;
}

html { overflow-y : expression(
    document.compatMode && (document.compatMode=='CSS1Compat')
    ? 'auto' : 'hidden') }
	
body {
			text-align   		: center;
			background-image	: url(../pix/bg/achtergrond.jpg);
			background-color: #F1F1F1;
			background-repeat: repeat-x;
   }

body { overflow-y : expression(
    document.compatMode && (document.compatMode=='CSS1Compat')
    ? 'hidden' : 'auto') }

#pagina{
	min-height		: 100%;
	width      		: 696px;
	_width    		: 693px;
	margin       	: 0px auto;
	text-align   	: left; /* IE{ einde centreren pagina } */
	position     	: relative;
	border-left     : 1px solid #e0e2e1;
	border-right    : 1px solid #e0e2e1;
	background-color: white;
	
/* dynamische eigenschap voor IE6 en lager */
	height : expression(Math.max(
	Math.max(document.documentElement ? document.documentElement.offsetHeight : 0, document.body.offsetHeight),
	Math.max(document.documentElement ? document.documentElement.scrollHeight : 0, document.body.scrollHeight)) + 'px');
}

#inhoud{
			margin-top		: 0px;
			/*margin-left		: 83px;
			margin right	: 50px;*/
}	

#header {
	margin-left: 12px;
}
#menu {
	margin-left: 12px;
	width: 672px;
	height: 38px;
	background-image	: url(../pix/menu/menu.bg.jpg);
}
#taalkeuze {
	margin-left: 12px;
	width: 672px;
	text-align: right;
}
  
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

#broodtekst {
	margin-top: 8px;
	margin-left: 12px;
	margin-right: 16px;
}

#fotometcredit {
	margin: 0px 60px 6px 0px; 
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#tekst {
	clear: left;
}

table {
	font-size: 12px;
	line-height: 16px;
}

.kopje {
	font-size: 12px;
	font-weight: bold;
}

.fotocredits {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#subkopjes {
	width: 100%;
}

.subkopje {
	margin-top: 8px;
	margin-right: 12px;
}

h1, h2 {
	font-size: 12px;
	color:#008ee8;
	margin-top:0px;
	margin-bottom:0px;
}
.kunstenaar {
	margin-top: 5px;
	margin-bottom: 7px;
}
.kunstenaarsfotos {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:8px;
}
