* {
	outline: 0;
}

body {
	background:#fff url('../images/background.gif') no-repeat;
	text-align:center;
	font:12px Verdana;
	margin:0px;
}

a {
	color:#4FCA00;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

.contacttabel td {
	padding: 1px;
	*padding: 0px;
	*margin: 0px;
}

a img {
	border:0px;
}

#main {
	text-align:left;
	margin-left:16px;
	margin-top:33px;
}

#content {
	margin-top:5px;
	margin-left:50px;
}

#inner {
	background: url('../images/grid.gif') repeat;
	width:856px;
	height:219px;
	overflow: hidden;
	margin:0px;
	position: relative;
}

.allworktext {
	margin-top: -10px;
	position: relative;
}

#slider {
	width: 100%;
	height: 219px;
	position: relative;
	left: 0px;
}

#bar #slidebutton {
	height: 39px;
	width: 39px;
	background: url(../images/knop.png);
	cursor: pointer;
}

#bar {
	margin-top:12px;
	width:856px;
	z-index: -10;
	background: url(../images/scrollbalk.gif) repeat-x;
}

.virtualpage {
	display: none;
}

.dhtmlwindow{
	position: absolute;
	border-left: 1px solid #788989;
	border-top: 1px solid #788989;
	visibility: hidden;
	margin: 1px;
	background: url('../images/popup.gif') no-repeat right bottom;
}

.drag-handle{ /*CSS for Drag Handle*/
	text-indent: 3px;
	font: bold 14px Arial;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	padding-top:8px;
	padding-right:10px;
	height:4px;
	padding-bottom:8px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
margin-top:8px;
margin-right:10px;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
color: black;
text-align:left;
padding: 6px;
overflow: hidden;
font:11px Tahoma;
*font-size: 10px;
margin-left: 4px;
margin-right: 3px;
*margin-right: 0px;
*margin-left: 7px;
}

.drag-contentarea div{
color: black;
text-align:left;
padding: 2px;
overflow: hidden;
font:11px Tahoma;
*font-size: 10px;
margin-top:12px;
margin-left:20px;
margin-right:20px;
*margin-left:10px;
*margin-right:10px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.albumimage {
	max-width: 280px;
	width: expression(document.body.clientWidth > 280 ? "280px": "auto" );
	
	max-height: 315px;
	height: expression(document.body.clientHeight > 315 ? "315px": "auto" );
}
