/* CSS Document */

html,body{
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 1.6em;*/
	text-align: center;
	color: #333;
	background: url(../images/bg.jpg) repeat-x;
}
h1,h2,h3,h4,p{margin-top: 0;}
h1{font-size: 1.5em;}
h2{font-size: 11px; text-transform: uppercase;color: #09368C; line-height:15px;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
p{
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	margin: 0 0 1.6em 0;
}
a{text-decoration: none;color: #09368C;}
a:hover{text-decoration: underline;}
img{border: none;margin: 0;padding: 0;}
abbr,acronym{cursor:help;border-bottom: 1px dotted #333;}

#page {
	width:1030px;
	background:url(../images/body_bg.png);
	border-bottom:1px solid #fff;
}

/* -------------------- #wrap -------------------- */
div#wrap{
	margin: auto;
	width: 930px;
	background-color: #FFF;
}

/* -------------------- #main -------------------- */
div#main{text-align: left;}

/* -------------------- #header -------------------- */
div#header{
	position: relative;
	width: 930px;
}

#header table {
	vertical-align:bottom;
}

#header h2{
	color: #09368C;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}

div#language{
	background:url(../images/lang_box.jpg) no-repeat;
	width:116px;
	height:23px;
	padding-left:40px;
	padding-top:3px;
	color: #BBBDBF;
	margin-bottom:10px;
}
#language a{}
#language a#activelang{font-variant: small-caps;color: #09368C}

/* -------------------- #navigation -------------------- */
/*div#navigation{
height: 46px;
background-image: url(../images/nav_bg.jpg);
background-repeat: repeat-x;
background-position: left top;
padding: 10px 0 20px;
}
*/

/*#navigation ul{
list-style: none;
margin: 0 0 0 10px;
padding: 0;
}
#navigation li{
float: left;
display: inline;
line-height: 20px;
text-transform: uppercase;
margin: 0 20px;
}
#navigation li a{color: #FFF;padding: 0 10px;display: block;}
#navigation li a:hover,#navigation li a#active{
text-decoration: none;
background-color: #BBBDBF;
color: #09368C;
}*/
.menu {
	height:47px;
	background:url(../images/menu_bg.jpg);
	padding-top:10px;
}

.menu ul {
	display:inline;
	margin:0px;
	padding:0px;
}

.menu ul li {
	display:inline;

}

.menu ul li .link{
	padding-top:14px;
	text-align:center;
	height:33px;
	color:#fff;
	width:95px;
	float:left;
}
.menu ul li .link:hover {
	padding-top:14px;
	text-align:center;
	background:url(../images/hover_bg_kicsi.jpg);
	height:33px;
	color:#194393;
	width:95px;
	float:left;
}

.menu ul li .link2{
	padding-top:14px;
	text-align:center;
	height:33px;
	color:#fff;
	width:143px;
	float:left;
}
.menu ul li .link2:hover {
	padding-top:14px;
	text-align:center;
	background:url(../images/hover_bg.jpg);
	height:33px;
	color:#194393;
	width:143px;
	float:left;
}

.menu ul li a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.menu ul li a:hover {
	color:#194393;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}



/* -------------------- #container -------------------- */
div#container{
	clear: both;
	min-height: 60px;
	height: auto !important;
	height: 100%;
	min-height: 100px;
	/*background-image: url(../images/bg_container.gif);*/
	background-repeat: repeat-y;
	background-position: left top;
}

div#content{
	float: left;
	width: 500px;
	padding: 0 25px;
	color: #818181;
	border-right:1px solid #e8eaeb;
}
#content h3{text-transform: uppercase;color: #09368C;}
#content p
{
	color: #818181;
	line-height: normal;
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

div#certified{margin: 0 0 -1.6em;}
#certified ul{list-style: none;margin: 0;padding: 0;}
#certified li{
	clear: both;
	min-height: 60px;
	height: auto !important;
	height: 100%;
	margin: 0 0 1.6em;
}
#certified li img{
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 30px 10px 0;
}
#certified li h3{margin: 0;text-transform: none;font-variant: small-caps;}
#certified li h3 a{
	margin: 0 0 0 -11px;
	padding: 0 0 0 10px;
	background-image: url(../images/bg_navhome_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#certified li h3 a:hover{background-image: url(../images/bg_navhome_h3_hover2.gif);}
#certified li p{margin: 0 0 0 110px;font-size: 0.9em;color: #666;}

div#imager{
	padding:10px;
	background:url(../images/flash_box.jpg);
	width:490px;
	height:220px;
	margin-bottom:5px;
}

.content {
	border-top: 1px solid #e8eaeb;
	padding-top:20px;
	margin-top:20px;
	padding-left:5px;
}


.right {
	float:right;
}
.right_top {

	background:url(../images/right_top.jpg) no-repeat;
	width:361px;
	height:6px;
}

.right_bottom {

	background:url(../images/right_bottom.jpg) no-repeat;
	width:361px;
	height:6px;
}

div#extra{
	text-align:justify;
	width: 321px;
	/*background-color: #BBBDBF;*/
	background:url(../images/right_content.jpg);
	padding: 20px;
	color: #666;
}
#extra h3{text-transform: uppercase;color: #09368C;}
#extra h4{font-variant: small-caps;color: #666;margin: 0;line-height: 1.6em;}
#extra p{color: #666;}
#extra p.back{font-weight: bold;font-variant: small-caps;}
#extra p.back a{}

div#navhome{margin: 0 0 -1.6em;}
/*#navhome ul{list-style: none;margin: 0;padding: 0;}
#navhome li{
clear: both;
min-height: 60px;
height: auto !important;
height: 100%;
margin: 0 0 1.6em;
}
#navhome li img{
float: left;
width: 80px;
height: 60px;
margin: 0 30px 10px 0;
}
#navhome li h3{margin: 0;text-transform: uppercase;font-variant: small-caps;}
#navhome li h3 a{
margin: 0 0 0 -11px;
padding: 0 0 0 10px;
background-image: url(../images/bg_navhome_h3.gif);
background-repeat: no-repeat;
background-position: left center;
}
#navhome li h3 a:hover{background-image: url(../images/bg_navhome_h3_hover.gif);}
#navhome li p{margin: 0 0 0 110px;font-size: 0.9em;color: #666;}*/

div#navcat{margin: 0 0 -1.6em;}
#navcat ul{list-style: none;margin: 0;padding: 0;}
#navcat li{margin: 0 0 1.6em;}
#navcat li img{width: 305px;height: 90px;}
#navcat li h3{
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-variant: small-caps;
	background-color: #9BAEBF;
	line-height: 1.6em;
}
#navcat li h3 a{
	display: block;
	margin: 0 0 0 -16px;
	padding: 0 0 0 25px;
	background-image: url(../images/bg_navcat_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navcat li h3 a:hover{}
#navcat li p{
	margin: 0 0 0 20px;
	font-size: 0.9em;
	color: #666;
}

div#navtype{margin: 2.4em 0 1.6em;}
#navtype ul{list-style: none;margin: 0;padding: 0;}
#navtype li{margin: 0 0 0 20px;}
#navtype li h4{
	font-variant: small-caps;
	padding: 0 0 0 20px;
	margin: 0;
	background-image: url(../images/bg_navtype_h4.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
}
#navtype li div.toggled{margin: 5px 0;padding: 10px 0;}
#navtype li div.toggled ul{}
#navtype li div.toggled li{
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	background-image: url(../images/bg_navtype_toggled.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	line-height: 1.6em;
}
#navtype li div.toggled li a{}

div#googlemaps{
	width: 305px;
	height: 420px;
}

div#certificates{}
#certificates ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#certificates li{
	float: left;
	padding: 0 30px 30px 0;
}
#certificates li.last{padding: 0 0  30px 0;}
#certificates li img{width: 107px;height: 37px;}

/* -------------------- #footer -------------------- */
div#footer{
	clear: both;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*padding: 40px 0 0;*/
	/*margin: 20px 0 0;*/
	color: #818181;
	height:35px;
	padding-top:1px;
	margin-top:15px;
}

#also {
	background:url(../images/also_bg.jpg) no-repeat;
	margin-top:25px;
	margin-right:10px;
	height:21px;
	width:186px; /*116*/
	float:right;
	padding-top:2px;
	padding-left:10px;
	font-size:10px;
}

#footer_text {
	margin-top:3px;
	margin-bottom:10px;
}

#footer_text p{
	padding-left:30px;
	font-size:10px;
	line-height:11px;
	padding-bottom:10px;
	color:#666666;
}
.kocka {
	background:url(../images/kocka.jpg) no-repeat;
	padding-left:20px;
}

.kocka h2 {
	font-size: 11px; text-transform: uppercase;color: #09368C; line-height:15px;
}

.kocka2 {
	background:url(../images/szurke_kocka.jpg) no-repeat;
	padding-left:20px;
}

.kocka2 h3 {
	font-size: 11px; text-transform: uppercase; color: #333333; font-weight:bold; line-height:15px
}

.lista_szurke li {
	list-style:url(../images/szurke_kocka.jpg);
	font-weight:bold;
	color:#444444;
	margin:0px;
	padding:0px;
	line-height:20px;
}

.lista li {
	list-style:url(../images/kocka.jpg);
	font-weight:bold;
	color:#444444;
	margin:0px;
	padding:0px;
	line-height:20px;
}

.lista_szurke_kicsi li {
	list-style:url(../images/szurke_kocka.jpg);
	margin:0px;
	padding:0px;
	line-height:20px;

}

.lista_almenu a {
	background:url(../images/nincs_pipa.jpg) no-repeat;
	padding-left:30px;
	padding-top:5px;
	color:#09368c;
	text-transform:uppercase;
	font-weight:bold;
}

.lista_almenu a:hover {
	background:url(../images/van_pipa.jpg) no-repeat;
	padding-left:30px;
	padding-top:5px;
	color:#09368c;
	text-transform:uppercase;
	font-weight:bold;
}

.nyito a {
	text-decoration:none;
	color:#496aa9;;
}

.nyito a:hover {
	text-decoration:none;
	color:#496aa9;;
}

.nyito h1 {
	background:url(../images/fehet_kor.png) no-repeat;
	height:20px;
	padding-left:24px;
	font-size:14px;
	color:#496aa9;
}


.nyito #szoveg {
	padding-left:24px;
}

.termektabla{
	border-collapse: collapse;
	width:100%;
}

.termektabla td{
	padding:2px;
}

.termektabla tr.elso td{
	text-align:center;
	background-color:#F3F5F6;
	color:#21ABCE;
	padding:4px;
}

.termektabla tr.sor td{
	text-align:center;
	border-bottom:1px solid #E5E9ED;
	border-left:1px solid #E5E9ED;
	color:#858D96;
}

.box
{
	margin-bottom: 10px;
}

.box h3
{
	background-color: #9BAEBF;
	font-variant: small-caps;
	margin: 5px 0px 10px 20px;
	text-transform: uppercase;
	line-height: 1.6em;
}

.box h3 a
{
	background: transparent url("../images/bg_navcat_h3.gif") no-repeat center left;
	display: block;
	margin: 0px 0px 0px -16px;
	padding: 0px 0px 0px 25px;
}

.box p
{
	line-height: normal;
	margin-top: 10px;
	text-align: justify;
}
