/* -------------------------------------------------------------- */
/* -------------------------- Global style ---------------------- */
/* -------------------------------------------------------------- */

html {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    font-family: 'Tahoma', 'Arial', 'Verdana', 'Helvetica', sans-serif;
    font-size: 11px;
    color: #253745;
	background: #f5f5f5 url('../images/bg.jpg') top no-repeat;
}

ul, li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
    color: #253745;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #253745;
}

h1, h2, h3, h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #253745;
}

img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}

fieldset {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.clear {
    clear: both;
}

/* -------------------------------------------------------------- */
/* -------------------- End Global style ------------------------ */
/* -------------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------------------------------------------- */
/* --------------------------- Header --------------------------- */
/* -------------------------------------------------------------- */

#top {
	overflow: hidden;
	position: relative;
	height: 370px;
}

#logo {
	position: absolute;
	top: 39px;
	left: 20px;
	width: 191px;
	height: 40px;
}

#logo a {
	display: block;
	width: 191px;
	height: 40px;
	background: url(../images/logo.png) top no-repeat;
}

#languages {
	position: absolute;
	top: 26px;
	right: 20px;
}

#languages a {
	display: block;
	float: left;
	margin: 0 0 0 12px;
}

#languages p {
	float: left;
	line-height: 17px;
	text-shadow: 1px 1px 0px #fff;
	color: #888;
}

#menu {
	float: right;
	margin: 71px 20px 0 0;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 0 0 7px;
	background: url(../images/menu-bg.jpg) top no-repeat;
}

#menu ul li a {
	display: block;
	width: 119px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url(../images/active-menu.png) 0 0 no-repeat;
	-moz-transition: background linear 0.3s;
}

#menu ul li a:hover, #menu ul li a.activeMenu {
	background: url(../images/active-menu.png) 0 -34px no-repeat;
	color: #fff;
}

#slider-bg {
	width: 1000px;
	height: 246px;
	margin: 19px 0 0 0;
	background: url(../images/slider-bg.png) top no-repeat;
}

#slider {
	position: absolute;
	z-index: -1000;
	width: 1000px;
	height: 246px;
	background: #fff;
}

#pager {
	position: absolute;
	z-index: 100;
	right: 80px;
	bottom: 41px;
}

#pager a {
	display: block;
	float: left;
	width: 28px;
	height: 27px;
	text-align: center;
	line-height: 28px;
	font-family: 'Times New Roman';
	font-size: 12px;
	background: url(../images/slider-nav-bg.png) top no-repeat;
}

#pager a:hover, #pager a.activeSlide {
	background: url(../images/slider-nav-active.png) top no-repeat;
	color: #fff;
}

/* -------------------------------------------------------------- */
/* ------------------------ End Header -------------------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* ------------------------- Content ---------------------------- */
/* -------------------------------------------------------------- */

#center {
	padding: 0 20px 20px 20px;
}

#center ul {
  margin: 0 0 0 20px;
}

/* -------------------------------------------------------------- */
/* ----------------------- End Content -------------------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* --------------------------- Footer --------------------------- */
/* -------------------------------------------------------------- */

#bottom {
	overflow: hidden;
	height: 65px;
	margin: 0 20px;
	line-height: 65px;
	border-top: #cacaca solid 1px;
}

#copy {
	float: left;
}

#author {
	float: right;
}

#copy, #copy a, #author, #author a {
	color: #202020;
}

/* -------------------------------------------------------------- */
/* ----------------------- End Footer --------------------------- */
/* -------------------------------------------------------------- */

.mobile_on {
  display: none;
}

.nagl {
  font-size: 15px;
  color: rgb(255, 255, 255);
  background-color: #536674;
  padding: 2px 5px;
  margin-bottom: 10px;
}

.slicknav_menu {
  display: none;
}

.kolor1 {background-color: #536674;}
h1.home, h2.home {color: #ffffff; font-size: 15px; padding-left: 5px;}

@media (max-width: 1000px) {
  #wrapper {
    width: 100%;
  }
  table {
    width: 100%;
  }
  #slider-bg {
    background: none;
  }
  #slider-bg img {
    width: 100% !important;
    display: block !important;
  }
}

@media (max-width: 800px) {
  table tr {
    width: 100%;
  }
  table td {
    width: 100%;
    display: block;
  }
  .mobile_on {
    display: block;
  }
  .mobile_off {
    display: none;
  }
}

@media (max-width: 760px) {
  #logo {
    top: initial;
    width: 100%;
    margin-top: 20px;
    left: initial;
  }
  #logo a {
    display: block;
    margin: auto;
  }
  #slider-bg {
    height: auto;
  }
  #slider-bg img {
    width: 100% !important;
    display: block !important;
  }
  #slider {
    width: 100%;
    height: auto;
  }
  #pager {
    bottom: 90px;
  }
}

@media (max-width: 650px) {
  #pager {
    bottom: 120px;
    right: 50px;
  }
}

@media (max-width: 620px) {
  #languages {
    top: 70px;
  }
  #menu {
    float: none;
    margin-top: 120px;
  }
  #pager {
    bottom: 80px;
    right: 50px;
  }
}

@media (max-width: 600px) {
  #bottom {
    height: auto;
    line-height: 25px;
  }
  #author, #copy {
    float: none;
  }
  #top { 
    height: 340px;
  }
  #pager {
    bottom: 40px;
  }  
}

@media (max-width: 525px) {
  iframe {
    width: 100%;
  }
  #menu ul li a {
    width: 100px;
  }
  #pager {
    bottom: 50px;
  }    
}

@media (max-width: 510px) {
  #pager {
    bottom: 60px;
  }  
}

@media (max-width: 470px) {
  #menu > ul {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #menu ul li a {
    background: none !important;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
    margin: 0;
  }
  a.activeMenu {
    background: none !important;
  }
  #menu ul li {
    background: none !important;
  }
  #menu {
    margin-top: 110px;
  }
  #menu ul li a:hover {
    color: #000000;
    background-color: #fff !important;
    border-radius: 0;
  }
  #pager {
    bottom: 50px;
  }    
}

@media (max-width: 450px) {
  #pager {
    display: none;
  }
}