a img {
  border:none;
}

a:link, a:visited {
  color:black;
  text-decoration:underline;
}

a:hover, a:active {
  color:#999999;
  text-decoration:underline;
}

p {
  margin:0;
  padding:0;
}

p a {
	font-size:14px;
	font-weight:normal;
}

h1 {
  font-size:125%;
  font-weight:bold;
  margin:0 0 10px 0;
  padding:0;
}

h2, h3, h4 {
  font-size:100%;
  font-weight:bold;
  margin:0;
  padding:0 0 2px 0;
}

ul {
  margin:0 0 0 15px;
  padding:0;
}


/* layout */

#outer{
	position:relative;
	min-height:100%;
	width:935px;
	color:#000000;
	padding:0 15px;
	margin:0 auto -38px;
	background:url(/images/main_bg.png) repeat-y center center;
}


/* header */

#header{
	position:absolute;
	top:0px;
	left:15px;
	width:935px;
	height:105px;
	background:url(../images/header_bg.png) repeat-x;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#clearHeader {
  width:100%;
  height:120px;
}

#logo {
  float:left;
}

#header ul.imageMenu {
  float:right;
  list-style-type:none;
  margin:10px 30px 0 0;
  padding:0;
}

ul.imageMenu li {
  float:left;
  padding:0;
  margin:0 0 0 10px;
}

ul.imageMenu a, ul.imageMenu img {
  display:block;
}


/* footer */

#clearFooter {
  clear:both;
  width:100%;
  height:38px;
}

#footer {
  position:relative;
	width:935px;
	height:30px;
	clear:both;
	margin:0 auto;
	padding-top:8px;
	background:url(../images/footer_bg.png) repeat-x;
	background-color:#940902;
	z-index:100;
	color:white;
	text-align:center;
	font-size:70%;
}

#footer a:link, #footer a:visited {
  color:white;
  text-decoration:underline;
}

#footer a:hover, #footer a:active {
  color:#999999;
  text-decoration:underline;
}


#mainColumn {
  position:relative;
	width:525px;
	float:right;
	margin:0 90px 15px 0;
	font-size:80%;
}

#leftColumn {
  position:relative;
	width:200px;
	float:left;
	margin-left:22px;
	font-size:80%;
}

#contact {
  width:174px;
  margin:45px auto 20px;
}


/* menu */

ul.menu {
  list-style-type:none;
  padding:0;
  margin-top:0px;
  margin-bottom:10px;
}

ul.menu li {
  margin:0 0 5px;
  padding:0;
  background:url('/images/menu_bkg.png') no-repeat 0 0;
  width:167px;
  height:36px;
  line-height:36px;
  text-align:center;
  font-size:14px;
}

ul.menu ul {
  list-style-type:none;
  margin:0 0 0 10px;
  padding:0;
}

ul.menu li a {
  text-decoration:none;
  display:block;	
}

ul.menu a:link, ul.menu a:visited {
  color:#ffffff;
}

ul.menu a:hover, ul.menu a:active {
  color:#000000;
}


/* news */

table.newsList {
  width:100%;
}

table.newsList th {
  font-weight:bold;
  text-align:left;
}

.newsNav {
  margin-top:20px;
  width:100%;
  position:relative;
}

.newsNav div {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}

.newsNav .prev {
  text-align:left;
}

.newsNav .pageNo {
  text-align:center;
}

.newsNav .next {
  text-align:right;
}

.newsDate {
  margin-bottom:10px;
}


/* page */

.contactForm {
  width:395px;
  margin:0;
  padding:0;
}

.contactForm td {
  padding-bottom:5px;
}

.contactForm textarea.textBox {
  width:393px;
}

.textBox {
  border:1px solid #999999;
}

input.wide {
  width:250px;
  margin-left:10px;
}


/* language selector */

#languageList {
  list-style-type:none;
  padding:0;
  position:relative;
  margin-left:57px;
  height:20px;
}

#languageList li {
  float:left;
  margin:0 7px 0 0;
  padding:0;
}

#languageList a, #languageList img {
  display:block;
}


/* misc */

a.printIcon {
  position:absolute;
  display:block;
  width:17px;
  height:16px;
  top:0;
  right:0;
}

div.searchResult {
  margin-top:15px;
}

.linkImage {
  position:relative;
  width:174px;
  margin:10px auto 5px;
}

.linkImage a {
	font-family:Arial,"Times New Roman";
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	margin-bottom:-40px;
}

.linkImage a:hover, .linkImage a:active {
  color:#940902;
}

.linkImageText {
	display:none;
}

/* startPage */
#startPage .header {
	width:525px;
	border:1px solid #999999;
	background:#eaeaea;
	padding-bottom:12px;
}

#startPage .header .text {
	font-size:14px;
	color:#2b2929;
	font-family:Arial;
}

#startPage .header .text h1 {
	padding:0;
	margin:8px 0 0;
	font-size:22px;
	font-weight:bold;
	color:#6f0702;
}

#startPage .header .text p {
	margin:5px 0 0;
	padding:0;
}

#startPage .lowerTable {
	width:525px;
	border:none;
	margin:20px 0 15px;
}

#startPage .lowerTable th {
	font-weight:bold;
	font-family:Arial;
	text-align:left;
	background:#6f0702;
	color:#fefefe;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#startPage .lowerTable th.empty {
	background:none;
	border:none;
}

#startPage .topBorderLine {
	margin:2px 0 10px;
	padding:0;
	height:2px;
	background:#edc115;
	width:100%;
}

#startPage .lowerTable .column {
	font-size:14px;
	color:#2b2929;
	width:206px;
	border:1px solid #999999;
	background:#eaeaea;
	padding:20px 0 16px;
}

#startPage .lowerTable .column.left {
	padding-top:18px;
}

#startPage .lowerTable .column.right img {
	margin-bottom:1px;
}

#startPage .lowerTable .column.right {
	padding:20px 19px 16px;
}

#startPage .lowerTable .camping a {
	text-align:left;
	color:#6f0702;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	line-height:21px;
	display:block;
}

#startPage .lowerTable .camping a span.link {
	display:block;
	text-align:right;
	color:#000000;
	font-size:14px;
	text-decoration:underline;
	font-weight:normal;
}
