@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,700,600&subset=latin,latin-ext');
ol, ul, li, .mceContentBody{
	font-size: 14px;
}
#slideshow-body,#slideshow .slide{
	height: 255px;
}
#footer{
	background-image: none;
}
body{
	background-image: url('img/bg.jpg');
font-family: 'Open Sans', sans-serif;	
}

#main{
	position: relative;
	background-color: white;
	border-top: 2px solid #6e6e6e;
}
.logo{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#menu-top{
	background-color: rgba(0, 0, 0, 0);
border: medium none;
float: left;
margin-top: 47px;
margin-left: 30px;
}
#menu-top ul li a{
	background-color: #3498db;
	margin-right: 20px;
	
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	height: auto;
}

#menu-top ul li a:hover, #menu-top ul li .active{
text-decoration: none;
background-color: #163783;
}
#menu-top ul li a span{
	padding: 7px 15px;
}
#slideshow-body{
	height: 200px;
	width: 1000px;
}
#slideshow .slide{
	background-position: center top;
}
#slideshow .background{
	height: 200px;
	background-image: none;
}

#slideshow-body2{

	width: 100%;
}
#slideshow2 .slide{
	background-position: center top;
	background-size: cover;
	min-height: 544px;
	width: 100%;
}
#slideshow2 .background{
	height: 603px;
	background-image: none;
}

#main-in{
	background-color: transparent;
}
#secondary-menu ul li{
	border: none;
	margin-bottom: 2px;
}
#secondary-menu ul ul{
	display: none;
	list-style-type: none;
	background-color: #e74c3c;
	margin-left: 25px;
}
#secondary-menu ul li{
	background-color: #e74c3c;
}
#secondary-menu ul li li{
	list-style-type: none;
	background-color: #e74c3c;
}
#secondary-menu ul li a{
	background-color: #e74c3c;
	border-radius: 2px;
	  font-size: 15px;
}
#secondary-menu ul li li a{
	color: white;
}
#secondary-menu ul li a span{
	border-color: #e74c3c;
	padding: 4px 0 4px 15px;
	border: 0px;
}
#secondary-menu ul li li a span{
	padding: 0px;
	font-size: 14px;
}
#secondary-menu ul li a:hover span, #secondary-menu ul li .active span{
	color: white;
}

#secondary-menu ul li a:hover span, #secondary-menu ul li .active span{
	text-decoration: none;
	border-color: #c0392b;
	background-color: #c0392b;
	background-image: url('img/sipka.png');
	background-position: center right;
	background-repeat: no-repeat;
}
#secondary-menu ul li li a:hover span, #secondary-menu ul li li a.active span{
	background-image: none;
}
#content-in{
	padding: 0px;
}

#main-in{
	padding: 0px;
	
}
#content-in {
margin-right: 0px;
}
#content-in img{
	max-width: 100%;
}

.mceContentBody h1,.mceContentBody h2,.mceContentBody h3,.mceContentBody h4,.mceContentBody h5{
	color: #2c3e50;
}
.mceContentBody h1{
	color: #153582;
	margin-bottom: 0px;
}

.mceContentBody h4{
	color: #153582;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 15pt;
}

.mceContentBody h2{
	color: #153582;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: justify;
	margin-bottom: 0px;
}
.mceContentBody h3{
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
}

#breadcrumbs{
	background-image: none;
	background-color: transparent;
}

#breadcrumbs a.breadcrumb{
	color: #2980b9;
	text-decoration: none;
}

.mceContentBody p {
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 14px;
}
.mceContentBody h1,.mceContentBody h2,.mceContentBody h3 {
  font-family: 'Open Sans', sans-serif;	
  font-weight: bold;
}

.photogallery .photo .image{
	width: 192px;
	height: 128px;
}
.radius20 .se,.cornered .ne,.radius20 .nw{
	background-image: none;
}

.photogallery .photo {
  margin-right: 5px;
  margin-left: 5px;
  height: 138px;
}
.photogallery .photo span{
	background-size: cover;
}

.datum{
	position: absolute;
	top: 38px;
	right: 10px;
}

.photogallery .photo .text{
	display: none;
}

.mceContentBody ul li {
  background: url("img/ul-arrow.png") no-repeat scroll left 13px rgba(0, 0, 0, 0);
  padding-left: 15px;
  line-height: 160%;
}
.mceContentBody ul, .mceContentBody ol {
  line-height: 160%;
}


#slideshow3{
    position:relative;
    height:350px;
}

#slideshow3 img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow3 img.active {
    z-index:10;
}

#slideshow3 img.last-active {
    z-index:9;
}