@charset "utf-8";

/* A template-ekhez tartoz stlusok importja */
@import url("templates.css");

/* Alap tag-ek beallitasainak betoltese */

@import url("basic.css");


/* A theme.tpl class es id gyujtemenye */

#container {
	position:relative;
	width: 960px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background:url(img/bg.jpg) repeat-y center;
/*	border: 1px solid #000000;*/
}

#header {
	background:url(img/head_bg.jpg) no-repeat top center;
	width:1240px; 
	height:580px;
	margin-left:-140px;
}

#head_illustr {
	position:absolute;
	top:0px;
	left:-155px;
	width:700px;
	height:420px;
	background:url(img/head_illustr.png) no-repeat 0 0;
}

#logo {
	position:absolute;
	top:30px;
	left:70px;
	width:169px;
	height:289px;
	background:url(img/logo.png) no-repeat 0 0;
	z-index:10;
}

#logo:hover {
	background:url(img/logo.png) no-repeat 0 -291px;
}

#main_container {
	position:relative;
	margin-top:-350px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:0px;
/*	border:#006633 solid 1px;*/
}

#sidebar_left {
	float: left;
	width: 220px;
	margin-top:92px;
	padding:0 5px 10px 10px;
	z-index:5;
}

#mainContent {
	position:relative; 
	margin: 10px 0 20px 230px;
	padding: 0 20px;
	min-height:500px;
	z-index:5;
/*	border:#990000 solid 1px;*/
}

#footer {
	position:relative;
	height:50px;
	margin:0;
/*	border:#CC6600 solid 1px;*/
}

#footer p {
	position:absolute;
	bottom:0px;
}

#foot_illustr {
	position:absolute;
	margin:0;
	padding:0;
	width:570px;
	height:370px;
	bottom:0px;
	right:-140px;
	background:url(img/footer_illustr.png) no-repeat right bottom;
	z-index:0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
