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

html {
	overflow-y: scroll;
}

body, input, textarea, td, select {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
}

#wrapper {
	width: 852px;
	margin: auto;
}

/* HEADER */
#header {
	clear: both;
	height: 198px;
	background-image: url(../images/site/header_pink.jpg);
}

#header_contact {
	clear: both;
	padding-top: 35px;
	text-align: right;
	float: right;
}

#header_contact span {
	padding-left: 20px;
	padding-right: 5px;
}

#header_contact,
#header_contact a {
	color: #A5A5A5;
}

body.header_grey #header {
	background-image: url(../images/site/header_grey.jpg);
}

#topbar {
	height: 70px;
	overflow: hidden;
}

#topbar .content {
	padding-top: 32px;
}

#topbar .content img {
	float: left;
}

#topbar .content #newsletter {
	float: right;
	clear: both;
}

/* MAIN MENU */

#header #navigation {
	margin-top: 80px;
}

body.header_grey #header #navigation {
	background-image: url(../images/site/header_grey.jpg);
}

ul#mainmenu {
	float: right;
	list-style-type: none;
	list-style: none;
}

ul#mainmenu a {
	padding: 0px 5px 0px 5px;
	font-family: BebasNeueRegular;
	font-size: 18px;
	margin: 0px 0px 0px 18px;
	display: block;
	text-decoration: none;
	color: #A5A5A5;
}

/*ul#mainmenu a:hover,*/
ul#mainmenu li.current a {
	border-bottom: 3px solid #A5A5A5;
}

ul#mainmenu ul li a,
ul#mainmenu li.current ul li a,
ul#mainmenu ul li a:hover {
	position: relative;
	border: 1px solid #A5A5A5;
	border-top: 0px;
	background-color: white;
}

ul#mainmenu ul li.first a,
ul#mainmenu li.current ul li.first a,
ul#mainmenu ul li.first a:hover {
	border-top: 1px solid #A5A5A5;
}


ul#mainmenu li {
	float: left;
	position: relative;
}

ul.submenu {
	list-style-type: none;
	list-style: none;
	position: absolute;
	z-index: 9500;
}

ul.submenu,
ul#mainmenu li:hover ul {
	display: none;
}

ul#mainmenu li:hover ul {
	display: block;
}

ul#mainmenu li:hover ul li {
	width: 150px;
	position: relative;
	z-index: 9500;
}

ul#mainmenu ul.submenu li:hover a {
	background-color: #A5A5A5;
	color: white;
}

ul.submenu li {
	position: relative;
}

/* NEWSLETTER */

#newsletter form {
	margin: 0px;
	padding: 0px;
}

#newsletter input {
	float: right;
}

#newsletter input.form_email{
	margin: 0px;
	padding: 2px;
	width: 130px;
	height: 14px;
	border: 1px solid #848484;
	font-size: 10px;
	font-style: italic;
}

#newsletter input.form_button {
	margin: 0px;
	width: 165px;
	height: 20px;
	border: 0px;
	background-image: url(../images/site/button_aanmelden.jpg);
}

#newsletter .form_button:hover {
	cursor: pointer;
}


/* MAIN CONTENT */

#content {
	min-height: 300px;
	background-repeat: no-repeat;
}

a.button {
	font-family: arial, helvetica;
	text-decoration: none;
	color: white;
	padding: 3px 10px 3px 10px;
	background-image: url(../images/site/bg_button.jpg);
}

/* FOOTER */

#footer {
	clear: both;
	height: 85px;
	background-image: url(../images/site/footer_pink.jpg);
	color: #A5A5A5;
}

body.header_grey #footer{
	background-image: url(../images/site/footer_grey.jpg);
}

#footer a {
	color: #A5A5A5;
}

#footer .content {
	padding-top: 32px;
}

#footer .footer_left {
	float: left;
}

#footer .footer_right {
	float: right;
}

/* NEWSLETTER */

div.newsletter_item {
	float: left;
	width: 120px;
	height: 150px;
	text-align: center;
}

div.newsletter_item a {
	text-decoration: none;
	color: #D7288D;
}

/* QUOTES */

div#quotes {
	font-style: italic;
}

/* UNIFORM STYLES ALL PAGES */
p {
	margin: 0px;
	padding: 0px;
}

p.alert {
	margin: 0px 0px 3px 0px;
	color: #780000;
} 

img {
	border: 0px;
}

