/* CSS WEBSITE*/
body, html {	
	background-image:url(../images/header_repeat.gif);
	background-position:100px 0px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	letter-spacing:1px;
	margin:0px;
}

#wrapper {
	margin-top:-169px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background-color:#FFFFFF;
	position:relative;
}

.main_box {
}
.main_box_menu {

}

a {
	color:blue;
}

a:hover, .active {
	color:red;
}

.error {
	color:red;
}

hr {
	border:1px solid white;
}


 /* HEADER ITEMS */
#header {
	background-image:url(../images/header_logo.gif);
	background-repeat:no-repeat;
	margin-left:-8px;
	height:160px;
}

#header h1 {
	font-size:15px;
	text-transform:uppercase;
}

#slogan h1 {
	margin-top:-100px;
	margin-right:80px;
	float:right;
}


 /* MENU ITEMS */
#menu_background {
	width:400px;
	height:25px;
	margin-left:-1px;
	background-image:url(../images/button_bg.jpg);
	background-position:0px 2px;
	background-repeat:repeat-x;
	border-left:1px solid white;
}

#menu a {
	color:#FFFFFF;
	background-image:url(../images/button_bg.jpg);
	background-position:0px 2px;
	background-repeat:repeat-x;
	border-left:1px solid white;
	text-transform:uppercase;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	text-decoration:none;
	float:left;
}
#menu a:hover {
	color:#231b58;
	background-position:0px -30px;
}
#menu a.active {
	color:#231b58;
	background-position:0px -30px;
}

.whiteblock_menu {
	height:25px;
	background-color:#FFFFFF;
}

#img_background {
	width:500px;
	height:145px;
	background-color:#231b58;
}

.button_menu_empty {
	width:50px;
	height:20px;
}



#menu_img {
margin-top:-1px;
float:left;
position:absolute;
}


 /* SUBMENU ITEMS */
#submenu {
min-width:600px;
margin-left:-10px;
margin-top:-10px;
float:left;
position:absolute;
}
#submenu a {
	padding-right:5px;
	color:#231b58;
	text-decoration:none;
	background-image:none;
	text-transform:lowercase;
	font-size:10px;
}
#submenu a:hover {
	color:red;
	text-decoration:none;
}
#submenu a.active {
color:red;
text-decoration:none;
}

 /* TITLE ITEMS */
#page_title {
	height:20px;
	margin-top:-4px;
	margin-left:35px;
	color:#9c9487;
	float:left;
}

#page_title h1 {
	text-transform:uppercase;
}


 /* CRUMB ITEMS */
#crumb {
	color:#CCCCCC;
}
#crumb a {
	font-size:9px;
	color:#CCCCCC;
}
#crumb a:hover {
	color:#9c9487;
}


 /* SEARCH ITEMS */
#search {
}


 /* LOGIN ITEMS */
#inloggen {
}


 /* CONTENT ITEMS */
#content_left {
}
#content_center {
	min-height:150px;
	margin-top:40px;
	margin-left:390px;
	margin-bottom:20px;
	width:500px;
}
#content_right {

}


 /* TEXT STYLE ITEMS */
h1 {
	color:#8d8bba;
	font-size:15px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:12px;
	text-transform:uppercase;
}

h5 {
	font-size:12px;
	font-style:italic;
}


 /* LIST ITEMS */
#content_center ul a{
	color:#000000;
}

#content_center ul a:hover{
	font-weight:bold;
	color:#000000;
}

#content_center li a{
	color:#000000;
}

#content_center li a:hover{
	color:#333333;
}


 /* TABULAR DATA ITEMS */
table {
	font-size:10px;
	color:#000000;
}

table th{
	font-size:10px;
	font-weight:normal;
}

table.tabular_data .odd {
	background-color:#999999;	
}

table.tabular_data .even {
	background-color:#333333;	
}


/* PAGE TABLES */
.fototable {
	margin:0px;
}

.newslettertable {
	margin:0px;
}

.contacttable {

}

.preventspamtable {

}


 /* FORM ITEMS */
form {
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	width:148px;
	border-top:1px solid #9c9487;
	border-left:1px solid #9c9487;
}

input.text {
	width:100px;
	padding-left:3px;
	height:18px;
	font-size:10px;
}

input.submit {
	background-color:#9c9487;
	height:18px;
	width:152px;
	font-size:10px;
	text-transform:uppercase;
}

input.submit:hover {
	cursor:hand;
	color:white;
}

input.invert {
	background-color:#9c9487;
	color:white;
}

input.invert:hover {
	background-color:#333333;
	color:#999999;
}


 /* FOOTER ITEMS */
#footer {
	height:50px;
	width:500px;
	background-image:url(../images/footer_img.gif);
	background-position:-8px 0px;
	background-repeat:no-repeat;
	clear:both;
	padding-top:5px;
	padding-left:390px;
}

#footer span {
	color:gray;
}

#footer a {
	
	text-decoration:none;
	color:#8d8bba;
}

#footer a:hover {
	color:red;
}
