/*   
	Kubrick v1.2.5  for  e107
	http://binarybonsai.com/kubrick/
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Maintainer: William Moffett [Que~]
*/

/* BEGIN TYPOGRAPHY & COLORS */
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background:  #a22a7c url('images/hatter.png') repeat;
        
	
}

a {
	color: #06c;
	text-decoration: none;
}

a:active {
         outline: none;
}

a:focus {
         -moz-outline-style: none;
		 outline: none;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
}

h3 {
	font-size: 1.3em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000000;
	padding: 0px;
	text-align:left;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	color: #8d256c;
	}

a img {
	border: none;
	}

.linkspage_button{
	border:0px;
}

.hidden{
	display:none;
}

/* BEGIN LAYOUT */

#page {
	margin: 20px auto;
	padding: 0;
	width: 749px;
	
	text-align: left;
	
}

#page2 {
	margin: 20px auto;
	padding: 0;
	width: 749px;
	
	text-align: left;
	
}

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
        background-image: url(images/header_kezdo.png);
        background-repeat: no-repeat;
	
}

#header h1{
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: center;
}

#header h1 a, #header h1 a:hover{
	display: none;
}

#header h2 {
	position:absolute;
	top:100px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}

/* UL NAVIGATION ADDED BY QUE~ */

#navigation{
	font-size: 11px;
	height: 46px; 
	padding-left:26px;
	position: relative;
	list-style: none;
        background-image: url(images/menu_background.png);
        background-repeat: no-repeat;
        border-bottom-style:solid;
        border-bottom-width:3px;
        border-bottom-color: white;

}

ul #navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#navigation li a {
display: block;
}
#navigation li{
			
float: left;
position: relative;

/*padding-top: 20px;*/

}

#navigation li ul {
				width:180px;
				list-style: none;
				display: none;
				background-color:#045979;
				position: absolute;
				
			
				left: 0;
				margin-left:6px;
}

#navigation li ul li {
				left: -38px;
				width:217px;
				

}
#navigation li:hover ul,#navigation li.over ul {
display: block;
}
/*
#navigation li{
	background: none;
 	display: inline;
        float: left;
        padding-top: 20px;
       
}
*/
/* END UL NAVIGATION */

#content {
	margin-top:3px;
	font-size: 1.2em
	
	
}

#content_footer {
background:url("images/sarok_minta.png") no-repeat scroll right bottom transparent;



}
#sidebar{

}

#sidebar {
	margin:22px 0px 0px 545px;
	padding: 20px 0 10px 0;
	width: 190px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.narrowcolumn {
		float: left;
		margin: 0px 0 0;
		width: 749px;
        background-color: white;
}

.inner_content{
        padding: 20px 20px 20px 20px;
		min-height: 395px;
		background: #ffffff url(images/bal_minta.png) no-repeat left top;
}

.inner_content h3{
		display: none;

}
.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 5px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 749px;
        height: 30px; 
	clear: both;
        background-image: url( images/footer_background.png );
        background-repeat: no-repeat;
	
}

#footer p {
	margin: 0;
	
	text-align: center;
}

#csicsa {
			float:right;
			position: relative;
			right:0px;
			bottom:-30px;
			width:148px;
			height:176px;
			background-image: url(images/sarok_minta.png);
			


}
/* END LAYOUT  */


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.fborder {
	border: #ededed 1px solid;
	background-color: #fff;
	
}

.forumheader{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
}

.forumheader3{
	background-color: #fff;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:35px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #68ADE5;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background-image: url("images/tileage.jpg");

}
.fcaption a{
	padding-right:4px;
	color:#fff;

}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* START NAVIGATION */



li>ul {
top: auto;
left: auto;
}


.nav0 a{
        display: block;
        width: 90px;
        background-image: url(images/menu_kezdolap.png);
        background-repeat: no-repeat;
	background-position: center;
	height:	45px;
        text-indent: -9999px;
}

.nav1 a{
        display: block;
        width: 90px;
        background-image: url(images/menu_magamrol.png);
        background-repeat: no-repeat;
	background-position: center;
	height:	45px;
        text-indent: -9999px;
}

.nav2 a{
        display: block;
        width: 233px;
        background-image: url(images/menu_maganrendeles.png);
        background-repeat: no-repeat;
	background-position: center;
	height:	45px;
        text-indent: -9999px;
}




.nav3 a{
        display: block;
        width: 214px;
	height:23px;
        background-image: url(images/gyermekeknek.png);
	background-position: center;
        background-repeat: no-repeat;
        text-indent: -9999px;
	padding-top:20px;
}

.nav3  {
		border-top: 2px solid white;
		border-bottom: 2px solid white;
}

.nav4 a{
        display: block;
        width: 214px;
	height:23px;
        background-image: url(images/felnotteknek.png);
	background-position: center;
        background-repeat: no-repeat;
        text-indent: -9999px;
	padding-top: 20px;
}
.nav4 { 
		background-image: url(images/maganrendeles_hatter.png);
		background-repeat: repeat-x;
		/*background-position: center bottom;*/
		background-position: center;
		height:	46px;
}

.nav5 a{
        display: block;
        width: 170px;
        background-image: url(images/menu_szakmai.png);
        background-repeat: no-repeat;
	background-position: center;
	height:	45px;
        text-indent: -9999px;
}

.nav6 a{
        display: block;
        width: 120px;
        background-image: url(images/menu_elerhetoseg.png);
        background-repeat: no-repeat;
	background-position: center;
	height:	45px;
        text-indent: -9999px;
}

/*selected links*/
/*Homalyositasal mukodo menu KEZDET*/
.nav0 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}

.nav1 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}
.nav2 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}
.nav3 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}
.nav4 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}
.nav5 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}
.nav6 a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

}
/*Homalyositasal mukodo menu VEG*/

/* 
Hatterkepes menu KEZDET 
A menupont felett levo egerkurzor aktivalja a a masik hatterkepet 
*/
.nav0 a:hover {
	background-image: url(images/menu_kezdolap1.png);
        background-repeat: no-repeat;
}

.nav1 a:hover {
	background-image: url(images/menu_magamrol1.png);
        background-repeat: no-repeat;
}

.nav2 a:hover {
	background-image: url(images/menu_maganrendeles1.png);
        background-repeat: no-repeat;
}

.nav3 a:hover {
	background-image: url(images/gyermekeknek1.png);
        background-repeat: no-repeat;
}

.nav4 a:hover {
	background-image: url(images/felnotteknek1.png);
        background-repeat: no-repeat;
}

.nav5 a:hover {
	background-image: url(images/menu_szakmai1.png);
        background-repeat: no-repeat;
}

.nav6 a:hover {
	background-image: url(images/menu_elerhetoseg1.png);
        background-repeat: no-repeat;
	
/*
Hatterkepes menu VEG 
*/


/* aktive links */
.nav0_onpage a{
        display: block;
        width: 90px;
        background-image: url(images/menu_kezdolap.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}

.nav1_onpage a{
        display: block;
        width: 90px;
        background-image: url(images/menu_magamrol.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}

.nav2_onpage a{
        display: block;
        width: 233px;
        background-image: url(images/menu_maganrendeles.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}

.nav3_onpage a{
        display: block;
        width: 205px;
		height:23px;
        background-image: url(images/maganrendeles_gyerekeknek.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}

.nav3_onpage  {
		border-bottom: 2px solid white;
}

.nav4_onpage a{
        display: block;
        width: 205px;
		height:23px;
        background-image: url(images/maganrendeles_felnotteknek.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}

.nav5_onpage a{
        display: block;
        width: 160px;
        background-image: url(images/menu_szakmai.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}

.nav6_onpage a{
        display: block;
        width: 100px;
        background-image: url(images/menu_elerhetoseg.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
}
/* END NAVIGATION */

/* NICETITLE ADDED BY QUE~*/

.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}


