/* GENERAL */
* {
	padding: 	0px;
	margin: 	0px;
}

html, body {
	height:		100%;
}

img {
	border:		0px;
}

body {
	font-family:		Tahoma;
	color:				#000000;
	font-size:			11px;
	background:			url(../gfx/site/bg_body.jpg);
	background-repeat:	repeat-x;
}

p {
	margin-bottom:		15px;
	line-height:		15px;
}


/* CONTAINER DIV AND TABLE */
div#container {
    position:        	absolute;
    top:            	0px;
    left:            	50%;
    margin-left:    	-400px;
    padding-left:		10px;
    width:            	800px;
    height:            	100%;
    min-height:        	100%;
}

table#table_container {
    width:            	800px;
    height:            	100%;
    background-image:	url(../gfx/site/bg_container.jpg);
    background-repeat:	repeat-y;
}

* html div#container {
	height:				100%;
}

td#column_1 {
    width:            	800px;
}


table#table_content {
	width:				800px;
    background-image:	url(../gfx/site/bg_content.jpg);
	background-repeat:no-repeat;
}

td#column_content_1 {
	width:				60px;
}

td#column_content_2 {
	width:				520px;
	padding-top:		20px;
}

td#column_content_3 {
	width:				140px;
	padding-top:		20px;
	text-align:			center;
}

td#column_content_4 {
	width:				90px;
}

/* FOOTER */
td.footer {
	color:			#222222;
	font-size:		10px;
	word-spacing:	4px;
	height:			20px;
}

.footer_bg {
	background-image:url(../gfx/site/bg_footer.jpg);
	background-repeat:repeat-x;
	padding-left:40px;
}

.footer a {
	color:			#222222;
	text-decoration:none;
}

.footer a:hover {
	color:			#cc0000;
	text-decoration:underline;
}

/*MENU*/
.menu {
	background-image:url(../gfx/site/bg_menu.jpg);
	background-repeat:repeat-x;
	height:25px;
	width:760px;
	padding-left:40px;
	text-transform: uppercase;
}

.menuitem	{
	display: block;
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	font-size: 10px;
	font-weight:bold;
	letter-spacing:1px;
}

.menuitem a {
	color:	#000000;
	text-decoration:none;
}

.menuitem a:hover {
	color:	#cc0000;
	text-decoration:none;
}

.menuitem a.active {
	color: #cc0000;
	text-decoration:none;
}

.submenu {
	background-image:url(../gfx/site/bg_submenu.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:760px;
	display:block;
	padding-left:40px;
}

.submenuitem	{
	display: block;
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	text-align: left;
	font-size: 11px;
	color:#cc0000;
}

.submenuitem a {
	color:	#cc0000;
	text-decoration:none;
}

.submenuitem a:hover {
	color:	#000000;
	text-decoration:none;
}

.submenuitem a.active {
	color: #000000;
	text-decoration:none;
}

.flash {
float:left;
padding:0;
margin:0;
width:450px;
height:200px;
}

/*TEKST EN STYLES*/

.tekst {
width:470px;
text-align:justify;
list-style-position:inside;
}

.tekst a {
	color:			#cc0000;
	text-decoration:underline;
}

.tekst a:hover {
	color:			#000000;
	text-decoration:underline;
}

/*fotoalbum*/

.fotoalbum {
padding:5px;
width:100px;
height:130px;
background-color:#f3f8fb;
text-align:center;
float:left;
border:2px solid #FFFFFF;
border: 1px dashed;
border-color: #cccccc;
margin:2px;
}


table#table_fotoalbum {

}

td#fotoalbum_1 {
	width:				116px;
	background-color:#eaebec;
	float:left;
	padding:5px;
}

td#fotoalbum_2 {
	background-color:#eaebec;
	padding:5px;
}

.thumbnail {
	padding:2px;
	float:left;
	background-color:#999999;
	height:50px;
	margin:2px;
}

h1 {
	color:			#cc0000;
	font-size:12px;
	text-transform: uppercase;
	margin:0;
	padding-bottom:3px;
	border-bottom:1px solid #CCC;
	border-bottom-style:dotted;
	margin-bottom:5px;
}
h2 {
	color:#000000;
	font-size:11px;
	font-variant:normal;
	margin:0;
	padding:2px;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Tahoma;
	color: 				#000000;
	font-size: 			11px;
	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 {

}

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

.nieuws{
	background-color:#efeeee;
	padding:5px;
	margin:5px 0 5px 0;
}