/*______________________________Author's information______________________________*/

		/*
		Domain			:			http://www.lysenmedia.nl
		Version			:			v.3.0
		Company			:			Lysen Media Creative Studios
		Author			:			S.J.C.M. Remmen
		Copyright		:			© 2008 Lysen Media - All Rights Reserved
		*/


/*____________________________________Algemeen____________________________________*/

* {
	font-family: arial;
	font-size: 12px;
	color: #454545;
}

body {
	background-image: url('/images/background-body.jpg');
	background-repeat: repeat-x;
	margin: auto;
	background-color: #004d80;
}

li {
	color: #178acb;
	line-height: 18px;
}

li a {
	text-decoration: none;
	color: #178acb;
	line-height: 18px;
}

li a:hover {
	text-decoration: none;
	color: #ffae00;
	line-height: 18px;
}

li:hover {
	text-decoration: none;
	color: #ffae00;
	line-height: 18px;
}

h1 {
	color: #178acb;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 21px;
	font-weight: bold;
}

h2 {
	color: #178acb;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #d1e2a9;
	margin-top: -6px;
	height: 2px;
}

div#container {
	position: relative;
	margin: auto;
	width: 944px;
	height: auto;
}

/*_____________________________________Header_____________________________________*/

div#header {
	position: relative;
	background-image: url('/images/background-header.png');
	background-repeat: no-repeat;
	width: 944px;
	height: 105px;
}

img#logo {
	position: absolute;
	left: 26px;
	top: 6px;
}

div#topMenu {
	position: absolute;
	right: 30px;
	top: 66px;
	font-weight: bold;
	color: #178acb;
}

div#topMenu a {
	text-decoration: none;
	color: #178acb;
}

div#topMenu a:hover {
	text-decoration: none;
	color: #ffae00;
}

/*_____________________________________Menu_______________________________________*/

div#mainMenu {
	position: relative;
	background-image: url('/images/background-container.png');
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	width: 930px;
	height: 31px;
}

div#menuContent {
	position: relative;
	background-image: url('/images/background-menu.jpg');
	background-repeat: repeat-x;
	padding-top: 4px;
	width: 930px;
	height: 31px;
}

.menu-normal {
	text-decoration: none;
	color: #178acb;
	font-size: 14px;
	font-weight: bold;
}

.menu-rollover  {
	text-decoration: none;
	color: #a2c552;
	font-size: 14px;
	font-weight: bold;
}

.menu-active {
	text-decoration: none;
	color: #a2c552;
	font-size: 14px;
	font-weight: bold;
}
	
/*____________________________________Content_____________________________________*/

div#content {
	position: relative;
	background-image: url('/images/background-container.png');
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	width: 930px;
	height: auto;
}

div#mainContent {
	position: relative;
	padding: 28px;
	width: 874px;
	min-height: 180px;
	height: auto;
}

div#banner {
	position: relative;
	width: 930px;
	height: auto;
}

div#homeOne {
	position: absolute;
	top: 20px;
	left: 28px;
	width: 208px;
	height: auto;
}

div#homeTwo {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 208px;
	height: auto;
}

div#homeThree {
	position: absolute;
	top: 20px;
	right: 250px;
	width: 208px;
	height: auto;
}

div#homeFour {
	position: absolute;
	top: 20px;
	right: 28px;
	width: 208px;
	height: auto;
}

.linkArrow {
	width: 12px;
	color: #178acb;
	font-size: 8px;
	font-weight: bold;
	height: 24px;
}

div#contentText {
	position: relative;
	width: 600px;
	height: auto;
}

div#subMenu {
	position: absolute;
	right: 28px;
	top: 156px;
	width: 218px;
	height: auto;
}

.subMenu-normal {
	text-decoration: none;
	color: #178acb;
	line-height: 18px;
	font-weight: bold;
}

.subMenu-rollover  {
	text-decoration: none;
	color: #a2c552;
	line-height: 18px;
	font-weight: bold;
}

.subMenu-active {
	text-decoration: none;
	color: #a2c552;
	line-height: 18px;
	font-weight: bold;
}

/*____________________________________Footer______________________________________*/

div#footer {
	position: relative;
	background-image: url('/images/background-footer.png');
	background-repeat: no-repeat;
	padding-top: 16px;
	width: 944px;
	height: auto;
}

img#footerLogo {
	position: absolute;
	right: 20px;
}
