@import url('default.css');

body {
	background-color: #96989b;
	background-image: url("/Static/Images/Default/background.png");
	background-repeat: repeat-y;
	background-position: top center;
}

/* Positioning */
#wrapper {
	margin: 0px auto;
	width: 930px;
}

#header {
	height: 185px;
}

#header_top {
	height: 156px;
	width: 930px;
	background-image: url("/Static/Images/Default/header_background.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#header_nav {
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #f48020;
	
	width: 680px;
	margin: 0px 100px 0px 200px;
	height: 20px;
}

#banner {
	width: 180px;
	height: 150px;
	margin: 0px 10px;
}

#content {
	display: block;
}
#content #left {
	text-align: center;
	float: left;
	width: 200px;
}
#content #center {
	padding: 10px 20px;
	width: 690px;
	float: left;
}

#footer {
	text-align: center;
	background-image: url("/Static/Images/Default/footer_background.png");
	background-repeat: no-repeat;
	background-position: 200px top;
	
	padding: 50px 0px 0px 150px;
	clear: both;
	height: 30px;
}
#footer a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #96989b;
}

.clear {
	clear:both;
}


/* Headings */
h1#header_logo {
	padding: 10px 20px;
	padding: 60px 0px 0px 15px;
}

#center h1 {
	font-size: 20px;
	text-align: center;
	font-style: italic;
	color: #f48020;
	
	margin: 15px 10px;
	height: 25px;
}



/* Overige */
.float-right {
	float: right;
}
.float-left {
	float: left;
}


/* Form */
label {
	float: left;
	width: 200px;
}
.form_input {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	color: #000000;
	width: 200px;
}

.form_textarea {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	color: #000000;
	width: 400px;
}

.form_button {
	border: solid 1px #cccccc;
	color: #ffffff;
	background-color: #576588;
}

.form_dropdown {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	color: #000000;
	width: 140px;
}

/*-- menu styles --*/

.menu {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menu {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu_active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menu_active:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*-- sitemap styles --*/
a.sitemapitem {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #bf2026;
	text-decoration: none;
}

a.sitemapitem:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}

a.sitemapsubitem {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a.sitemapsubitem:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #bf2026;
	text-decoration: none;
}

/*-- column styles --*/
.column {
	float: left;
	margin-right: 10px;
}

.single {
	width: 335px;
}
.double {
	width: 680px;
}

/*-- component styles --*/
.component {}
