/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #DAECED url(images/bg.gif) repeat-x left top;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;
	color: #555;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 30px 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #eb2222;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#header {
	margin: 0;
	padding: 0;
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/header.gif);
}

#title {
	width: 880px;
	height: 80px;
	margin: 0 auto;
}

#title h1, #title h2 {
	float: left;
	margin: 0;
	padding: 20px 0 0 0px;
	line-height: normal;
}

#title h1 { 
	font-family: Arial, Verdana, Tahoma;
	font-size: 40px;
}

#title h1 a {
	text-decoration: none;
	color: #cc242e; 
}

#title h1 a:hover {
 text-decoration: underline;
}

#title h2 {
	float: left;
	padding: 0px 0 0 15px;
	margin: 30px 0 0 15px;
	color: #666;
  font-size: 18px;
  background: url(images/list.png) left center no-repeat;  
}

#title p a {
	text-decoration: none;
	color: #28313A;
}

#title p a:hover {
 text-decoration: underline;
}

#wrap {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	border: 10px #fff solid;
	padding: 10px 0 0 0;
}

#content {
	float: left;
	width: 680px;
	border-right: 1px dashed #ddd;
}

#box {
 width: 620px;
 height: 200px;
 border: 10px solid #eee;
 margin: 10px 0 20px 10px;
}

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .nadpis {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	padding: 0px 0 0 0px;
	background: url(images/img08.jpg) no-repeat left top;
	font-size: 24px;
	color: #28313A; 
}

.post h2 {
	width: 560px;
	padding: 0;
	font-size: 25px;
	color: #eb2222;
  background: url(images/list.gif) left center no-repeat;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #eee; 
}

.post h3 {
	width: 560px;
	padding: 0;
	font-size: 20px;
	color: #eb2222;
  background: url(images/list.gif) left center no-repeat;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #eee; 
}

.post ul {
 border-left: 1px solid #ddd;
}

.post ul li {
  list-style-type: none;
  background: url(images/check.gif) left center no-repeat;
  padding: 0 0 0 30px;
  _margin: 0 0 0 30px;
  line-height: 30px;
}

.tabulka {
  border: 2px solid #ddd;
  padding: 20px;
}

.add {
 float: left;
 padding: 20px;
}

#sidebar {
	float: right;
	width: 230px;
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 40px 10px;
  line-height: 28px;	
}

#sidebar li a {
  border-bottom: 1px dashed #eee;	
  text-decoration: none;
  padding: 0 0 5px 0;
  color: #555;
}

#sidebar li a:hover {
  border-bottom: 1px dashed #ddd;	
  text-decoration: none;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 225px;
	background: #eb2222 url(images/title.gif) left center no-repeat;
	font-size: 20px;
	color: #28313A; 
	padding: 5px 0 5px 25px;
	color: #fff;
	margin: 0 0 10px -10px;
	position: relative;
	top: 0;
	left: -10px;
  _left: 10px;	
  line-height: 26px;	
}

#footer {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	border: 10px solid #fff;
}

html>body #footer {
	height: auto;
}

#clear {
 clear: both;
}

#footer p {
	font-size: 12px;
	clear: both;
	text-align: center;
	color: #595959;
	border: 1px solid #83CCD3;
	background: #fff;
	margin: 0 10px 10px 10px;
	padding: 5px 0;
}

#footer p a {
	font-weight: normal;
	color: #1B75A9;
}
