@charset "iso-8859-2";
/* CSS Document */

body {
	background-color:#003366;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFF99;
	text-align:center;
}

a img {
	border:none;
}

h1 {
	font-size:26px;
}

#container {
	background:url(images/head.png) no-repeat 0 0;
	min-height:600px;
	text-align:left;
}

#head {
	height:120px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	padding:30px 50px 0px 200px;
/*	border:1px solid #66FF00;*/
}

#head h1 {
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#66cc00;
	background:none;
}

#logo {
	position:absolute;
	top:10px;
	left:10px;
}

#cegnev {
	position:relative;
	top:0px;
}

#cegcim {
	position:relative;
	top:0px;
}

#wrapper {
	width:100%;
	height:auto;
}

#leftside {
	float:left;
	width:220px;
	margin:80px 0 10px 20px;
/*	border:1px solid #66FFFF;*/
}

#rightside {
	float:right;
	width:200px;
	margin:10px 20px 10px 20px;
/*	border:1px solid #66FFFF;*/
}

#main {
	margin:20px 230px 10px 250px;
	min-height:800px;
	padding:0px 10px 10px 10px;
	background:url(images/main_bg.png) repeat;
/*	border:1px solid #66FFFF;*/
}

#main h1 {
	display:block;
	height:30px;
	padding:15px 5px 15px 15px;
}

#main h1 img {
	margin-left:-15px;
}

.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;
}

.megjegyzes {
	font-size:90%;
	font-style:italic;
}

#footer {
	margin:0;
	padding:20px;
	background:#0c242c;
	border-top:3px solid #66cc00;
}

#footer_bg {
	float:left;
	margin-top:-40px;
	margin-left:0;
	height:80px;
	width:70px;
	background:url(images/lablec_bg.png) no-repeat top left;
}

#footer a {
	color:#FFFF99;
	text-decoration:underline;
}

.pic {
	padding:10px;
	background:url(images/pic_bg.png) repeat;
	border:1px solid #FFFFCC;
}

.rotator {
	width: 200px;
	height: 200px;
}

.pictbox {
	display:inline-block;
	width:162px;
	height:222px;
	border:#6699FF 1px dotted;
	margin:3px;
	padding:5px;
	vertical-align:middle;
}

.pictbox img {
	max-width:150px;
	max-height:150px;
	padding:5px;
	display:block;
}

.pictbox p {
	display:block;
	margin:0;
}


