/**************** Page and tag styles ****************/

body {
	margin:0;
	padding:0;
	color:#303030;
	background:#FFFFF4 url(img/bodybg.png) repeat-y left top;
	font-family: "Lucida grande CE", "Lucida grande", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

ul {
	list-style:circle;
	margin:15px 0 20px 0;
	font-size:0.8em;
}

li {
	margin:0 0 8px 25px;
}

img {
	float:left;
	margin:0 15px 15px 0;
	padding:1px;
	background:#ffffff;
	border:1px solid #d0d0d0;
}

/**************** Sidebar area styles ****************/

#sidebar {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100%;
	overflow:auto;
	background:#f0f0f0 url(img/sidebarbg.png) repeat-y right top;
	text-align:right;
}

body > #sidebar {
	position:fixed;
}

#sidebar h1 {
	margin:20px 18px 20px 5px;
	color:#FE8A01;
	font-size:1.2em;
	text-align:right;
}

#sidebar h2, #sidebar h3 {
	margin:0 20px 18px 5px;
	color:#808080;
	font-size:1em;
	font-weight:bold;
	text-align:right;
}

#sidebar h3 {
	margin:20px 18px 4px 5px;
	color:#606060;
}

#sidebar p {
	margin:0 20px 18px 5px;
	color:#606060;
	font-size:0.8em;
}

#sidebar a {
	color:#808080
}

#sidebar img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/**************** Navigation menu styles ****************/

#menu {
	margin-top: 200px;
}

#menu a {
	display:block;
	width:202px;
	padding:5px 18px 5px 0;
	color:#666666;
	background:#f0f0f0 url(img/sidebarbg.png) top right repeat-y;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}

#menu a:hover {
	color:#666666;
	background:#CCCCCC url(img/sidebarbga.png) repeat-y right top;
}

#menu a.active {
	padding:5px 18px 5px 0;
	background:#FFFFF4;
	border-top:1px solid #ACDD43;
	border-bottom:1px solid #ACDD43;
}

#menu a.active:hover {
	color:#666666;
	background:#CCCCCC;
}

/**************** Content area styles ****************/

#content {
	width: 598px;
	margin: 0 0 0 241px;
	padding: 170px 0 20px;
	background: url(img/header.png) no-repeat left top;
}

#content p {
	margin:0 0 20px 0;
	text-align: justify;
	text-indent: 0em;
}

#content h1 {
	font-family: "Trebuchet MS", "Lucida grande CE", "Lucida grande", Tahoma, Verdana, sans-serif;
	margin:30px 0 10px 0;
	color:#7AB810;
	font-size:1.5em;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	font-weight:bold;
}

#content h2 {
	font-family: "Trebuchet MS", "Lucida grande CE", "Lucida grande", Tahoma, Verdana, sans-serif;
	clear:both;
	margin:30px 0 10px 0;
	color:#FE8A01;
	font-weight:normal;
	font-size: 1.2em;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
}

#content h3 {
	font-family: "Trebuchet MS", "Lucida grande CE", "Lucida grande", Tahoma, Verdana, sans-serif;
	clear:both;
	margin:30px 0 10px 0;
	color:#666666;
	font-weight:bold;
	font-size: 1em;
	letter-spacing:1px;
	text-transform:uppercase;
}

#content ul {
	margin:15px 20px 15px 20px;
	padding:0;
	border-top:1px solid #eee;
	font-size: 0.9em;
}

#content ul li {
	margin:10px 0px 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-image:url(img/li.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content ol {
	font-size: 0.9em;
	list-style-type:decimal;
}

#content ol li {
	margin:0px 0px 10px 0;
	padding:0 0 10px 15px;
	background-image:none;
}

blockquote {
	background-image: url(img/blockquote.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px dashed #FFCC00;
	background-color: #FFFFF4;
	font-style: italic;
	text-align: justify;
}

#content a {
	color: #E87400;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E87400;
	font-weight: bold;
}

#content a:hover {
	color: #C66300;
}

.perex {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffff;
	font-style: italic;
	color:#666666;
}

.img_description {
	font-style: italic;
	color:#666666;
	font-size: 0.8em;
	border-bottom: 1px dotted #666666;
}

.under_line {
	color:#666666;
	font-size: 0.8em;
	border-top: 1px solid #666666;
	padding-top: 15px;
}

.under_line_text {
	color:#666666;
	font-size: 0.8em;
}

#top {
	float: none;
	padding-bottom: 25px;
	padding-left: 560px;
}

#top img {
	border: none;
}

.pdf {
	background-image: url(img/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: -3px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 36px;
}

.podpis {
	margin:0 0 20px 0;
	text-indent: 0px;
	color: #999999;
}

.odkazy_clanky {
	background-color: #FFFFCC;
	padding: 6px;
	border: 1px dashed #666666;
}

.odkazy {
	padding: 6px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
}

.img_right {
	float:right;
	padding:1px;
	background:#ffffff;
	border:1px solid #d0d0d0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.img_no_border {
	padding: 0px;
	background: none;
	margin: 0px;
	float: none;
	border: none;
}

.img_pozor {
	padding: 0px;
	background: none;
	float: none;
	border: none;
	vertical-align: text-bottom;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/**************** Fotogalerie ****************/

#galerie {
	height: 400px;
}

div.pic {
	float: left;
	height: 130px;
	width: 130px;
	padding: 15px;
	margin: 16px;
	background: url(img/frame-horizontalni.png) center no-repeat;
}

div.pt {
	background-image: url(img/frame-vertikalni.png);
}

div.pic img {
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

div.ls img {
	height: 96px;
	width: 128px;
	margin: 16px 0 0;
}

div.pt img {
	height: 128px;
	width: 96px;
	margin: 0 16px;
}

/**************** Footer ****************/

#footer {
	width: 575px;
	margin: 0 0 0 242px;
	text-align: center;
	font-size: 0.8em;
	padding: 10px;
	line-height: 1.7;
	border-top: 1px solid #FE8A01;
	color: #999999;
}
	
#footer a {
	color: #E87400;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E87400;
}

#footer a:hover {
	color:#C66300;
}
