body { 
	margin-top: 20px;
	text-align:center;
	color: #cd2f1e;
	background: transparent url(images/background.jpg) repeat scroll left top;
	}

A:link {
	text-decoration: none; 
	color: #2f7ba7;
	}

A:visited {
	text-decoration: none; 
	color: #2f7ba7;
	}

A:active {
	text-decoration: none; 
	color: #2f7ba7;
	}

A:hover {
	text-decoration: underline overline; 
	color: #ffffff;
	}

p {font-size: 14px; font-family: 'arial black';	}
p.a {font-size: 16px;}
p.b {font-size: 20px; text-align: center;}
p.c {font-size: 13px; text-align: center;}
p.d {font-size: 15px; text-align: center;}
p.e {font-size: 13px; text-align: center;}
p.f {font-size: 18px; text-align: center;}
p.red {font-size: 13px; text-align: center; color: #f11d21}
p.redrechts {font-size: 13px; text-align: right; color: #f11d21}
p.redlinks {font-size: 14px; text-align: left;}
p.jubi {font-size: 40px; text-align: center;}

p.camping {font-size: 16px; font-family: 'arial black'; text-align: left; padding-left: 2em; color: #2f7ba7;}
p.campinglinks {font-size: 14px; font-family: 'arial black'; text-align: left; padding-left: 2em;}

p.taxatie {font-size: 13px; font-family: 'arial black'; text-align: left; padding-left: 2em;}
p.taxatieblauw {font-size: 13px; font-family: 'arial black'; text-align: left; padding-left: 2em; color: #2f7ba7;}

p.menutekst {
font-size: 13px; 
white-space: pre;
}

h1 {text-align: center;} 


#Inhoud{
	position:absolute;
	left:10px;
	top:150px;
	}

#Logo{
	width: 900px;
	height: 111px;
	background: url(images/BG.png);
	}


div.container {
	width:1050px;
	height: auto;
	border-left-style:solid;
	border-left-width: 2px;
	border-left-color:#2f7ba7;
	border-right-style:solid;
	border-right-width: 2px;
	border-right-color:#2f7ba7;
	background-color: #0b0835;
	}


div.header,div.footer {
	color:white;
	clear:left;
	z-index:-1;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color:#2f7ba7;
	border-top-style:solid;
	border-top-width: 2px;
	border-top-color:#2f7ba7;
	}

div.menu {
	float:left;
	width:190px;
	height:auto;
	text-align: left;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

div.inhoud {
	max-width: 950px;
	min-height: 800px;
	text-align: left;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	border-left-style:solid;
	border-left-width: 2px;
	border-left-color:#2f7ba7;
	}


