body {
	font: 0.8em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	background: url(../images/body-bg.png) repeat-x;
}
#container {
	width: 776px;
	margin: auto;	
	background: url(../images/page-bg.png) repeat-y;	
}

#header {
	width: 776px;
	height: 249px;
	background: url(../images/header.jpg) no-repeat;	
}

#menu {
	float: left;
	width: 200px;	
	margin-left: 10px;
	*margin-left: 5px; /* IE */		
}

#menu #linkek {	
	width: 179px;
	margin: 10px 0px 0px 10px;
}

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

#menu #linkek ul li a:link,
#menu #linkek ul li a:visited {
	font-size: 0.9em;
	font-weight: bold;		
	display: block;
	width: 100%;
	height: 40px;
	line-height: 35px;
	text-indent: 25px;
	text-decoration: none;
	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: #3f210c;
}

#content {	
	color: #000;
	float: left;
	width: 520px;
	margin: -20px 5px 5px 2px;
	/* *margin-left: 108px; */	
	min-height: 300px;
	font-size: 0.9em;
	/* *margin-top: -210px; */
}

#content h2 {
	font-size: 1.6em;
	padding: 0.5em 0;
	margin: 0;
}

#content p {
 	padding: 0;
	margin: 1.5em 0 0 0;
}

*html #content {height: 300px;}


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

#copyright {
	float: left;
	color: #fff;
	font-size: 10px;
	padding-left: 430px;
	padding-top: 5px;
}

/*-----------------------------class---------------*/


.link {
 color: #3f210c;
 text-decoration: underline;
}

.link:hover {
 color: #3f210c;
 text-decoration: underline;
}

.gomb {
	background: #3f210c;
	border: 1px solid;
	border-color: #033281;
	border-style: outset;
	color: #fff;	
}

.input_box {
	background-color: #8a4a16;
	border: 1px solid;
	border-color: #fdeabc;
	border-style: inset;
	padding-left: 5px;	
}

.table{
	border: 1px solid;
	border-color: #700f0a;
}

.th {
	background-color: #8a4a16;
	color: #fff;	
}

.tc {
	background-color: #f6e0a4;
	color: #0e0f2e;
}

.vonal {
	background: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #3f210c;
	padding: 0;
	margin: 0.5em 0;
	width: 520px;
}

