/*
Design by Jane-Es222
*/

* {
	margin: 0;
	padding: 0;
}

body {
margin: 0;
	padding: 0;
	background: #FEFF99;
	background: url(resources/bgintro.gif) repeat-x top left;
	font: normal small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #7D7D7D;
	

}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #304f96;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

img {
}

/* Intro*/
.intro {
	width: 760px;
	height: 500px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -250px;
	background: url(resources/textintro.jpg) no-repeat center; 
	border: 1px solid #000000; 
}

.intro h1 {
	margin: 16px 17px 0 17px;
	letter-spacing: 2px;
	font-size: 2.5em;
	font-weight: bold;
	border-top: 2px solid #000000; 
	color: #304f96;
}

/* Menu */

#menu {
	width: 540px;
	height: 25px;
	font-size: 15px/*1.8em*/;
	LEFT: 28px; 
	POSITION: absolute;
	TOP: 451px; 
	background-image: url(resources/introbar.jpg);
	border-right: 1px solid #304f96;
	border-bottom: 1px solid #304f96;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: auto;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #304f96;
	border-left: 1px solid #304f96;
}

#menu a:hover, #menu .active a {
	color: #FF6600;
}

.nieuws {
	width: 540px;
	height: 63px;
	font-size: 13px/*1.8em*/;
	LEFT: 28px; 
	POSITION: absolute;
	TOP: 30px; 
	
	background-image: url(resources/introbar.jpg);
	border: 1px solid #304f96;
	color: #000070;
}

.contact {
	width: 165px;
	height:130px;
	font-size: 11px/*1.8em*/;
	LEFT: 588px; 
	POSITION: absolute;
	TOP: 30px; 
	
	/*background-image: url(resources/introbar.jpg);
	border: 1px solid #304f96;*/
	color: #000070;
}
