/* CSS Document */

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

* {
	margin: 0;
	padding: 0;   
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-weight: normal;
}

a, a:visited {
	color: #0075b4;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline; 
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 958px;
	margin: 0 auto;
	height: 135px;
	background: url(images/header.gif) left top repeat-x;
	border-left: 1px solid #0075b4;
	border-right: 1px solid #0075b4;
}

#links {
 color: #4dbdf9;
 font-size: 13px;
 line-height: 35px;
 margin: 0 0 0 20px;
}

#links a {
 color: #fff;
 padding: 0 14px;
}

#logo {
  width: 400px;
  float: left;
  height: 100px;
  margin: 0 0 0 52px;
  _margin: 0 0 0 22px;
  position: relative;
  top: 23px;
  left: 0;
}

#logo h1, #logo h1 a {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  text-decoration: none;
}

#logo h2 {
  color: #90d5fa;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-indent: 10px;
}

#widebanner {
  background: url(images/widebanner.gif) 0 0 no-repeat;
  width: 478px;
  height: 70px;
  float: right;
  margin: 15px 15px 0 0;
  padding: 5px;
}

#box {
  width: 660px;
  height: 200px;
  border: 10px solid #eee;
  margin: 0 0 40px 20px;
  position: relative;
  top: 20px;
  left: 0;
}

.odkazy {
  width: 660px;
  height: 20px;
  padding: 0 0 40px 30px;
  line-height: 22px;
}

.odkazy strong {
  text-decoration: underline;
}

#wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#content {
	float: left;
	width: 438px;
	padding: 20px;
	margin: 0 0 0 20px;
	background: #f8f8f8;
  border: 1px solid #ddd;	
  line-height: 25px;
}

#content h2 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

#content h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

#content p {
 padding: 10px 0;
}

#content .box {
  padding: 20px;
  background: #fff;
  border: 2px solid #ccc;
  margin: 20px 0;
}

#content ul {
  margin: 0 0 0 20px;
}

#content ul li {
  list-style-type: square;
}

#leftsidebar {
	float: left;
	width: 220px;
	margin: -20px 0 0 0;
}

#rightsidebar {
	float: right;
	width: 220px;
	margin: -320px 0 0 0;
}

.sidebar {
	float: left;
	color: #595959;
}

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

.sidebar li ul {
	background: none;
	line-height: 30px;
	width: 200px;
}

.sidebar li li {
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	background: url(images/list.gif) left center no-repeat;
  border-bottom: 1px solid #ddd;
}

.sidebar li li a {
  color: #333;
  text-decoration: none;
}

.sidebar li h2, .sidebar h2 {
	height: 42px;
	margin: 20px 0 10px 0; 
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #1882bb;
	border: 1px solid #0075b4;
	line-height: 42px;
	text-indent: 20px;
}

.sidebar p {
  line-height: 22px;
  padding: 10px 20px 0 0;
}

#skyscraper {
  width: 160px;
  height: 600px;
  border: 10px solid #eee;
  margin: 20px 0 0 20px;
}

#clear {
  clear: both;
}

#footer {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	background: #1882bb;
  border: 1px solid #0075b4;
  line-height: 40px;
  color: #4dbdf9;
  text-align: center;
  border: 20px solid #fff;
}

#footer a {
  color: #fff; 
}