/* GENERAL */
* {
	padding: 							0px;
	margin: 							0px;
	border:								0px;
}
p {
	margin-bottom:						15px;
	line-height:						15px;
}
html, body {
	height:								100%;
}
body {
	font-family:						verdana;
	color:								#000000;
	font-size:							11px;
	background-image:url(../gfx/site/bg_body.jpg);
	background-repeat:					repeat-x;
	background-color:#eef9fd;
}
/*CONTAINER*/
div#container {
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#header {
	width:900px;
	height:155px;
}
/*MENU*/
div#menu {
	width:900px;
	height:20px;
	padding:0 50px 0 50px;
}
.menuitem a{
	width:100px;
	height:12px;
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	text-align:center;
	padding-top:8px;
	background-image:url(../gfx/site/bg_menuitem.jpg);
	background-repeat:no-repeat;
}
.menuitem a:hover {
	color:#0067B1;
	text-decoration:none;
}
.menuitem a.active {
	width:100px;
	height:12px;
	float:left;
	display:block;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	text-align:center;
	color:#0067B1;
	background-image:url(../gfx/site/bg_menuitem2.jpg);
	background-repeat:no-repeat;
}

ul li {
	list-style: square;
	list-style-position:inside;
}

/*SUBMENU*/
div#submenu {
	height:35px;
	width:880px;
	float:left;
	padding-left:20px;
	background-image:url(../gfx/site/bg_submenu.jpg);
	background-repeat:no-repeat;
}
.sub_menuitem {
	color:#0067B1;
	text-transform: uppercase;
	font-weight:bold;
	padding:10px;
	font-size: 10px;
	float:left;
	text-align:center;
}
.sub_menuitem a{
	color:#0067B1;
	text-decoration:none;
}
.sub_menuitem a:hover{
	color:#0067B1;
	text-decoration:none;
}
/*CONTENT*/
/*home*/
div#content {
	width:800px;
	border-top:2px solid #dddce8;
	padding:30px 50px 30px 50px;
	float:left;
}



div#home_column_1 {
	width:								300px;
	float:left;
}

div#content a{
	color:#0067B1;
	text-decoration:none;
}
div#content a:hover{
	color:#000000;
	text-decoration:none;
}




div#home_column_2 {
	width:								500px;
	float:right;
}
div#home_image_cover{
	width:500px;
	height:280px;
	float:left;
	background-image:url(../gfx/site/home_cover.png);
}
.home_image_txt{
	text-align:right;
	font-style:italic;
	padding:250px 20px 0 0;
	color:#FFF;
}
div#nieuws {
width:500px;
float:left;
padding:20px 0 0 0;
}
.nieuws {
width:210px;
height:100px;
float:left;
padding:30px 20px 20px 20px;
background-image:url(../gfx/site/bg_nieuws.jpg);
background-repeat:no-repeat;
}
.slogan{
width:250px;
height:250px;
display:block;
float:left;
color:#000;
text-align:left;
}
.dialoog{
width:250px;
display:block;
float:left;
padding:10px 5px 5px 0px;
text-align:center;
}
.footer{
width:800px;
height:25px;
padding:5px 50px 20px 50px;
display:block;
float:left;
text-align:right;
text-transform: uppercase;
font-size:10px;
border-top:1px solid #dddce8;
}
/*tekst*/
div#tekst_column_1 {
	width:								470px;
	float:left;
	padding:0 30px 0 0;
	list-style:square;
	list-style-position:inside;
}

div#tekst_column_1 a{
	color:#0067B1;
	text-decoration:none;
}

div#tekst_column_1 a:hover{
	color:#000000;
	text-decoration:none;
}

div#tekst_column_1 a:visited{
	color:#0067B1;
	text-decoration:none;
}




div#tekst_column_2 {
	width:								300px;
	float:right;
	padding:15px 0 0 0
}
div#tekst_image_cover{
	width:300px;
	height:220px;
	float:left;
	background-image:url(../gfx/site/tekst_cover.png);
}
.tekst_image_txt{
	text-align:right;
	font-style:italic;
	padding:200px 20px 0 0;
	color:#FFF;
}

.print{
	text-align:right;
	padding-top:20px;
}

/*STYLE*/
h1{
font-size:11px;
text-transform: uppercase;
font-weight:bold;
color:#0067B1;
border-bottom:1px solid #CCC;
margin-bottom:5px;
}
h2{
font-size:11px;
text-transform: uppercase;
color:#0067B1;
font-weight:normal;
padding-bottom:5px;
}
h3{
font-size:11px;
font-weight:bold;
}


/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Verdana;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 		inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
	border: 			3px double 	#999999;
	border-top-color: 	#cccccc;
	border-left-color: 	#cccccc;
	background:			#ffffff url(../gfx/cms/system/button_bg.gif) repeat-x;
	cursor:				pointer;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		10px;
	padding-right:		10px;
	font-size:			11px;
	font-weight: 		bold;
	color:#0067B1;
}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

p.error_message {
	font-weight: bold;
	color: red;
}
p.message {
	font-style: italic;
}