/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff url('../img/background.gif') top repeat-x;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

/* general styling rules */
a { color: #000; }
a:hover { color: #e81d23; }
table, form, p , td, th { margin: 0px; padding: 0px; border-collapse: collapse; }
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 { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; } */

.validation-advice {
	position: absolute;
	margin-top: -24px;
	width: 266px;
	height: 39px;
	color: black;
	margin-left: -328px;
	padding: 7px 52px 10px 10px;
	text-align: center;
	background: url(../img/foutmelding_links.gif) no-repeat;
}
.tell_a_friend .validation-advice {
	margin-left: 190px;
	padding: 7px 10px 10px 52px;
	background: url(../img/foutmelding_rechts.gif) no-repeat;
}

.red {
	color: #e81d23;
}

input, select, textarea {
	padding: 1px 2px;
	border: #e81d23 1px solid;
	margin: 2px 0 6px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
textarea {
	overflow: auto;
}
select {
	padding: 0;
	margin: 0;
}
.select {
	margin: 2px 0 6px;
}

.button {
	border: 0;
}

p {
	margin-bottom: 8px;
}

table input {
	width: 300px;
}

/* mainframe */

#mainframe {
	position: relative;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	height: 100%;
}

.header {
	width: 100%;
	height: 173px;
	background: url('../img/logo.gif') no-repeat;	
	position: absolute;
}
.graphic {
	width: 100%;
	height: 100%;
	background: url('../img/graphic/home.jpg') no-repeat top right;
}
.content {
	top: 180px;
	width: 100%;
	position: absolute;
	min-height: 206px;
}

h1 {
	margin: 0;
	height: 26px;
	margin-bottom: 10px;
	margin-top: 15px;
	background: no-repeat;
}