@charset "iso-8859-2";
/* CSS Document */

* {margin: 0; padding: 0;}
img {border:none}

body {
	background: #460501 url(../images/body_bg.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #d2b87c;
}

#keret {
	width: 900px;
	margin: auto;
}

#fejlec-kep {
	position: relative;
	width: 900px;
	height: 280px;
	margin-top: 30px;
}

#tartalom {
	width: 882px;
	margin-top: 20px;
	overflow: hidden;
	margin-left: 11px;
	background: url(../images/tartalom_bg.gif) top repeat-y;
}

#baloldal {
	float: left;
	width: 532px;
	padding-top: 20px;
	padding-right: 30px;
	text-align: justify;
	line-height: 1.5em;
}

.baloldal_kep {
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 15px;
}

#baloldal a:link {color: #d2b87c; text-decoration: underline;}
#baloldal a:visited {color: #d2b87c; text-decoration: underline;}
#baloldal a:hover {color: #d2b87c; text-decoration: underline;}
#baloldal a:active {color: #d2b87c; text-decoration: underline;}


#jobboldal {
	float: right;
	width: 297px;
	margin-right: 1px;
	color: #999;
}

#kapcsolat {
	clear: both;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 20px;
}

#lablec {
	clear: both;
	width: 882px;
	height: 50px;
	margin: 30px 3px 80px 11px;
	padding-top: 10px;
	border-top: 1px solid #d2b87c;
	color: #999;
}

#lablec ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
}

#lablec li {
	float: left;
	color: #78602b;
}

.balratolas {
	padding-left: 173px;
}

.balratolas2 {
	float: right;
	text-align: right;
}

#lablec a:link {color: #999; text-decoration: none;}
#lablec a:visited {color: #999; text-decoration: none;}
#lablec a:hover {color: #999; text-decoration: none;}
#lablec a:active {color: #999; text-decoration: none;}



/*-------------------------------szöveg formázás-------------------------------*/

h1 {
	position: absolute;
	width: 100%;
	margin: 246px 0px 0px 0px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #f1f1f1;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

.bekezdes {
	margin-left: 20px;
}

.felsorolas {
	padding-left: 35px;
	list-style-type: disc;
}

/*-------------------------------menü formázás-------------------------------*/

#menu {
	padding: 5px 6px 0px 11px;
}

#menu ul {
	display: block;
	height: 36px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
	font-weight: bold;
	background: transparent url(../images/menu/off.gif) repeat-x top left;
	border-bottom: 4px solid #460501;
	border-top: 2px solid #581915;
}

#menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	width: 120px;
	height: 24px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	color: #dda72a;
	background: transparent url(../images/menu/elvalaszto.gif) no-repeat top right;
}

#menu li a:hover{
	text-decoration: underline;
}

#menu li a.current, #menu li a.current:hover{
	color: #dda72a;
	background: transparent url(../images/menu/on.gif) no-repeat top right;
}

/*------------------------------------------üzenet küldő form------------------------------------------*/

#mail_form {
	margin-top: 20px;
}

form.contact_us {
}

input.fields_contact_us {
	display: block;
	width: 295px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-left: 1px;
	margin-bottom: 10px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #521511;
	color: #999;
}

textarea {
	display: block;
	overflow: auto;
	width: 295px;
	height: 163px;
	margin-top: 3px;
	margin-left: 1px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #521511;
	color: #999;
	/*scrollbar-face-color: #601b17;
  	scrollbar-shadow-color: #333;
  	scrollbar-highlight-color: #666;
  	scrollbar-3dlight-color: #601b17;
  	scrollbar-darkshadow-color: #666;
  	scrollbar-track-color: #450501;
  	scrollbar-arrow-color: #333;*/
}

.submit_button_contact {
	width: 120px;
	padding: 6px;
	margin-left: 180px;
	margin-top: 15px;
	margin-bottom: 2px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #521511;
	color: #999;
}

