body {
	font-size: 83%; /* Resets 1em to 10px */
	font-family: Verdana, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 20px auto;
	background: #FFFFCC;
	padding: 0;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #9F8109;
	text-decoration: underline;
}
input {
	background-color: #FFFFCC;
	padding-left: 3px;
}
h1, h1 span {
	width: 750px;
	height: 117px;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
	cursor: hand;
	margin: 0;
}
h1 span {
	display: block;
	z-index: 1;
	position: absolute;
	background-image: url(images/bg-header.gif);
	background-repeat: no-repeat;
}	
h2 {
	font: italic normal 14px Verdana, serif;
	margin: 0;
}
h3 {
	font: bold 18px Verdana, sans-serif;
	color: White;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	color: White;
	margin: 5px auto 5px auto;
}
form {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#obal {
	background: url(images/stin.gif) repeat-y center;
}
#heading {
	background: #E9BD0D;
	width: 750px;
	height: 117px;
	margin: 0 auto 0 auto;
	color: #FFF;
	text-align: left;
}
#content {
	margin: 0 auto;
	width: 750px;
	text-align: justify;
	font-size: 1em;
	line-height: 1.4em;
	background: #FFCC00;
}
#navigation {
	padding: 0px;
}
#minitabs {
	margin: 0;
	background: #E9BD0D;
	text-transform: uppercase;
	padding: 15px 0 30px;
}
#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #9F8109;
	text-decoration: none;
	margin-left: 20px;
	padding-bottom: 10px;
}
li.current_page_item a, #minitabs a:hover {
	color: #333333;
	text-decoration: none;
}
#main {
	float: left;
	padding: 5px 20px 15px 20px;
	width: 530px;
	font-size: 0.9em;
}
#sidebar {
	margin: 0 0 0 550px;
	padding: 30px 0 15px 20px;
	font-size: 0.8em;
}
#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
}
h4 sidebar {
	font-size: 0.8em;
}
#sidebar li {
	margin-left: -2px;
	padding-left: 0px;
}
#sidebar a:link, #sidebar a:visited {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #9F8109;
	text-decoration: underline;
}
#footer {
	background: #E9BD0D;
	clear: both;
	color: #FFF;
	padding: 10px 0px 10px 20px;
}
#footer p {
	margin: 0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.nahled {
	width: 100px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
}