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

html, body {
	height:		100%;
}

body {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
}

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

/* CONTAINER DIV AND TABLE */

div#container {
	position:		absolute;
	top:			0px;
	left:			50%;
	margin-left:	-450px;
	width:			900px;
	height:			100%;
	min-height:		100%;
}

* html #container {
	height:			100%;
}

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

td#column_1 {
	width:			900px;

}

/*CONTENT TABLE*/

table#table_content{
	width:			900px;
}

td#content_column_1 {
	width:			65px;
	height:			100%;
}

td#content_column_2 {
	width:			150px;
}

td#content_column_3 {
	width:			20px;
}

td#content_column_4 {
	width:			600px;
}

td#content_column_5 {
	width:			65px;
}



/*STYLES*/

.top_1{
width:800px;
height:20px;
display:block;
text-align:right;
padding-right:100px;
padding-top:10px;
background-image:url(../gfx/site/top_1.jpg);
text-transform: uppercase;
font-size:10px;
}

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

.top_1 a:hover{
color:#FBBF00;
text-decoration:none;
}

.top_1 a.active{
color:#1D5D1F;
text-decoration:none;
}



.menu{
	display:block;
	width:750px;
	height:20px;
	padding-right:100px;
	padding-left:50px;
	text-align:right;
	background-image:url(../gfx/site/bg_menu.jpg);
	background-repeat:no-repeat;
}

.menuitem {
	display: inline;
	float: right;
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	color:#FFFFFF;
}

.menuitem a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:4px;
}

.menuitem a:hover {
	color:#000000;
	background-color:#d1dd70;
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:4px;
	text-decoration:none;
}

.menuitem a.active {
	color:#FFFFFF;
	background-color:#FBBF00;
	text-decoration:none;
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:4px;
}


.submenu{
list-style: none;
margin: 0px;
padding-left:10px;
font-size:12px;
font-weight:bold;
}


.submenu ul {
text-align:left;
line-height:25px;
padding-left:20px;
}

.submenu li {
list-style-image:url(../gfx/site/bullit.jpg);
text-align:left;
line-height:25px;
}

.submenu a {
display: block;
text-decoration:none;
color:#1D5D1F;
}

.submenu a:hover {
color: #fbf9d7;
text-decoration:none;
}

.text {
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:10px;
text-align:justify;
color:#000000;
}

.tekst a {
display: block;
text-decoration:none;
color:#1D5D1F;
}

.tekst a:hover {
color: #FBBF00;
text-decoration:none;
}


.img_float{
padding-top:2px;
padding-left:2px;
border:0;
}

/*foto album */

.foto_choice{
color:#999999;
display:block;
width:100px;
padding:5px;
text-align:center;
text-transform: uppercase;
border: 1px solid #D1DD70;
float:left;
margin:10px;
}

.foto_groot{
color:#FFFFFF;
display:block;
padding:5px;
border: 1px solid #FBBF00;
float:left;
margin:10px;
}



h1{
	color:#21343f;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	padding:0;
}

h2{
	color:#21343f;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	background-color:#C9DA36;
}

h3{
	color:#21343f;
	font-size:12px;
	background-color:#f0f0f0;
	font-weight:normal;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 	"Times New Roman", Times, serif;
	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 {

}

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