/*
 * General
 * -------------------------------------------------------------------------------- 
 */

html, body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, td, th, input, select, textarea {
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

input, select, textarea {
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin: 15px 0 0 0;
	background-color: #231f17;
	background-image: url(../design/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrap {
  width:1005px;
  margin:0 auto;
  border: 3px solid #000000;
}

/* 
 * Header
 * --------------------------------------------------------------------------------
 */
#header {
  height: 259px;
  width: 1005px;
  background-image: url(../design/top.jpg);
  background-repeat: no-repeat;  
}

#menu {
  padding-top:190px;
}
/* 
 * Main Content
 * --------------------------------------------------------------------------------
 */

#main_content {
	position:relative;
  background-color: #8f7d58;
	border-top: 3px solid #000000;
	padding: 30px 30px 30px 30px;
  background-repeat: no-repeat;	
}


/*
 * Footer
 * --------------------------------------------------------------------------------
 */

#footer {
	background-color: #262019;
	border-top: 3px solid #000000;
	height: 65px;
	color: #FFFFFF;
	clear:both;
}


#copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto ;
	padding: 10px 0 10px 0;
}

/**********************************************/
.Box {
	border: 2px solid #000000;
	-moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  background-color: #332b1b;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;

}
.newsBox h3 {
	color: #FFFFFF;
	background-color: #404343;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0px 5px 0px;
	padding: 5px 5px 5px 10px;
}
.newsBox p {
	border: none;
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #FFFFFF;
}

#lngSwitch {
  width:1000px;
  text-align: right;
  padding-top: 5px;
  padding-right: -15px;
  
}


.news-background {
  background-image: url(../design/content-background.jpg);
  background-repeat: no-repeat;
}


h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 16pt;
  font-weight: normal;
}

/*
* MENU LINKS
*/
a:link {
	color: #e5d1ae;
	
}

a:visited {
	color: #e5d1ae;
}
a:hover {
	color: #404343;
	background-color: #F1F1F1;
	text-decoration: none;

}
a:active {
	color: #ecd773;
}

.a-horizontalMenu {
	color: #e5bd7f;
	font-size: 22px;
	font-weight: 150;
	margin-left: 5px;
	margin-top: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.a-button {
	border: 1px solid #ffffff;
	background-color: #131f17;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.aboutTable { 
	border-collapse: collapse; 
}
.aboutTable td { 
	border-top: 0px solid white; 
	border-bottom: 1px solid grey; 
}                              


/* pravy stlpec taby */
.tabs {
	padding: 0; margin: 0; position: relative; top:0px; z-index: 90;
	/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  }
.tabs ul {margin: 0; margin-left: 1px; padding: 3px 0px 2px 0px; border-bottom: 0px;}
.tabs ul li {display: inline; margin: 0px; text-decoration: underline; padding: 2px 7px 3px 7px; font-size: 11px; white-space: nowrap; color: #8B8A8A; font-weight: bold}
.tabs .ac, .tabs .ia {
	margin: 0px; margin-left: -1px; border: 2px solid #000000; border-bottom: 0px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px; 

	}
.tabs .ac {color: #5F5F5F; background: #332b1b; border-bottom: 0px solid #000000;}

