body {
	font: 0.8em "Times New Roman", Trebuchet MS , Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	background: url(../images/body-bg.png) top repeat-x;
	background-color: #e6ddd2;	
	color: #685043;	
}

textarea {
    font: 1em Arial, Helvetica, sans-serif;
}

.bevhiba {
	border: 1px solid #f00 !important;
	background: #fff9f9 !important;
}

#container {
	width: 712px;
	margin: auto;
	background: url(../images/page-bg.png) repeat-y;	

}

#header {	
	background: url(../images/header.png) no-repeat;
	height: 167px;	
}

#menu {	
	float: left;
	width: 180px;	
	margin-left: 0px;
	padding-top: 10px;
	margin-bottom: 150px;	
}

#logo {
	position: relative;
	left: 23px;
	margin-bottom: 10px;
}

#menu #linkek {	
	width: 167px;
	margin: 0px 0px 0px 15px;	
}

#menu #linkek ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu #linkek ul li a:link,
#menu #linkek ul li a:visited {
	font-size: 1em;
	font-weight: bold;		
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 30px;
	text-decoration: none;
	font-variant: small-caps;
	color: #fff;
	background: url(../images/gomb_out.png) no-repeat;
}

#menu #linkek ul li a:hover,
#menu #linkek ul li a:active {
	background: url(../images/gomb_over.png) no-repeat;
	color: #fff;
}

#content {		
	width: 500px;
	float: left;	
	min-height: 400px;
	padding-left: 10px;
}

*html #content {height: 400px;}

#content h1 {
	font-size: 18px;
	font-variant: small-caps;	
}

#content a {
	color: #402b1e;
	text-decoration: underline;
	font-style: italic;
}

#content a:hover {
	color: #402b1e;
	text-decoration: underline;
	font-style: italic;
}

#content table tr th {
	background-color: #806959;
	color: #fff;
}

.gomb {
	background-color: #9b8573;
	color: #fff;
}

.input-text {
	background-color: #ffe6a9;
}


#footer {
	background: url(../images/footer.png) no-repeat;
	height: 110px;
	clear: both;
}

#address {
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	padding-left: 58px;
}

#copyright {
	float: left;
	font-size: 11px;
	padding-top: 25px;
	padding-left: 215px;
}
