html {
	margin: 0px;
	padding: 0px;
}

img {
  border-width: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2e2e2e;     
	background-color : #e7e7e7;
	font-size : 13px; 
	line-height: 1.6em;
	text-align: center;
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat: repeat-x;
  min-height: 100%;
  height: auto;
	margin: 0px;
	padding: 0px;
}

body.mceContentBody {
   background: #FFF;
   background-image: url();
   text-align: left;
   padding:20px;
}
 
#background {
 
}

#main {
  display: block;
  position: relative;
	width: 1000px;
  height: auto; 
  min-height: 100%;   
	text-align: left;
	margin: auto;
}

#header {
  width: 1000px;
  height: 170px;
 	position: relative;
}

#header-image {
  width: 998px;
  height: 348px;
  left:0px;
  top:180px;
  border: 1px solid #fff;
 	position: absolute;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}

#lang {
  font-size:13px; 
  top:55px;
  right: 10px;
  position: absolute;   
  font-weight:bold;
}

.dlang {
  float:left;
  margin-left:25px;
}

a { color:#111111; text-decoration:none; }
a:visited { color:#111111; text-decoration:none; }
a:hover { color:#111111; text-decoration:none; }

#lang a { color:#222222; text-decoration:none; }
#lang a:visited { color:#222222; text-decoration:none; }
#lang a:hover { color:#000000; text-decoration:none; }

#lang img {
  float:left;
  margin-right:10px;
  margin-top:2px;  
}

#menu {
  top: 126px; 
  position: absolute;
  left: 0px;      
 	width: 760px;
  padding: 0px 20px;
  list-style-type: none;
  margin:0px;
}

#menu li {
  font-weight:bold;
	text-decoration: none;
  float:left;
  margin: 0px 0px 0px 0px;
  font-size:17px;
  padding:0 60px 0 0;
}

#menu li:last-child {
  background-image: url();
}

#menu li:hover {
}

#menu li ul {
  display: none;
  position: absolute;   
  list-style-type: none;
  background-color: #cacaca;
  padding: 5px 0;
  border: 2px solid #590000;
  margin-left: -25px;
  margin-top: 10px;
  background-image: url(../images/menu.png);
 	background-position: center;
 	background-repeat: repeat-y;
}

#menu li ul li {
  float: none;
  background-image: url();
  padding:5px 30px 5px 30px; 
  height:auto;
  font-size:13px; 
}

#menu li:hover ul {
  display: block;
}

#menu li ul li:hover {
  background-image: url();
  background-color: #dfdfdf;
}

#menu li a { color:#3f3f3f; text-decoration:none;}
#menu li a:visited { color:#3f3f3f; text-decoration:none; }
#menu li a:hover { color:#3ea2a6; text-decoration:none; }        
#menu li.active a { color:#3ea2a6; text-decoration:none; }

#menu li ul li a { color:#3f3f3f; text-decoration:none; }
#menu li ul li a:visited { color:#3f3f3f; text-decoration:none; }
#menu li ul li a:hover { color:#000000; text-decoration:none; }

#logo {
  font-size: 0px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 10px;
  text-align:left; 
  width: 548px;
  height: 78px;
  background-image: url(../images/logo.png);
 	background-repeat:no-repeat;
}

#logo span {
	display: block;  
  width: 548px;
  height: 78px;
}

.fler {     			      
  position: absolute;
  top: 3px;
  right: 0px;
  width: 193px;
  height: 103px;
  background-image: url(../images/fler.jpg);
 	background-repeat:no-repeat;
}   

.social {     			      
  position: absolute;
  top: 118px;
  right: 0px;
  width: 90px;
  height: 33px;
}

.social div {
	width: 33px;
	height: 33px;
	float: left;
	margin-left: 10px;
}

.s1 { background-image: url(../images/s1.png); }  
.s2 { background-image: url(../images/s2.png); }
.s3 { background-image: url(../images/s3.png); }
.s4 { background-image: url(../images/s4.png); }

#logo a { color:transparent; text-decoration:none; }
#logo a:visited { color:transparent; text-decoration:none; }
#logo a:hover { color:transparent; text-decoration:none; }

#content {
  width: 1000px;
  padding: 365px 0px 0px 0px;     
}

#col1 {
  float:left;
  padding: 0px 30px 15px 30px;
  margin: 10px 20px 10px 0px;
  width:680px; 
  background-color: #ffffff;    
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#col1 .cheader {
  width: 680px;
  height: 18px;
  padding: 10px 30px;
  background-image: url(../images/col.png);
  background-position: top;
  margin: 0px -30px 30px -30px;
  color:#3ea2a6;
  font-weight:bold;
  font-size:18px; 
  text-shadow: #ffffff 1px 1px 1px;     
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);  	           
}

#col2 {
  float:left;
  padding: 0px 25px 15px 25px;
  margin: 10px 0px 10px 0px;
  width:190px;
  background-color: #ffffff;
  line-height: 1.4em; 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#col2 .cheader { 
	text-transform: lowercase;
  width: 190px;
  height: 18px;
  padding: 10px 25px;
  background-image: url(../images/col.png);
  background-position: top;
  margin: 00px -25px 15px -25px;
  color:#3ea2a6;
  font-weight:bold;
  font-size:18px; 
  text-shadow: #ffffff 1px 1px 1px;    
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}  

#col1 p {                  
  line-height: 1.8em; 
}

#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: 1000px;
  padding: 15px 0px 20px 0px;  
  margin: 0px auto;
  font-size: 12px;
  color: #6a6a6a; 
	line-height: 1.5em;   
}

#footer span {
  margin: 0px;
  padding: 0px;
  float: right;
  text-align: right;
}

#flogo {
  margin: 10px 5px 10px 20px;
  padding: 0px;
  float: right;
  background-image: url(../../../images/logo.png);
  width: 60px;
  height: 38px;
}

#footer a {
  color: #6a6a6a;  
  text-decoration: none;
}

#footer a:visited {
  color: #6a6a6a;  
  text-decoration: none;
}

#footer a:hover {
  color: #6a6a6a; 
  text-decoration: underline;
}

#footer hr {
  border-width: 0px;
  border-top: 1px solid #ccc;
  margin: 5px 0px 20px 0px;
  clear:both;
}

.gallerywrapper {
	position: relative;
	display: block;   
  margin: 8px;
  padding: 2px;
  border: 1px solid #9bb1b6;
  width: 200px;
  height: 174px;
  float: left;
}

.gallerywrapper span { 
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 194px; 
	background-color: #eee;     
  height: 12px;
  line-height: 12px;
  padding: 6px 5px;
  text-align: center;
}

.gallery {
}

.newsimage {
  margin: 0px 17px;
  padding: 2px;
  border: 1px solid #959595;
}

.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;  
  line-height: 1.2em;
}

.news .date {
  float:left;
  width: 200px;
  text-align: center;
  padding-top: 5px;     
  padding-bottom: 7px; 
  color:#2e2e2e;
}

.news .title {
  float:left;
  width: 430px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 7px;
  font-weight: bold; 
  color:#2e2e2e;
  line-height: 1.5em;
}

.news .image {
  float:left;
  width: 200px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.news .image img {
  padding: 2px;
  border: 1px solid #9bb1b6;
  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 #959595;
  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 #959595;
  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:#2e2e2e;
  line-height: 1.2em;
}

#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 #c7c7c7;
  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:#eeeeee;
  border:1px solid #c7c7c7; 
}

.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 #c7c7c7; 
}

#antispam {
  display:none;
}

.contact-h {
  font-weight:bold;
  display:block;   
}

.contact-c {
  display:block;  
  border-bottom:1px solid #9bb1b6; 
  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: #8e8e8e;
  font-size:10px;
}

hr {
  border-width: 0px;
  border-top: 1px solid #575757;
  margin: 7px 18px 10px 18px;
  clear:both;
}

.dmenu {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;  
}

.mright {
  text-align: right;
}

.dmenu-top {
  height: 16px;
  padding: 2px 22px;
  color: white;
  background-image: url(../images/dmenu.png);
  background-repeat: no-repeat;
  background-position: left; 
}

#dmenu-small {
  font-size: 10px;
  margin: 0px -10px 20px -10px !important;
  width: 210px;
}