/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_grad.png)  0% 0% repeat-x #d0ebfc;
	font-family: Arial;
	font-size: 12px;
}

/* general styling rules */
a { color : #888;text-decoration : none;}
a:hover { color: #f0a; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { display : none;color: #FF3300; font-weight: bold; }
.custom-advice { display : none;color: #C8AA00; font-weight: bold; }

#bgframe  {
	position : absolute; 
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100%;
	background: url(../img/background.jpg)  50% 0% no-repeat;
	z-index : 0;
}

/* absolute centering, http://www.wpdfd.com/editorial/thebox/deadcentre4.html */
#mainframe    {
	position: absolute;
	background: transparent;
	left: 50%;
	top: 140px;
	width: 690px;
	margin-left: -348px;
	height: 350px;
	overflow: visible;
	text-align: left;
	z-index : 1;
}

* html a:hover{
	visibility:visible;
}

.nav_menu a:hover img {
	visibility : hidden;
}

#bodytext {
	overflow-y : visible;
	overflow-x : hidden;
}

h1 {
	font-size : 18px;
	margin : 0px;
}

h2 {
	font-size : 12px;
	font-weight : bold;
	margin : 0px;
}

h3 {
	font-size : 14px;
}

.nav {
	text-align : center;
}
.nav a {
	margin-right : 5px;
}

.itemlist li{
	margin-bottom : 4px;
}

.logintext {
	color : white;
}

.formfield {
	border : none;
	font-size :  10px;
	color : #35abfa;
}

.profile_formfield {
	border : solid 1px #fff;
	background-color : #eaeaea;
}

.scrollbar_handle {
	margin-left : -3px;
	width: 8px;
	height: 16px;
	background : url(../img/knop.png);
	cursor: pointer;
}
