/* COMMON BUGS
IE7, hover margin bug fix			: try to use padding instead;
FF, z-index bug fix					: use position:relative to force higher z-index
*/

/*** COLORS
Black				: #000	: voor tekst algemeen
Dark Gray		: #444	: voor tekst eerste alinea
etc.
***/

/*** RESET CONFIGURATION *********/
* { margin: 0; padding: 0; } /* remove all browser specific default spacing */
html { font-size: 1em; }
html { font-size: 62.5%; height: 100%; }  /* 62.5% makes 1em ~ 10px */
body {
	color: #000;
	font: normal 1.0em/1.3 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
table{ border-collapse: collapse; border-spacing: 0; }

h1 { color: #000; font: normal 1.8em/1 "Trebuchet MS", Verdana, Arial; }
h2 { color: #000; font: normal 1.7em/1 "Trebuchet MS", Verdana, Arial; }
h3 { color: #000; font: normal 1.6em/1 "Trebuchet MS", Verdana, Arial; }
h4 { color: #000; font: normal 1.5em/1 "Trebuchet MS", Verdana, Arial; }
h5 { color: #000; font: normal 1.4em/1 "Trebuchet MS", Verdana, Arial; }
h6 { color: #000; font: normal 1.4em/1 "Trebuchet MS", Verdana, Arial; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }

/*img {	border: 0; display: block; /* white-space fix  }*/
img { boder: 0; }
a { color: #ff7e00; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: none; /* removes dashed border in FF */  }
a em { cursor: pointer; }
p { font-size: 1.2em; margin: 0 0 1.0em 0; }
ul { list-style: disc outside; margin-left: 2em; }
ol { list-style: decimal outside; margin-left: 2.4em; }
object {	
	display: block; /* white-space fix */
	outline: none; /* removes dashed border in FF */
}

fieldset { border: 0; }
legend {
	color: #000;
	font: bold 1.5em/1 Arial, Verdana, Helvetica, sans-serif;
	margin-left: -7px; /* for IE */
}
label { cursor: pointer; font: normal 1.1em Arial, Verdana, Helvetica, sans-serif; }
input, textarea, select { 
	border: 1px solid #000;
	height: 16px;
	font: normal 1.1em Arial, Verdana, Helvetica, sans-serif;
	padding: 2px 2px 0 2px;
}
input[type=hidden]{ display: none; } /* for FF */
textarea { height: 80px; padding: 2px; }
select { padding: 0 0 0 2px; height: auto; }
option, optgroup { padding-left: 3px; }
optgroup option {	padding: 0; }
optgroup { font-style: normal; }


/*** LAYOUT *********/

body {
    background-image: url("../images/bg.jpg"); 
	background-repeat: repeat-x;
}

.flash_body{
	background-color:#BC151E;
	background-image: none;	
}

.stage {
	background-image: url("../images/grass.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	min-height: 675px;
	min-width: 1200px;
	position: relative;
}

.flash{ background: none; }
flash_intro { text-align: center; vertical-align: middle; }

.middle {
	width: 1200px;
	margin: auto;
}

.container {
	position: absolute;
	bottom: 0;
	height: 675px;
	width: 1200px;
}

.container_flash {
	position: absolute;
	bottom: 0;
	height: 675px;
	width: 100%;
}

.menu {
	width: 565px;
	height: 675px;
	float: left;
}

.content_container {
	width: 505px;
	height: 355px;
	float: left;
	padding: 105px 0 0;
}

.login {
	height: 20px;
	width: 500px;
	text-align: right;
	font-weight: bold;
}

.login a{
	color: #fff;
}

.content_bg {
	width: 464px;
	height: 294px;
	background-image: url("../images/content_bg.png");
	background-repeat: no-repeat;
	padding: 20px;
}

.content {
	width: 464px;
	height: 294px;
	overflow: auto;
}

.banner {
	text-align: center;
	width: 120px;
	height: 545px;
	float: right;
	padding: 130px 0 0 10px;
}

.banner a img
{
	border: 0;
}

.opvulling {
	width: 505px;
	height: 215px;
	float: left;
}

.thickboximage{
	margin: 5px;
}

label{ 
	font-size: 1.2em;
	width: 150px; 
	display: block; 
	float:left;
}

input { float: left; margin: 1px; }
/*** HEADER ***/

/* Login */

/*** MENU ***/ 

