/* TEXT STYLE SETTINGS */
BODY, TD, INPUT, TEXTAREA, SELECT {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#CC0000;
}

TD.knop {
	border:solid 1px #cccccc;
	width:193px;
	height:30px;
	cursor:hand;
}

DIV#address {
	font-size: 11px;
}

/* FRAMEWORK LAYOUT */

BODY {
	margin:0px;	
}

DIV#page {
	position: absolute;	
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	width: expression( document.body.clientWidth );
	height: expression( document.body.clientHeight );
	overflow: hidden;
}

DIV#address {
	position: absolute;
	top: 10px;
	left: 5px;
}

IMG#logo {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 194px;
	height: 96px;
}

DIV.menu { 
	background-color:#1A574D; 
	filter:progid:DXImageTransForm.Microsoft.Gradient( startColorStr=#A2BAB6 endColorStr=#1A574D GradientType=1); 
	border: solid 1px #000000; 
	position: absolute; 
	left: 0px; 
	width:100%; 
	height:26px; 
	text-align:center; 
	word-spacing: 20px; 
	background-color: #006600;
	padding-top:4px; }

DIV.menu A {
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}

DIV#news {
	width:400px;
	height:100px;
	border:none;
	text-align:left;
}


DIV.menu A:hover {
	text-decoration: underline;
}

DIV#menu1 {
	top: 100px;	
}

DIV#menu2 {
	bottom: 10px;
}

DIV#main {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	bottom: 30px;
	height:auto;
	height: expression( parentElement.clientHeight - 150 );
	width:auto;
	width: expression( parentElement.clientWidth);
	padding: 20px;
	overflow: auto;
}

IMG#mainphoto {
	width:404px;
	border:solid 1px #000000; 
}

/* SPOTLIGHT SETTINGS */
DIV#SPOTLIGHT IMG.foto {
	height:138px;
	border:solid 1px #000000;
}

DIV#SPOTLIGHT {
	width:495px;
	height:145px;
	border:solid 2px #aa0000;
	cursor: pointer;
}


@media print {

	TABLE#buttons {
		display: none;
	}
	
}
