@import url('reset.css');
@import url('color.css');
@import url('typography.css');

/*
- - - - - - - - - - - GLOBAL - - - - - - - - - - -
*/
html, body{
	width:100%;
}
.kozep{
	width:960px;
	margin:0 auto;
}

/*
- - - - - - - - - - - HEADER - - - - - - - - - - -
*/
header{
	width:100%;
}
header>div{
	position:relative;
}
header>div p{
	line-height:100px;
}
header>div #szebbjovo{
	margin:-30px auto 0 auto;
	padding:0 0 20px 5px;
}
header #bannerNav{
	height:299px;
	overflow:hidden;
}
header nav{
	height:299px;
	position:absolute;
	top:0;
	right:0;
}
header nav ul{
	z-index:10;
	height:299px;
}
header nav ul li{
	width:332px;
	height:59px;
	margin-bottom:1px;
	margin-left:12px;
}
header nav ul li div{
	width:320px;
	height:54px;
	margin-left:12px;
	padding-top:5px;
}
header nav ul #menu5 div{
	padding-top:8px;
}
header #bannerek{
	position:relative;
	width:640px;
	height:300px;
	top:0;
}
header #bannerek li{
	position:absolute;
	left:0;
	width:640px;
	height:300px;
	z-index:10;
}
header #bannerek #banner1{
	top:0;
}
header #bannerek #banner2{
	top:300px;
}
header #bannerek #banner3{
	top:600px;
}
header #bannerek #banner4{
	top:900px;
}
header #bannerek #banner5{
	top:1200px;
}

/*
- - - - - - - - - - - NAV - - - - - - - - - - -
*/

/*
- - - - - - - - - - - CONTENT - - - - - - - - - - -
*/
#content{
	overflow:auto;
	padding:30px 0;
}

/*
- - - - - - - - - - - SECTION - - - - - - - - - - -
*/
section{
	width:589px;
	padding:0 50px 20px 0;
	float:left;
	min-height:1600px;
}
section h1{
	margin-bottom:15px;
}
section p{
	margin-bottom:10px;
}

/*
- - - - - - - - - - - ASIDE - - - - - - - - - - -
*/
aside{
	width:290px;
	margin:0 0 20px 30px;
	float:left;
}
aside article:first-child{
	padding-top:7px;
}
aside article{
	padding:50px 0;
}
aside h2{
	margin-bottom:10px;
}
aside form p{
	margin-bottom:25px
}
aside form div{
	line-height:170%;
	width:100px;
	margin:0px auto 25px auto;
}
aside form input[type="submit"]{
	width:170px;
	height:25px;
	height:35px;
}
aside form{
	position:relative;
}
aside form .hiba{
    position:absolute;
    width:100%;
}
#hiba{
	top:110px;
}

.beagyazva{
	margin:auto;
	width:590px;
	text-align:center;
}
.beagyazottkinezet{
	border:#333 solid ; 
}
/*
- - - - - - - - - - - FOOTER - - - - - - - - - - -
*/
footer{
	clear:both;
	width:100%;
	height:330px;
}
footer>div{
	position:relative;
}
footer>div>div{
	position:absolute;
	top:20px;
	width:300px;
}
footer h2{
	margin-bottom:10px;
}
footer>div>div+div{
	left:320px;
}
footer>div>div+div+div{
	left:670px;
}
footer>div>p{
	position: relative;
	top:255px;
}
footer ul li{
	margin-bottom:15px;
}