/* --------------------------------------------------
   Beaufort 7 10-9-2005
	Piet Rijkhoff
-------------------------------------------------- */

body {
	background: #fff url(../img/back.jpg) 0 0 no-repeat;
	color: #333;
	margin: 0;
	padding: 0;
	font: 76%/150% Arial, Helvetica, sans-serif;

}

* {
	padding: 0;
	margin: 0;
}


p, h1, h2, h3, h4, h5 {
	line-height: 160%;
	padding: 0.3em;
	
}


h1, h2, h4, h5 {
	color: #ec430f;
		background: transparent;

}
h3 {
	color: #3D7DEF;
	background: transparent;
}

h1 {
	font-size: 145%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}


a, a:link {
	color: #fff;
	background: #ec430f;
	text-decoration: none;
}

a:hover {
	color: #ec430f;
	background: #fff;
	text-decoration: none;
}



/* --------------------------------------------------
	Layout
-------------------------------------------------- */

#container {
	background: transparent;
	margin: 165px 0 0 0;
	

	
	
}

ul#menu {
	float: left;
		width: 133px;
		margin:  0 20px;
	background: url(../img/back_menu.gif) no-repeat 0 0;

}

li {
	list-style: none;
}

#menu li, #menu li a {
	margin: 0.2em 0.2em 0 0;
	font-weight: bold;
	color: #ec430f;
	background: transparent;
	text-decoration: none;
	text-align: right;
	padding-right: 18px;
}


#menu li a:hover {
	background: transparent;
		color: #3D7DEF;	
}



 #menu li.current {
	background: transparent url(../img/hover.gif) no-repeat 100px 50%;
	color: #3D7DEF;
}



#tekst {
	float: left;
	width: 500px;
	background: transparent;
	
}


#nieuws {
	float: left;
	width: 181px;
	margin-left: 60px;
	_margin-left: 40px;
 background: transparent;
 color: #333;
}


#nieuws li a {
background: transparent;
color: #333;

}

#nieuws li a:hover {
background: transparent;
color: #ec430f;

}


#banner {
	width: 170px;
	height: 350px;
	background: #fff;
	margin: 60px 0 0 0;
	border: 1px solid #87CEFA;
	
}

/* footer stick bottom */



 html
{
height: 100%;
}

body
{
height: 100%;
}

#container
{
position: relative;
min-height: 100%;
}

* html #container
{
height: 100%;
}

#footer
{

margin-top: -38px;
height: 38px;
background:  url(../img/footer.gif) 0 0 repeat-x;
border-top: 1px solid #4682B4;
font-size: 90%;
}

/* Toegevoegd door Casper */

#fill_30 {
width: 30px;
}

#fill_15 {
width: 15px;
}


