<!--DIVz + MAIN-->

#container {
	position:relative;
	width:1050px;
	z-index:10;
	margin:auto;
}
#header {
	position:relative;
	width:1050px;
	height:184px;
	z-index:100;
	background-color:#997326;
	background-image: url(../img/header-bg.jpg);
}

#fixed-left-menu {
	position:relative;
	width: 200px;
	left: -425px;
	z-index:9;
	background-color:#00FF33;
}	

#content-center {
	position:relative;
	width: 650px;
	left: 0px;
	top: -325px;
	z-index:9;
	background-color:#ccc;
}

#fixed-right-menu {
	position:relative;
	width: 200px;
	left: 425px;
	top: -160px;
	z-index:9;
	background-color:#AAFF33;
}

.font {font-family: 'Roboto Condensed', Tahoma;}

.font-content {
	font-family: 'Roboto Condensed', Tahoma;
	font-size: 14px;
}

.font-kategoriak {
	font-family: 'Roboto Condensed', Tahoma;
	font-size: 20px;
}

a:link {
	color: #0b5d80;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0b5d80;
}
a:hover {
	text-decoration: underline;
	color: #1087ba;
}
a:active {
	text-decoration: none;
	color: #0b5d80;
}
.style1 {
	font-size: 10px;
	font-style: italic;
}
.partner {font-size: 12px}

.oldalcim {
	color: #1087ba;
	font-weight: bold;
	font-size: 55px;
	text-shadow:2px 2px 1px black;
}

.font-megye {
	font-size: 22px;
}

.header-menu {
	font-size: 23px;
}

.font-shadow {
	text-shadow:3px 3px 4px black;
}

body {
	margin:auto;
	background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: top center;
	background-image: url(../img/bg-6.jpg);
}