* { padding: 0; margin: 0; }
 body {
	background:  url(images/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A38560;
}
.bg {
	background: url(images/img02.jpg) repeat-x;
}
#keret { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
/*  border: 1px solid #ccc; */
 height: 100px;
 margin: 10px 0px 5px 0px;
 /* background: #BD9C8C; */
}
#balpanel { 
 /* color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px; 
 width: 195px;
 float: left; */
}
#tartalom { 
 float: left;
 /* color: #333; */
 /* border: 1px solid #ccc; */
 /* background: #F2F2E6; */
 margin: 0px 5px 5px 0px;
 padding: 0px 0px 0px 20px;
 /* height: 350px; */
 width: 615px;
 display: inline;
}
#jobbpanel { 
 color: #333;
 border: 0px solid #ccc;
 /* background: #E7DBD5; */
 margin: 0px 0px 5px 0px;
 padding: 10px;
 /* height: 350px; */
 width: 5px;
 float: left;
}
#banner{
		position:absolute;
		width:468px;
		height:60px;
		border:1px dashed black;
		top:40px;
		left:450px;
		background-color: yellow;
		}
#lablec { 
 width: 900px;
 clear: both;
 color: #333;
 /* border: 1px solid #ccc;
 background: #BD9C8C; */
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
fieldset{
	border:solid 1px #DEDEDE;
}
fieldset legend {
	font-weight:bold;

}
fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}
fieldset li{
	clear:both;
	list-style:none;
	padding:10px;
}

fieldset input{
	float:left;
}
fieldset label{
	width:140px;
	float:left;
}
fieldset button{ 
		border:0; margin:0; padding:0;
		clear:both;
		width:125px;
		height:20px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
  h1, h2, h3 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}
#logo {
	float: left;
    background: url(images/sun_36_1.gif) no-repeat; 
    width: 720px;
	height: 90px;
    padding-top: 20px;
}

#logo h1 {
	margin-left: 4em;
	font-size: 2em;
}

#logo h2 {
	margin-left: 7.5em;
	padding-left: .1em;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 230px;
	background: url(images/img04.jpg) repeat-y;
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar .content {
	padding: 20px;
}

#sidebar .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}
#splash {
	text-align: center;
	background: url(images/img09.jpg) repeat-y;
}
#splash .top {
	padding: 20px 20px 16px 20px;
	background: url(images/img08.jpg) no-repeat;
}
#splash .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}
ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left center;
}
a {
	color: #D65601;
}

a:hover {
	text-decoration: none;
  color: #D65601;
}

a:visited {
  color: #D65601;
}