html {
	margin: 0px;
	padding: 0px;
}

img {
  border-width: 0px;
}

body {
	font-family: Lucida Grande, helvetica, arial, sans-serif;
	color: #222222;     
	background-color : #9aad2f;
	font-size : 12px; 
	line-height: 1.4em;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
  min-height: 100%;
  height: auto;
	margin: 0px;
	padding: 0px;
}

body.mceContentBody {
   background: #FFF;
   background-image: url();
   text-align: left;
   padding:20px;
}
 
#background {
  overflow:hidden;
  display: block;
  position: relative;
	width: 994px;
  height: auto; 
  min-height: 100%;   
	text-align: left;
	margin: auto;
  background-image: url(../images/background.png);
	background-position: center;
	background-repeat: repeat-y;  
}

#main {
  margin: 0px 7px;
  width: 980px;
}

#header {
  width: 980px;
  height: 330px;
  background-image: url(../images/header.jpg);
 	background-position: top;
 	position: relative;
}

#lang {
  font-size:11px; 
  font-weight:bold;
  top:10px;
  right: 15px;
  position: absolute;
}

.dlang {
  float:left;
  margin-right:20px;
}

a { color:#111111; text-decoration:none; }
a:visited { color:#111111; text-decoration:none; }
a:hover { color:#111111; text-decoration:none; }

#lang img {
  float:left;
  margin-right:10px;
  margin-top:0px;  
}

#menu {
  bottom: 0px; 
  position: absolute;
  right: 0px;
  height: 62px;
  overflow:hidden;
  list-style-type: none;
  margin: 0px 10px 0px 10px;
}

#menu li {
  float:left;
  margin: 0px 0px 0px -10px;
  font-size:14px;
  font-weight:bold;
  height: 25px;
  padding:27px 30px 10px 30px; 
  background-image: url(../images/li.png);
	background-position: left top;
	background-repeat: no-repeat;  
}

#menu li:last-child {
  padding-right: 15px;
}

#menu li:hover {
  background-image: url(../images/lihover.png);
}

#menu li a { color:#ffffff; text-decoration:none; }
#menu li a:visited { color:#ffffff; text-decoration:none; }
#menu li a:hover { color:#ffffff; text-decoration:none; }

#logo {
	font-family: Trebuchet MS; 
  font-size: 44px;
  font-weight: bold;
  position: absolute;
  top: 200px;
  right: 10px;
  padding:48px 40px;
  text-shadow: #ffffff 0px 0px 3px;
  height: 27px;
  background-image: url(../images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;  
  display: none;
}

#logo a { color:#293406; text-decoration:none; }
#logo a:visited { color:#293406; text-decoration:none; }
#logo a:hover { color:#293406; text-decoration:none; }

#content {
  width: 980px;
}

#col1 {
  float:left;
  padding: 0px 22px 15px 28px;
  margin: 10px 5px 5px 10px;
  width:660px;
}

#col1 .cheader {
  width: 656px;
  height: 17px;
  padding: 12px 28px;
  background-image: url(../images/col1.png);
  margin: 0px -22px 30px -28px;
  color:white;
  font-weight:bold;
  font-size:18px; 
  text-shadow: black 1px 1px 1px;
}

#col2 {
  float:left;
  padding: 0px 5px 15px 15px;
  margin: 0px 25px 5px 15px;
  width:190px;
}

#col2 .cheader {
  width: 180px;
  height: 17px;
  padding: 12px 25px;
  background-image: url(../images/col2.png);
  background-position: right;
  margin: 10px -25px 15px -15px;
  color:white;
  font-weight:bold;
  font-size:18px; 
  text-shadow: black 1px 1px 1px;
}

#col2 p {
  text-align:justify;
  font-size: 11px;
}

h1 {
  font-size: 15px;
  background-image: url(../images/h1.png);
	background-position: bottom;
	background-repeat: repeat-x;  
  padding-bottom:5px;  
}

.clear {
  clear:both;
}

#footer {
  width: 940px;
  padding: 15px 20px 20px 20px;  
  margin: 0px 7px 0px 7px;
  font-size: 12px;
  color: #999999;
}

#footer span {
  margin: 0px;
  padding: 0px;
  float: right;
  text-align: right;
}

#flogo {
  margin: 10px 20px;
  padding: 0px;
  float: right;
  background-image: url(../../../images/logo.png);
  width: 60px;
  height: 38px;
}

#footer a {
  color: #999999;  
  text-decoration: none;
}

#footer a:visited {
  color: #999999;  
  text-decoration: none;
}

#footer a:hover {
  color: #666666; 
  text-decoration: underline;
}

#footer hr {
  border-width: 0px;
  border-top: 2px solid #bbbbbb;
  margin: 7px 18px 10px 18px;
  clear:both;
}

.gallery {
  margin: 5px;
  padding: 2px;
  border: 1px solid #cccccc;
}

.newsimage {
  margin: 0px 17px;
  padding: 2px;
  border: 1px solid #cccccc;
}

.newstitle {
  text-align: center; 
  font-weight: bold;
  display: block;
  margin-bottom:10px;  
}

.news {
  width:650px;  
  background-image: url(../images/news.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 5px;
  margin-bottom:15px;     
}

.news .date {
  float:left;
  width: 200px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
}

.news .title {
  float:left;
  width: 430px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 7px;
  font-weight: bold;   
}

.news .image {
  float:left;
  width: 200px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.news .image img {
  padding: 2px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}

.news .text {
  float:left;
  width: 430px;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
}

#next {
  text-align:center;
}

.next {
  border:1px solid #bbbbbb;
  background-color: #eeeeee;
  padding: 2px 6px;
  margin:3px;
  background-image: url(../images/button.png);
  background-repeat: repeat-x;
}

.next:hover {
  border:1px solid #555555;
}

#pagin {
  text-align:center;
}

.pagin {
  border:1px solid #bbbbbb;
  background-color: #eeeeee;
  padding: 2px 6px;
  margin:3px;
  background-image: url(../images/button.png);
  background-repeat: repeat-x;
}

.pagin:hover {
  border:1px solid #555555;
}

#pselect {
  border:1px solid #222222;
}

#gform {
  width:650px;  
  background-image: url(../images/news.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 5px;
  margin-bottom:15px; 
}  

#gform span {
  width: 636px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  display:block;  
  font-weight: bold;
  margin-bottom: 18px;   
  color: white;
}

#gform p {
  margin-left:18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: -10px;
}

textarea {
  width:600px;
  margin:18px 18px 8px 18px;
  clear:both;
  resize: none;
}

label {
  margin-left:18px;
  width: 105px;
  display:block;
  float:left; 
  font-weight: bold;
  margin-bottom:3px;
}

input {
  float:left;
  width:180px;
  margin-bottom:3px;
}

.dateinput {
  background-image: url(../../../images/calendar.gif);
  background-position: right center;
  background-repeat: no-repeat;
  border-top: 1px #acaeb4 solid;
  border-left: 1px #dde1e7 solid;
  border-right: 1px #dde1e7 solid;
  border-bottom: 1px #e3e9ef solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px; 
}

#button {
  float:none;
  margin:auto;
  display:block;
  border:1px solid #bbbbbb;
  background-color: #eeeeee;
  padding: 2px 6px;
  width: 100px;
  background-image: url(../images/button.png);
  background-repeat: repeat-x;
}

#button:hover {
  border:1px solid #555555;
}

.guest {
  width:620px;
  background-position: top;
  padding: 14px;
  margin:0px 5px 10px 5px; 
  background-color:white;
  border:1px solid #dddddd; 
}

.guest .date {
  float:left;
  width: 150px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
}

.guest .title {
  float:left;
  width: 420px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 7px;
  font-weight: bold;
}

.guest .text {
  clear:both;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 0px;  
  border-top:1px solid #dddddd; 
}

#antispam {
  display:none;
}

.contact-h {
  font-weight:bold;
  display:block;   
}

.contact-c {
  display:block;  
  border-bottom:1px solid #dddddd; 
  margin-bottom:5px;
  padding-bottom:3px;
  padding-left:12px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 5px; 
}

.ans {
  border-left-style: solid;
  border-left-color: #b6ca0d;
  font-size:10px;
}

hr {
  border-width: 0px;
  border-top: 1px solid #dddddd;
  margin: 7px 18px 10px 18px;
  clear:both;
}