@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------- */
@font-face {
	font-family:'Agatha-Modern';
	src: url("Agatha-Modern.ttf");
}
@font-face {
	font-family: 'Arkhive';
	src: url("BOOKOS.TTF");
}
ul li {
	color: #335E9F;
}
#tab{
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  border: 0px solid #000;
}

#tab li{
  float: left;
  margin: 1px 0 0 2px;
}

#tab a{
  position: relative;
  border: 1px solid #347AB9;
  padding: .4em .5em;
  float: left;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 3px 3px 3px 3px;
  font-family: 'Arkhive';
  font-weight: bold;
  font-size: 16px;
}

#tab a:hover,
#tab a:hover::after,
#tab a:focus,
#tab a:focus::after{
  background: #335E9F;
  color: #fff;
}

#tab a:focus{
  outline: 0;
}

#tab #current a,
#tab #current a::after{
  background: #335E9F;
  color: #fff;
  z-index: 3;
}

/* ------------------------------------------------- */

#cont
{
	background-image: url(../images/szoveg_bgr.png);
	background-repeat: repeat-y;
    padding: 2em;
	height: 700px;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;

}
#cont h2, #cont h3, #cont p
{
    margin: 0 0 15px 0;
}
#cont2
{
	background-image: url(../images/szoveg_bgr.png);
	background-repeat: repeat-y;
    padding: 1em;
	height: 1050px;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;

}
#cont2 h2, #cont2 h3, #cont2 p
{
    margin: 0 0 15px 0;
}