/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }



* { padding: 0; margin: 0; border: 0 } 

#kiemelt {
	width: 960px;
	height: 220px;
	overflow: hidden;
	background-color: #AB2B4D;
	margin-bottom: 20px;
}
#kiemelt .viewport {
	float: left;
	width: 900px;
	height: 220px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
#kiemelt .buttons {
	display: block;
	width: 30px;
	height: 220px;
	margin: 0px;
	float: left;
}
#kiemelt .buttons:hover { border: none; }
#kiemelt .prev { background: url(prev.gif) no-repeat; }
#kiemelt .prev:hover { border: none; }
#kiemelt .next { margin: 0; background: url(next.gif) no-repeat; }
#kiemelt .next:hover { border: none; }
#kiemelt .disable { visibility: hidden; }
#kiemelt .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#kiemelt .overview li {
	float: left;
	margin: 0;
	padding: 10px 15px;
	height: 220px;
	width: 150px;
	font-size: 11px;
}



#kiemelt .overview p {
	text-align: center;
}

#kiemelt .overview li a {
	display: block;

}

#kiemelt .overview li a:hover {
	text-decoration: none;
	color: #AB2B4D;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AB2B4D;
	font-size: 13px;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AB2B4D;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663333;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #663333;
}

h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #AB2B4D;
}
a {
	font-weight: bold;
	color: #999966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#utvonal {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#utvonal a{
	color: #AB2B4D;
	font-weight: normal;
}

#fejlec {
	background-color: #AB2B4D;
}

header nav ul {
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	text-align: center;
	width: 1000px;
}

header nav li {
	display: inline;
}
header nav li a{	color: #FFFFFF;	padding: 10px;	font-weight: bold; }
header nav li a:hover{ color: #FFFFCC;	text-decoration: none; }

#szeles { width:1250px;}

#hatter{
	background-image: url(hatter.jpg);
}

#oldal {
	background-color: #FFFFFF;
	width: 980px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
	padding-top: 10px;
	padding-bottom: 50px;
}

section {
	margin: 10px;
}

figure {
	background-color: #FFFFFF;
	padding: 5px;
}

footer {
	background-color: #AB2B4D;
	clear: both;

}

footer nav ul {
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	text-align: center;
	width: 1000px;
}

footer nav li { display: inline; }
footer nav li a{	color: #FFFFFF;	padding: 10px 5px;	font-weight: bold; }
footer nav li a:hover{ color: #FFFFCC;	text-decoration: none; }

#lablec {width: 1000px;}


form {
	background-image: url(hatter_2.gif);
	padding: 10px;	
	margin-top: 20px;
	margin-bottom: 20px;
}

label, fieldset legend {font-size: 15px; font-weight: bold; }
fieldset legend {margin-bottom:10px; }
fieldset label {font-size: 13px; font-weight: normal; }

input, select, submit, button{
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333333;
}

#keresonyit {
	background-color: #FFFFCC;
}

.keret {
	border:1px solid #CCCCCC;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}



.kereso1 .mezo {
	float: left;
	width: 300px;
	margin: 5px;
}

.balra {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#hirdetes_fotok figure { width:120px; margin-right: 8px; margin-bottom: 8px;}

.bal {
	width: 700px;
}

.lista {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-image: url(hatter_2.gif);
}

.lista h1 {
	margin-top:0px;
}

.kiemelt {
	background-color: #FFFFCC;
	border: 1px solid #999933;
	background-image: none;
}

article h1, article h1 a {
	font-size: 13px;
	color: #AB2B4D;
	margin-bottom: 10px;
}

article h1 a {
	color: #AB2B4D;
}

article p {
	line-height: 150%;
	margin-top: 10px;

}

time {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.arnyek {
	-webkit-box-shadow: 2px 2px 1px 0px #999999;
	-moz-box-shadow: 2px 2px 1px 0px #999999;
	box-shadow: 2px 2px 1px 0px #999999;
}

.pluszinfo {
	float: left;
	width: 90px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding: 5px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
}

.ar {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #AB2B4D;
	float: right;
}



.csikos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.csikos td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ujhirdetes {
	float: left;
	margin: 5px;
	padding: 10px;
	background-image: url(hatter_2.gif);
	width: 160px;
	height: 220px;
	text-align: center;
}

.ujhirdetes h2 {
	font-size: 11px;
}
.ujhirdetes h3 {}

.jobbra {float:right;}
.gomb {
	width:180px;
	padding: 5px;
	text-align:center;
	background-color: #AB2B4D;
	color: #FFFFFF;
	border: #31231F;
}

.gomb a {
	color: #FFFFFF;
}

#jobb {
	width: 250px;
	float: right;
	margin-right: 10px;
}

#jobb section {
	margin: 0px;
}

#jobb .kereso1 .mezo {
	float: left;
	width: 220px;
	margin: 5px;
}

#jobb input, #jobb select, #jobb submit, #jobb button{
	padding: 3px;
	font-size: 13px;
}

#jobb .gomb {width:100px;}


.kicsi {
	font-size: 10px;
}

.hasab {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	padding-bottom: 2px;
}

.negyhasab {
	width: 24%;
	margin-right: 0.5%;
	margin-bottom: 2px;
	margin-left: 0.5%;
}

.haromhasab {
	width: 32%;
	margin-right: 0.5%;
	margin-bottom: 2px;
	margin-left: 0.5%;
}

.banner {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lapozas {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#jobbjobb {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 260px;
	margin-top: 10px;
	float: right;

}

#gemstone {float:right}
#hirdb {
	font-weight: bold;
	color: #FFFFCC;
	padding: 10px;
	position: absolute;
	font-size: 12px;
}

aside {	text-align: center; }
aside h1 {
	color: #FFFFFF;
	background-color: #AB2B4D;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	font-size: 15px;
	padding: 5px;
}
aside h2 {}
aside .ujhirdetes {
	float: none;
	width: auto;
}