body {
	background-color: silver;
}
.wrap {
	clear: both;
}
h1, h2, p, li {
	font-family: Georgia, Times, "Trebuchet MS", Sans-Serif;
}
h1 {
	font-size: 26px;
	margin-top: 0;
	color: #ab0202;
}
h2 {
	font-size: 20px;
}
p, li {
	line-height: 150%;
}
a {font-family: Georgia, Times, "Trebuchet MS", Sans-Serif;}
a:link {text-decoration: underline; color: #ab0202;}
a:visited {color: #EF0000;}
a:hover {color: #333;}
#page {
	width: 970px;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#header {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 219px;
	width: 970px;
	clear: both;
}
#footer {
	position: absolute;
	bottom: 5px;
	left: 10px;
	background-color: gray;
	height: 30px;
	line-height: 30px;
	width: 930px;
	padding: 0 10px 0 30px;
}
#footer a, #footer span {
	color: #eee;
}
#breadcrumb {
	padding: 0;
	margin: 0 0 0 10px;
	position: absolute;
	bottom: 15px;
	list-style-type: none;
}
#breadcrumb a {
	font-family: Georgia, Times, "Trebuchet MS", Sans-Serif;
	color: #ab0202;
}
#content {
	margin: 219px 0 30px 0;
	padding: 10px 20px;
	border: 1px solid #ab0202;
	background-color: #fff3f3;

	min-height: 400px;
	float: right;
	width: 680px;
}
#logo {
	height: 165px;
	padding-left: 30px;
	background-color: #ab0202;
}
#logo span {
	font-size: 42px;
	line-height: 165px;
	color: #fff;
}
#menu {
	list-style-type: none;
	margin: 0px 0 30px 0;
	padding: 0;

	position: absolute;
	top: 229px;
	width: 248px;
	float: right;
	border-top: 1px solid #ab0202;
	border-left: 1px solid #ab0202;
}
#menu ul {
	border-top: 1px solid #ab0202;
	border-bottom: none;
}
#menu li {
/*	height: 42px;*/
	line-height: 42px;
	border-bottom: 1px solid #ab0202;
	border-right: 1px solid #ab0202;	
}
#menu li.active {
	border-right: 1px solid #fff3f3;
}
#menu li a {
	font-family: Georgia, Times, "Trebuchet MS", Sans-Serif;
	font-size: 18px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #222;
	border-left: 10px solid #fff;

	border-left: 10px solid #f4f4f4;
	background-color: #fafafa;
}
#menu li.sluzba a {
	padding-left: 20px;
}
#menu li span {
	display: block;
	padding: 0 20px;
	font-size: 20px;
	background-color: #f4f4f4;
}
#menu li a:hover {
	background-color: #fff9f9;
	border-left: 10px solid #ffe0e0;
}
#menu li.active > a {
	background-color: #fff3f3;
	border-left: 10px solid #ab0202;
}
