@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 30px; 
	text-align: center; 
	color: #000000;
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #CEB2A2;
}
 
#container { 
	width: 876px; 
	background: #462f21;
	margin: 0 auto; 
	text-align: left; 
} 
#header {
	background-image: url(img/header.jpg);
	height: 114px;
} 
#header h1 {
	margin: 0px; 
	padding: 0px 0; 
}
#header #menu {
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 0.5px;
width:600px;
padding:0;
margin:64px 0 0 275px;
display:inline-table;
line-height:15px;
height:30px;
}
#header #menu ul {
text-align:left;
background-color:red;
display:block;
padding:0;
margin:0;
}
#header #menu ul li {
text-align:left;
float:left;
list-style:none;
border-left:1px dotted #462F21;
height:50px;
}
#header #menu ul li a {
font-size:11px;
text-align:left;
display:block;
padding:10px 10px;
color:#ebdba1;
text-decoration:none;
}
#header #menu ul li a:hover, #header #menu ul li a.active {
color:#FFF;
}
#sidebar1 {
	float: left; 
	width: 265px; 
	height: 912px;
	/* background: #462f21; */
}
#sidebar1 #felso {
	float: left; 
	width: 265px; 
	height: 220px;
	background-color:#E9E0D1;
}
#sidebar1 #felso ul{
	margin-top:20px;
	margin-left:30px;
}
#sidebar1 #felso ul li {
	list-style-type:square;
	list-style-image:url(./img/bullet.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0;
}
#sidebar1 #felso ul li a{
	color:#332117;
	font-size:13px;
	font-stretch:condensed;
	letter-spacing:.075em;
	display:block;
	width:100%;
	margin-bottom:5px;
	text-indent:2px;
}
#sidebar1 #felso ul li a.active{
	color:#993300;
	font-weight:bold;
	text-shadow:1px 1px 0 #B89A67;
}
#sidebar1 #felso ul li a.active{
	
}
#sidebar1 #felso ul li a:hover{
	color:#462F21;
}
#sidebar1 #kozepso {
	float: left; 
	width: 265px;
	height: 321px;
	background: #462f21; 
}
#sidebar1 #also {
	float: left; 
	width: 265px; 
	height: 353px;
	background: #301e15; 
}
#mainContent { 
	margin: 0px 0 0 265px;
	width: 611px;
	height: auto;
}
#mainContent #kep { 
	background-image: url(img/kep.jpg);
	width: 611px;
	height: 220px;
}
#mainContent #text{ 
	margin: 0px 0px 0px 0px;
	width: 606px;
	height: 942px;
	height:auto;
	background-color:#25160f;
}
#mainContent a{
	color:#D94600;
}
#mainContent a:hover{
	text-decoration:underline;

}
#mainContent #box{ 
	margin: 0px 5px 0px 0px;
	width: 606px;
	min-height: 642px;
	height:auto;
	background-color:#25160f;
}

#mainContent #box h1 { 
	color:#AD7452;
	font-size:16px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContent #box h2 { 
	font-size:13px;
	color:#C6BAAE;
}
#mainContent div.content { 
	margin: 0px 40px 0 0;
	padding: 10px 0 0 40px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e9e0d0;
	background-color:#25160f;
}

#mainContent #box p { 
	font: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size:12px;
	color:#ceb2a2;
	line-height: 17px;
}
#mainContent ul li {
	list-style-image: url("img/li.jpg");
	padding-left: 10px;
	color:#ceb2a2;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	font-weight: lighter;
	margin-bottom:5px
}
#mainContent #box h3 { 
	padding: 30px 20px 0px 10px;
	font: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	color:#cfcdc5;
	float: right; 
}
#footer { 
	padding: 0 10px 25px 20px; 
	background-image:url(img/footer.jpg);
} 
#footer p {
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent div.content ul li strong{
	font-weight:bold !important;
}