body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(http://www.campingheeg.nl/design/background2.jpg);
	background-repeat: no-repeat;
	background-color: #2941C6;
	background-attachment: fixed;
}

#header {
	background-image: url(http://www.campingheeg.nl/design/boven.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

#tools {
	background-image: url(http://www.campingheeg.nl/design/tools_back2.gif);
	background-repeat: no-repeat;
	background-position: 0px 132px;
	position: absolute;
	padding-top: 167px;
	left: 0px;
	top: 0px;
	width: 200px;
}

#tools ul {
	margin: 0px;
	padding: 0px;
}

#tools li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

#tools li img {
	border: 0px;
}

#topnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2941C6;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 200px;
	top: 115px;
}

#topnavigation li {
	border-right: 1px solid #FFFFFF;
	float: left;
	height: 17px;
	padding: 0px 7px;
	list-style-type: none;
}

#topnavigation li a {
	color: #FFFFFF;
	text-decoration: none;
}

#topnavigation li a:hover {
	text-decoration: underline;
}

#topnavigation img {
	border: 0px;
	margin-top: 2px;
}

#content {
	width: 725px;
	position: absolute;
	left: 210px;
	top: 150px;
}

#content img {
	border: 1px solid #000080;
}

#content img.no_border {
	border: 0px;
}

#content table {
	border: 1px solid #000080;
	background-color: #FFFFFF;
	margin-bottom: 14px;
}

#content table.transparant {
	border: 0px;
	background: none;
}

#content table th {
	text-align: left;
	background-color: #000080;
	color: #FFFFFF;
}

#content table.transparant th {
	background: none;
	color: #000080;
}

#content table td, #content table th  {
	padding: 3px;
}

#content table td.text_right, #content table td.answer  {
	text-align: right;
}

#content table td.answer {
	color: #000080;
	padding-right: 3px;
	margin-bottom: 7px;
}

#text_navigation, #bottom_navigation {
	margin: 14px 0px;
	padding: 0px;
}

#vertical_navigation {
  margin-top: 21px;
  margin-bottom: 70px;
}

#bottom_navigation {
  margin-top: 50px;
}

#text_navigation li, #bottom_navigation li {
	border-left: 1px solid #000000;
	display: inline;
	padding: 0px 7px;
	list-style-type: none;
}

#text_navigation li.last, #bottom_navigation li.last {
	border-right: 1px solid #000000;
}

#image_bar {
	float: right;
	padding-top: 50px;
	padding-left: 14px;
}

#image_bar img {
	margin-bottom: 14px;
}

#leftnavigation {
	position: absolute;
	top: 193px;
	left: 0px;
}

#leftnavigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#leftnavigation a:hover {
	text-decoration: underline;
}

#navigation_items {
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 182px;
}

#navigation_items li {
	list-style-type: none;
	padding: 8px 0px;
	margin: 0px;
	padding-bottom: 9px;
	margin-bottom: 11px;
	/* background-color: #2941C6;
	border: 1px solid #FFFFFF; */
	text-align: right;
	color: #2941C6;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 7px;
}

#navigation_items a {
	font-weight: bold;
	margin-left: 5px;
}

#navigation_items a:hover {
	color: #FF0000;
	text-decoration: none;
}

ul.red_bullet {
	margin: 20px;
	padding: 0px;
}

ul li {
	padding: 3px 0px;
	line-height: 1.5em;
}

ul li.normal {
	line-height: normal;
}

ul.red_bullet li {
	padding: 0px;
	height: 20px;
	list-style-image: url(http://www.campingheeg.nl/design/vinkrood.gif);
}

img.symbols {
	margin: 14px 0px;
	border: 0px;
}

img.logo_symbol {
	margin: 0px 33px 14px 33px;
}

img.animation {
	float: right;
	margin: 34px;
}

#banners {
  padding-left: 5px;
}

#banners a img {
  border: 0px;
  margin-bottom: 7px;
}

h1 {
	color: #000080;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #000080;
	font-size: 1em;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 14px;
}

p.small_text {
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-bottom: 14px;
	padding-left: 3px;
}

.highlight {
	color: #FF0000;
}

.highlight_blue {
	color: #000080;
}

.highlight_blue_text {
	color: #000080;
	font-weight: bold;
	font-style: italic;
}

.highlight_line {
	text-decoration: underline;
}

.disclaimer {
	font-style: italic;
}

label, input, select, textarea {
	display: block;
	float: left;
	margin-bottom: 3px;
}

input.in_checkbox, input.in_radiobutton, input.in_text {
	display: inline; 
	float: none;
	margin-bottom: 0px;
}

select.simple {
	display: inline;
	float: none;
	margin-bottom: 0px;
}

input.background, select.background, textarea.background, input.answer, input.in_text {
	background: #DDEEFF;
}

input.answer {
	float: none;
}

label {
	width: 150px;
	padding-right: 20px;
}

form br {
	clear: left;
}

a:link{
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: #0066FF;
  text-decoration: underline;
}

a:active {
  color: red;
  text-decoration: none;
}

#navigation_footer {
  width: 154px;
  margin: 21px 0px 7px 0px;
	font-size: 0.85em;
  color: #FFFFFF;  
  font-style: italic;
  text-align: center;
}

#info_links {
  margin: 7px 0px 14px 0px;
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: bold;
	width: 154px;
	text-align: center;
	font-style: italic;
	position: absolute;	
}

#info_links ul {
	margin: 0px;
	margin-top: 14px;
	padding: 0px;
	float: none;
	clear: both;
}

#info_links ul li {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  font-weight: normal;
  float: left;
	width: 76px;
}

#info_links ul li a img {
  border: 0px;
}

div.gallery {
  display: block;
  height: 85px;
  margin-top: 7px;
}

div.gallery a img {
  border: 1px solid #669900;
  height: 70px;
  margin-right: 7px;
}

div.gallery a:hover img {
  border-color: #fff;
}

div.gallery a.control img {
  height: 70px;
  width: 28px;
  border: 0px;
  margin-right: 7px;
}

div.gallery_control {
  float: left;
  position: relative;  
}

div.gallery_pics_view {
  overflow: hidden;
  width: 537px;
  position: relative;
  float: left;
}

#gallery_pics_container {
  width: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
