/*HTML*/
body {
	font-size: 15px;
	background-image: url(../gfx/bg.gif);
	background-repeat:repeat-xy;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 22px;
	color: #585443;
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	text-align:center;
	}

a {
	color: #5A4416;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
    }

p a { 
	border-bottom: 1px solid #dfdfdf;
		font-size:14px;
	}

h1 {
	color: #4D4637;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

h2 a {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

sup {
	line-height: 1em;
	font-size: 80%;
}

#container 
{
	text-align:left;
	margin: 0 auto;
	width:1031px;
	height:900px;
}

/*LAYOUT*/
div.halaszi-1 {
	left:0px;
	top:0px;
	width:1031px;
	height:145px;
	background-image: url(../gfx/halaszi-1.gif);
	background-repeat:no-repeat;
}

div.halaszi-2 {
	left:0px;
	top:145px;
	width:1031px;
	height:38px;
	background-image: url(../gfx/halaszi-2.gif);
	background-repeat:no-repeat;
}

div.halaszi-3 {
	text-align:center;
	left:0px;
	top:183px;
	width:1021px;
	height:33px;
	background-image: url(../gfx/halaszi-3.gif);
	background-repeat:no-repeat;
	color: #645e49;
}

div.halaszi-3  a {
	color: #3A372C;
	font-size:15px;
} 

div.halaszi-3  a:hover {
	color: #756326;
	font-size:15px;
} 


div.halaszi-4 {
	left:0px;
	top:221px;
	width:1031px;
	height:52px;
	background-image: url(../gfx/halaszi-4.gif);
	background-repeat:no-repeat;
}

div.halaszi-5 {
	left:0px;
	top:273px;
	width:1031px;
	background-image: url(../gfx/bg.gif);
	background-repeat:repeat-xy;
	font-size: 14px;
	text-align: justify;
	margin-bottom:20px;
}

#content-left {
	float:left;
	padding:5px;
	padding-top:0px;
	width:270px;
	margin-right:10px;
}


#content {
	float:left;
	padding:5px;
	padding-top:0px;
	width:570px;
	margin-right:15px;
}
#content-right {
	float:left;
	width:135px;
	margin-right:0px;
}

div.halaszi-6 {
	left:0px;
	top:680px;
	width:1031px;
	height:48px;
	background-image: url(../gfx/halaszi-6.gif);
	background-repeat:no-repeat;
}

div.halaszi-7 {
	left:0px;
	top:728px;
	width:1031px;
	height:136px;
	background-image: url(../gfx/halaszi-7.gif);
	background-repeat:no-repeat;
}

div.halaszi-8 {
	left:0px;
	top:864px;
	width:1031px;
	height:36px;
	background-image: url(../gfx/halaszi-8.gif);
	background-repeat:no-repeat;
}

/*LIST*/
form.form-design fieldset {
  margin-top:10px;
  margin-bottom: 10px;
}
form.form-design legend {
  padding: 0 2px;
  font-weight: bold;
}
form.form-design label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.form-design fieldset ol {
  margin: 0;
  padding: 0;
}
form.form-design fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.form-design fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.form-design fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.form-design fieldset fieldset label {
  display: block;
  width: auto;
}
form.form-design em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.form-design label {
  width:250px; /* Width of labels */
}
form.form-design fieldset fieldset label {
  margin-left: 250px; /* Width plus 3 (html space) */
}

/*MENU*/
ul.dropdown  {
	text-align:center;
	float:left;
	width:100%;
	list-style-type: none;
	color: #FFF;
}
ul.dropdown li  {
	font-weight: bold;
	float: left;
	zoom: 1;
	list-style-type: none;
	color: #505847;
	width:140px;
	text-align:center;
	margin-right:10px;
}
ul.dropdown a:hover { color: #D2F4F9; }
ul.dropdown a:active  { color: #ffa500; }
ul.dropdown li a  {
	display: block;
	color: #2E3831;
	font-weight: bold;
}
ul.dropdown li ul a  {
	display: block;
	color: #495641;
}
ul.dropdown li:last-child a { border-right: none; }
ul.dropdown li.hover,ul.dropdown li:hover  {
	color: #2E3632;
	background-color:#CBD8D0;
	position: relative;
	border: 1px solid #2B3930;
}
ul.dropdown li.hover a  {
	color: #1D241C;
}

ul.dropdown ul {visibility: hidden; position: absolute; top: 100%; left: -30%; }
ul.dropdown ul li{
	font-weight: normal;
	color: #fff;
	float: none;
	background-color: #CBD8D0;
	border: 1px solid #2B3930;
	margin-top:2px;
	width:140px;
}
ul.dropdown ul li a{ border-right: none; width: 100%; display: inline-block; color:#FFF;} 

ul.dropdown ul ul 	{ left: 80%; top: 0; }
ul.dropdown li:hover > ul{ visibility: visible; }
