html {
	margin: 0px;
	padding: 0px;
}

img {
  border-width: 0px;
}

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #2e281b;     
	background-color : #000000;
	font-size : 14px; 
	line-height: 1.6em;
	text-align: center;
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat: 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 {
  width: 100%;
  height: 100%;
  background-image: url(../images/background-grad.png);
 	background-position: top;
 	background-repeat:repeat-x; 
}

#main {
  overflow:hidden;
  display: block;
  position: relative;
	width: 1000px;
  height: auto; 
  min-height: 100%;   
	text-align: left;
	margin: auto;
}

#header {
  width: 1000px;
  height: 184px;
  background-image: url(../images/header.png);
 	background-position: bottom;
 	background-repeat:no-repeat;
 	position: relative;
  margin-top: 20px;
}

#header-image {
  display: none;
}

#lang {
  font-size:13px; 
  top:55px;
  right: 10px;
  position: absolute;
}

.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: 94px; 
  position: absolute;
  left: 0px;      
 	width: 960px;
  height: 42px;
  padding: 0px 30px;
  list-style-type: none;
  margin:0px;
  z-index: 1;
}

#menu li {
	text-decoration: none;
	text-transform: uppercase;
  float:left;
  margin: 0px 0px 0px 0px;
  font-size:16px;
  padding:10px 20px 10px 20px;
  height:21px;
  background-image: url(../images/li.png);
 	background-position: right;
 	background-repeat:no-repeat;
}

#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 #333333;
  margin-left: -25px;
  margin-top: 5px;
}

#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:#ffffff; text-decoration:none;}
#menu li a:visited { color:#ffffff; text-decoration:none; }
#menu li a:hover { color:#7aba05; 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 {
  display: none;
}

#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: 960px;
  padding: 8px 20px 0px 20px;
  background-image: url(../images/content.png);
}

#col1 {
  float:left;
  padding: 0px 20px 15px 20px;
  margin: 15px 10px 10px 5px;
  width:660px; 
  border: 1px solid #cecece;
  background-image: url(../images/white.png);
}

#col1 .cheader {
  width: 662px;
  height: 18px;
  padding: 10px 20px;
  background-image: url(../images/col1.png);
  background-position: center;
  margin: -10px -21px 30px -21px;
  color:#669d00;
  font-weight:bold;
  font-size:18px; 
  text-shadow: #ffffff 1px 1px 1px;
}

#col2 {
  float:left;
  padding: 0px 20px 15px 20px;
  margin: 15px 0px 10px 6px;
  width:190px;
  border:1px solid #cccccc;
  background-image: url(../images/white.png);
  line-height: 1.4em;
}

#col2 .cheader {
  width: 192px;
  height: 16px;
  padding: 11px 20px;
  background-image: url(../images/col2.png);
  background-position: center;
  margin: -10px -21px 15px -21px;
  color:#669d00;
  font-weight:bold;
  font-size:18px; 
  text-shadow: #ffffff 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: 960px;
  padding: 15px 20px 20px 20px;  
  margin: 0px auto;
  font-size: 12px;
  color: #c0c0c0; 
  background-image: url(../images/footer.png);
	background-position: top;
	background-repeat: no-repeat; 
	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: #c0c0c0;  
  text-decoration: none;
}

#footer a:visited {
  color: #c0c0c0;  
  text-decoration: none;
}

#footer a:hover {
  color: #c0c0c0; 
  text-decoration: underline;
}

#footer hr {
  border-width: 0px;
  border-top: 0px solid #575757;
  margin: 5px 18px 5px 18px;
  clear:both;
}

.gallery {
  margin: 5px;
  padding: 2px;
  border: 1px solid #9bb1b6;
}

.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, #button2 {
  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: #669d00;
  font-size:10px;
}

hr {
  border-width: 0px;
  border-top: 1px solid #aaaaaa;
  margin: 20px 0px 20px 0px;
  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;
}
 
#photo-sidebar {
  width: 218px;
  float: right;
  margin-left: 25px; 
  margin-right: -10px; 
  margin-bottom: 10px;
  margin-top: -15px;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background-color: #f3f3e9;
}

#photo-sidebar img {
  width: 90px;
}

#photo-sidebar a:first-child img {
  width: 200px;
}

fieldset {
  background-color: rgba(255,255,255,.65);
  border-radius: 0.4em;
}

fieldset select {
  width: 200px;
}

fieldset input {
  width: 100px;
}

#cena, #cenas {
  border: 0;
  margin-top:2px;
  font-weight: bold;
}

.hint {
  float:right;
  background-color: #fff7e4;
  border: 1px solid #faae07;
  border-radius: 0.4em;
  width: 260px;
  padding: 2px 5px;
  font-size: 11px;
}

.hint-wide {
  background-color: #fff7e4;
  border: 1px solid #faae07;
  border-radius: 0.4em;
  width: 624px;
  padding: 2px 5px;
  font-size: 11px;
  margin-bottom: 10px;
}


.pro {
  width: 300px;
}

.pwrap {
  clear: both;
}

.clear-l {
  clear: left;
}

.readonly {
  color: #aaaaaa;
  font-weight: bold;
  width: 50px;
}