* {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background: white url(../images/design/bodyBack.png) repeat-x top center;
	color: black;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	font-family: "Comic Sans MS", "Zapf Chancery", cursive;
}

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

a:hover {
	color: #000;
	text-decoration: underline;
}

br+br, p+br {display: none}

dt {
	float: left;
	color: #333;
	clear: left;
	margin-right: 15px;
}

.content  {
	width: 1000px;
	margin: auto;
}

.box {
	background: url(../images/design/sidebarBox.png) no-repeat top left;
	padding-top: 40px;
	padding-left: 50px;
}

.hidden {
	display: none;
}

.newsImage {
	float: left;
	padding: 5px;
	border: 2px solid #000;
	margin: 0 15px 15px 0;
}

#main {
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#content {
	float: left;
	width: 510px;
	padding-left: 173px;
	background: url(../images/design/contentBack.png) no-repeat top center;
	position: relative;
	padding-top: 260px;
}

#title {
	position: relative;
	height: 260px;
}

#pages {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 225px;
	height: 80px;
	background: url(../images/design/pages.png) no-repeat top left;
}

#pages a {
	color: #000;
}

#pages a:hover {
	color: #333;
}

#pages #pagesOlder {
	position: absolute;
	top: 26px;
	right: 152px;
}

#pages #pagesCurrent {
	position: absolute;
	top: 30px;
	color: #333;
	right: 92px;
	font-size:  21px;
}

#pages #pagesNewer {
	position: absolute;
	top: 26px;
	right: 5px;
}

#sidebar {
	float: left;
	width: 267px;
	background: url(../images/design/sidebarBack.png) no-repeat top left;
	font-size: 12px;
	line-height:  18px;
}

#sidebar ul {
	list-style: url(../images/design/ul.png) inside;
	margin-bottom:  20px;
}

#links {
	position: absolute;
	top: 50px;
	right: 10px;
}

#links ul {
	display: block;
}

#links li {
	display: block;
}

#sidebar #menu li {
	position: relative;
}

#sidebar #menu a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	top: -10px;
}

#sidebar #menu a:hover {
	color: #333;
}

#sidebar h2, #sidebar p, #sidebar h4 {
	margin-left: 10px;
}

#sidebar p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#visual img {
	display: block;
}

#footer {
	clear: both;
	height: 370px;
	background: url(../images/design/footerBack.png) repeat-x top center;
	z-index: 1;
	position: relative;
}

#footerVisual {
	position: relative;
	z-index: 1;
}

#claim {
	position: absolute;
	top: 200px;
	left: 230px;
	font-size:  20px;
}

#knowMore {
	position: absolute;
	top: 280px;
	left: 200px;
	font-size:  12px;
}

#meta {
	position: absolute;
	right: 25px;
	bottom: 10px;
}

#design {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.jumper {
	display: none;
}

/* vlastnosti obsahu stránky */

#content h1 {
	text-align: right;
	position: absolute;
	top: 180px;
	right: 15px;
	font-size: 20px;
}

#content h2 {
	margin: 30px 0 20px 0;
}

#content h3 {
	margin: 20px 0 10px 0;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	list-style: inside;
	margin: 0 0 20px 0;
	background: url(../images/design/ul.png) no-repeat top left;
	padding: 10px 0 0 30px;
}

#content ul li {
	position: relative;
	top: -10px;
}

#content table {
	margin: 0 0 20px 0;
	width: 100%;
}

#content table td {
	border-bottom: 1px solid #eee;
	padding: 3px 10px;
	vertical-align: top;
}


#content table:hover td {
	color: #666;
}

#content table tr:hover td {
	color: #000;
}

#content form fieldset {
	margin: 0 0 20px 0;
	border: 1px solid #000;
	background: #f4f4f4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content legend {
	margin: 0 0 0 20px;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#content input, #content textarea {
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content input[type="submit"]:hover {
	background: #333;
}

.note, .info {
	padding-top: 10px;
	border-top: 1px solid #333;
	margin-top: 20px;
	font-size: 11px;
	line-height: 20px;
}
