body {
	background:url(images/page_bg.jpg) top left repeat-x #FCF9D9;
	margin:0;
	padding:0;
	font-family: arial, " helvetica", sans-serif;
	font-size:9pt;
	color:black;
}

#container {
	width: 760px;
	margin: 20px auto 20px auto;
	border: 1px solid black;
	background-image: url(images/hatter.jpg);
	}

#header {
	height:85px;
	background: white url(images/fejlec.jpg) no-repeat top left;
	border-bottom: 10px solid #c66f1f;
}

#header h1 {
	color: black;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
	text-align: right;
	}

#content {
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight: normal;
	font-family: sans-serif;
	}

#content h1 {
	color: #0b2d77;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 10px;
	border-left-color: #c66f1f;
	border-left-style: solid;
	border-left-width: medium;
	margin-left: 0px;
	padding-left: 5px;
	border-right-color: #c66f1f;
	border-right-style: solid;
	border-right-width: medium;
	}
	
#content h2 {
	color:#c66f1f;
	font-size: 12pt;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-variant: small-caps;
	}

#content h3 {
	color:black;
	font-size:7pt;
	text-align: right;
	font-family: Arial;
	}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;

	}

#sidebar ul {
	margin:0;
	padding:0;
	}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background: #fcf9d9 top left;
	color:#c77020;
	text-indent:30px;
	text-decoration:none;
	}

#sidebar ul li a:hover {
	background: #e1b77b;
	color:white;
	font-weight: bold;
}
.widget {
	height: auto;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	padding: 5px;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 8pt;
}	
.widget2{
	height: auto;
	padding: 1px;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 7pt;
}
.widget a {
	color: #c77020;
	text-decoration: none;
}
.widget a:hover{
	text-decoration: underline;
}

#footer {
	clear:both;
	padding: 1px;
	border-top:1px solid #000;
	background:#c66f1f;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

#footer a {
	color:white;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
}