@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background-color: #D3E8B3;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #000;
}

/*Layout*/
#container {
	width: 900px;
	margin: auto;
	background: transparent URL("../images/header.jpg") top left no-repeat;
border: solid 1px #87B539;
	padding: 0px;
}

#header {
	height: 220px;
	text-align: left;
}

#accessibility {
	text-align: right;
}

/*Header*/
#header, #header a {
	color: #374A17;
}

#title {
	font-size: 350%;
	padding-top: 25px;
	padding-left: 55px;
}

#title a {
	text-decoration: none;
}

#subtitle {
	font-size: 120%;
	margin-left: 395px;
	margin-top: -22px;
}

/* Accessibility */

#accessibility {
	color: #374A17;
	font-weight: bold;
}

#accessibility span#big {
	font-size: 120%;
}

#accessibility span#small {
	font-size: 80%;
}

#accessibility img {
	vertical-align: middle;
}

/*Navigation*/
#navigation {
	border-bottom: 10px solid #87B539;
	padding: 10px 0px 0px 0px;
	width:100%;
	margin: 0px;
	height: 35px;
}

#navigation ul {
	margin: auto;
	padding: 0px;
	list-style: none;
	width: 811px;
}

#navigation ul li {
	float: left;
	height: 35px;
	overflow: hidden;
	margin-right: 8px;
}

#navigation ul li a {
	display:block;
}

#navigation a img {
	margin: 0px;
}

#navigation a:hover img, #navigation li.selected img {
	margin-top: -35px;
}

#navigation #nav-home { width: 72px; }
#navigation #nav-home img {  }

#navigation #nav-accomm { width: 154px; }
#navigation #nav-accomm img { margin-left: -72px }

#navigation #nav-area { width: 98px; }
#navigation #nav-area img { margin-left: -226px }

#navigation #nav-booking { width: 112px; }
#navigation #nav-booking img { margin-left: -324px }

#navigation #nav-caravans { width: 194px; margin-right: 0px; }
#navigation #nav-caravans img { margin-left: -436px }

/*Content*/
#content {
	text-align: justify;
	margin: 10px;
	color: #000;
}
	
#content.left {
	width: 400px;
	float: left;
}

#content p {
	margin: 10px;
}

div.booking {
	width: 220px;
	margin: auto;
}

span.small {
	font-size: 70%;
}

#content em {
	font-style: normal;
}

#map {
	margin: 20px 20px 20px 0px;
	float: right;
}

#links {
	list-style: none;
}

 #links li {
	background: url("../images/ico.png") left center no-repeat;
	padding-left: 18px;
	margin-bottom: 4px;
}

/* Image Bar */
#imagebar {
	margin: 10px auto 20px auto;
	text-align: center;
	height: 167px;
	padding-left: 55px;
}

#imagebar .barimg {
	float: left;
	display: inline;
	width: 270px;
	height: 167px;
	overflow: hidden;
}

#imagebar .barimg img {
	width: 250px;
	height: 167px;
}

/*Footer*/
#footer {
	clear: both;
	font-size: 80%;
color: #000;
}

#footer  a{
	color: #000;
}

#footer  #credit {
	margin-top: 10px;
	font-size: 80%;
}


/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}
