﻿* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/bg.png) left 126px repeat-x;
	font-size: 62.5%;
	}
	
a {
	color: #242424;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}
	
#wrapper {
	width: 742px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#header {
	height: 174px;
	background: url(img/header.png) left top no-repeat;
	}
	
#header a.logo {
	display: block;
	width: 165px;
	height: 122px;
	float: left;
	}
	
#header div {
	float: left;
	}
	
#header h1 {
	font-size: 38px;
	font-weight: bold;
	color: #D10010;
	padding: 40px 0 0 34px;
	}
	
#header h1 a {
	color: #D10010;
	text-decoration: none;
	}
	
#header p {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	padding: 0 0 0 150px;
	}
	
#header ul#pagelist {
	clear: both;
	display: block;
	width: 742px;
	height: 52px;
	background: url(img/pagelist.png) left 4px repeat-x;
	}
	
#header ul#pagelist li {
	display: block;
	float: left;
	}
	
#header ul#pagelist li a {
	display: block;
	height: 52px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 22px;
	line-height: 52px;
	background: url(img/pagelist-li.png) right 4px no-repeat;
	}
	
#header ul#pagelist li a:hover {
	background: url(img/pagelist-li-hover.png) right top;
	}
	
#header ul#pagelist li.active a {
	background: url(img/pagelist-li-hover.png) right top;
	}
	
#content {
	}
	
#main {
	width: 495px;
	float: left;
	padding: 14px 40px 20px 0;
	color: #242424;
	line-height: 1.2;
	font-size: 1.4em;
	}
	
#main h2 {
	font-size: 1.6em;
	color: #9E0002;
	font-weight: bold;
	line-height: 64px;
	}
	
#main h3 {
	font-size: 1.3em;
	color: #990000;
	margin: 10px 0 0 0;
	}
	
#main p {
	padding: 7px 0;
	}
	
#main img {
	padding: 3px;
	border: 1px solid #d6d6d6;
	}
	
#main img.alignleft {
	float: left;
	margin: 3px 15px 5px 0;
	}
	
#main img.alignright {
	float: right;
	margin: 3px 0 5px 15px;
	}
	
#main blockquote {
	font-size: 0.9em;
	color: #444;
	font-style: italic;
	margin: 10px 0 10px 20px;
	padding: 0 0 0 10px;
	border-left: 3px solid #f1f1f1;
	width: 450px;
	}
	
#main ul, #main ol {
	margin: 0 0 0 20px;
	}
	
#main ul li, #main ol li {
	margin: 5px 0;
	}
	
#sidebar {
	width: 205px;
	float: right;
	margin: 0 2px 0 0;
	}
	
#sidebar div {
	font-size: 14px;
	color: #242424;
	line-height: 1.2;
	margin: 36px 0 0 0;
	}
	
#sidebar div.contact,#sidebar div.odkaz {
	background: url(img/sidebar-contact.png);
	height: 169px;
	color: #fff;
	}
	
#sidebar h4 {
	font-size: 16px;
	line-height: 38px;
	background: url(img/sidebar-h4.png) left bottom no-repeat;
	margin: 0 0 5px 0;
	padding: 0 10px;
	font-weight: normal;
	}
	
#sidebar div.contact h4,#sidebar div.odkaz h4 {
	color: #fff;
	font-weight:bold;
	}	
	
#sidebar span {
	display: block;
	padding: 0 10px 15px 10px;
	}
#sidebar div.odkaz a{
	color:white;
}	
#sidebar span.c {
	padding: 20px 0 0 0;
	color: #242424;
	font-size: 14px;
	}
	
#box {
	width: 490px;
	height: 39px;
	padding: 0 10px;
	line-height: 39px;
	background: url(img/box.png);
	font-size: 11px;
	color: #fff;
	margin: 0 0 20px 0;
	}
	
#box a {
	color: #fff;
	}

.alr{
	float:right;
}
.all{
	float:left;
}
