@CHARSET "UTF-8";

/* ------------ General style ----------------- */
body *
{
	font-family: Verdana, Helvetica, sans-serif;
}

body
{
	background: url(../images/gradient.gif) repeat-x 0 0;
	text-align: center; /* IE-style aligning of constraint DIV in center */
	margin: 40px 0;
	padding: 0;
}

pre
{
	font-family: "Courier New", Courier, serif;
}

.clear
{
	clear: both;
}

#wrapper
{
	margin: 0px auto; /* rest-of-browsers-style aligning of constraint DIV in center */
	width: 1000px;
	background: url(../images/achtergrond-midden.png) repeat-y 0 0;
}


/* ------------ Header block ----------------- */
.header-shadow-navigation-block
{
	position: relative;
	height: 380px;
	text-align: center;
}


.header-shadow-navigation-block A
{
	text-decoration: none;
	color: #ffffff;
	font-size: 11pt;
}

#shadow
{
	margin: 0 auto;
	background: url(../images/achtergrond-boven.png) no-repeat 0 0;
	height: 20px;
	width: 1000px;
}

.header
{
	background: url(../images/logo.gif) no-repeat -1px -1px;
	height: 270px;
	width: 680px;
	margin: 0 auto;
}

.header A
{
	display: block;
	height: 270px;
	width: 680px;
}

.navigation
{
	position: relative;
	height: 32px;
	background-color: #58585a;
	width: 938px;
	margin: 19px;
	padding: 6px;
}

.navigation A
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 7px;
	padding-left: 28px;
	padding-bottom: 2px;
	margin-right: 20px;
	margin-left: 50px;
	background: url(../images/flame.png) no-repeat 0px 2px;
	float: left;
	height: 30px;
}

.navigation A:hover
{
	color: #008bcf;
}

/* ------------ Main block ----------------- */
#inner-wrapper
{
	position: relative;
	margin: 0 auto;
	width: 930px;
	text-align: left;
	padding-left: 10px;
}

.main-block
{
	float: left;
	text-align: left;
	color: #ffffff;
	width: 580px;
	padding-bottom: 100px;
	margin-left: 40px;
}


.main-block A
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.main-block A:hover
{
	color: #e2001a;
}

.main-block *
{
	text-align: left;
}

.main-block LI
{
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 24px;
	margin: 0 -20px 8px -40px;
	text-align: left;
}

.main-block LI DIV
{
	display: inline;
}

.main-block H1
{
	font-size: 12pt;
}

.main-block .content
{
	margin-top: 16px;
	font-size: 9pt;
}

.main-block .content li
{

}

.main-block input, .main-block button, .main-block textarea
{
	/* color: #555555; */
	background-color: #58585a;
	border: 0;
	font-size: 9pt;
	padding: 3px;
}


.main-footer-block
{
	position: absolute;
	bottom: 10px;
	left: -11px;
	height: 20px;
	width: 680px;
	text-align: left;
	padding: 18px 0 18px 64px;
	color: #008bcf;
	font-weight: bold;
	font-size: 30pt;
}

.main-footer-backdrop
{
	background: url(../images/backdrop.png) no-repeat 26px 0;
	height: 400px;
	width: 250px;
	float: right;
	margin-right: 1px;
}

/* ------------ Footer block ----------------- */
.footer-shadow-block
{
	margin: 0px auto;
	background-color: #ffffff;
	text-align: center;
	background: url(../images/achtergrond-onder.png) no-repeat 0 0;
	height: 44px;
	width: 1000px;
	font-size: 7pt;
	padding-top: 30px;
}

.footer-shadow-block *
{
	font-size: 7pt;
}

input[type=text], button[type=submit]
{
	color: #eeeeee;
}

.main-block textarea.contactFormText
{
	color: #ffffff;
}

