/* @font-face {
	font-family: calibribb;
	src: url(../fonts/calibrib.ttf);
}/**/
body.mceContentBody { 
   background-color: #fff !important; 
   color:#000 !important;
   background-image: none !important;
}
body {
	margin: 0px;
  background: url('../img/tlo.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center top; 
  
	font-family: Tahoma, Verdana, auto;
  font-size: 13px;
}
.border {
	behavior: url(./js/PIE.htc);
	border: 4px solid #fff; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	zoom: 1;
}
.border-green {
	border: 3px solid #261917; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	zoom: 1;
}
.wysz-box {
	background: #fff;
}
.box {
	z-index: 4;
	background: #fff;
	height: 240px;
	width: 175px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.box img {
	width: 175px;
	height: 145px;
}
.box span {
	width: 175px;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.box:hover {
	background: #ffffcd;
	cursor: pointer;
	border: 4px solid #ffffcd; 
}
.content {
	background-color: #ffffff;
	float: left;
	width: 960px;
	padding: 5px;
	padding-bottom: 30px;
}
#header {
	z-index: 2;
	width: 100%;
	height: 155px;
	/*background: url('../img/tlo.jpg');*/
}
.flexslider {
	behavior: url(./js/PIE.htc);
	border: 0px solid #fff !important;
	margin: 0 0 0px !important;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5) !important; 
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.5) !important; 
	-o-box-shadow: 0 1px 10px rgba(0,0,0,.5) !important; 
	box-shadow: 0 1px 10px rgba(0,0,0,.5) !important; 
}
#image {
	z-index: 1;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 957px;
}
#menu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
  height: 30px;
}
#menu a:link, #menu a:visited {
	margin: 0px 16px;
	font-size: 18px;
	font-family: Verdana, Tahoma, auto;
	text-decoration: none;
	color: #261917;
}
#menu a:hover {
	border-top: 2px solid #261917;
	border-bottom: 2px solid #261917;
}
#content {
	width: 978px;
	min-height: 450px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 100px;
	overflow: hidden;
	padding: 6px;
}



