﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
#container {
	width: 930px;
	margin: 0 auto;
	background-image: url('../images/pozadienew.jpg');
	height: 600px;
}
#masthead {
	text-align: right;
	width: 930px;
	overflow: auto;
	font-size: 12px;
}
#sidebar {
	float: left;
	width: 210px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 695px;
	padding: 12px;
	overflow: auto;
	margin: 0px;
	position: relative;
	height: 440px;
}
img {
	border-width: 0px;
}
#footer {
	border-width: 1px;
	border-color: #68361D;
	clear: both;
	width: 930px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	border-top-style: solid;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 12px 10px 0 0;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border: 1px solid #AD763A;
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #49361D;
	display: block;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #AE763B;
}
/* Styles for Footer */
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
.float_right {
	float:right;
}
.float_left {
	float: left;
}
a {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	padding: 2px 0px 8px 0px;
	margin: 2px 0px 8px 0px;
	font-size: 22px;
	color: #442D17;
}
.centruj {
	text-align: center;
}
p {
	padding: 0px;
	margin: 0px;
}
.titul {
	font-size: 13px;
	font-weight: bold;
	color: #553E24;
	text-align: justify;
}
.okraj {
	padding: 10px 5px 3px 0px;
	margin: 0px;
}
.velke18 {
	font-size: 18px;
}
.velke16 {
	font-size: 16px;
}

