/*  
Version: 1.1
Author: Nick La
Author URI: http://www.ndesign-studio.com
Úpravy: Mgr. Ivo Toman - www.ivorius.com
*/

body {
	background: #42afdc url(images/html-bg.gif) 0 0 repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

#container {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	background:url(images/bg_body.jpg) 0 0 no-repeat;
}
#header {
	height: 128px;
	background:url(images/studna.png) 632px 2px no-repeat;
}
#main {
	width: 710px;
	padding: 280px 25px 15px 25px;
	position:relative; left:0;
	float:left;	
	background: #fff url(images/main_bot.png) 0 100% no-repeat;
	clear: both;
	overflow: hidden;
}
#side {
	position:relative; right:0;
	float:right;
	width: 210px;
	margin-top:-10px;
	color: #444;
	line-height: 160%;
}
#footer {
	clear:both;
	padding: 10px 0px 20px 25px;
	font-size: 90%;
	color: #fff;
}



/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #q{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}


/* Layout */
#logo {
	display:block;
	width:350px; height:55px;
	padding:32px 0 0 65px; margin:0;
	position:relative;
}
#logo a {
	display:block;
	width:0; padding-left:350Px; height:55px;
	overflow:hidden;
	background:url(images/logo.png) 0 0 no-repeat;
}
#main p#breadcrumb {
	position:absolute; top:0; left:0; 
	width:710px; padding:0 25px; 
	height:26px; line-height:24px;
	background:url(images/main_top.png) 0 0 no-repeat;
	font-size:90%;
}

#main img {}

#side p {
	margin: 0px 0px 15px;
}
#side h3 {
	font-size: 90%;
	color: #555;
}
#side h3 a, #side h3 a:visited {
	color: #555;
}
#side h3 img {
	vertical-align: middle;
}

#side h4 {margin:10px 0 ; font-size:110%;}

#side a, #side a:visited {
	text-decoration:none;
}
#side a:hover, #side a:focus, #side a:active {
	text-decoration:underline;
}
#side ul {
	list-style: none;
	margin: 0 ;
	padding: 5px 0 ;
}
#side ul a {color:#08528B;}


#categories ul li {
	padding-left: 20px ;
	width: 170px;
	margin:3px 0;
	font-weight:bold;
	background: url(images/mini-category.gif) no-repeat;
}
#side p.date {
	margin:10px 0 0 0;
	padding-left: 20px ; width:170px;
	background: url(images/mini-archive.gif) 0 0 no-repeat;
	font-weight:bold;
	font-size:90%;
}

/* footer area  */
#footer p {margin: 0; padding:0; line-height:1.6em;}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}


/* PAGES */
form .prijemce label {display:block; width:150px; float:left; text-align:right; padding-right:10px;}
form br {clear:both; }

/* OBECNE */
a {
	color: #0960A3;
	text-decoration: underlinee
}
a:visited {
	color: #1571AE;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding:1em 2em;
	border:1px solid #CCCCCC;
}
small {
	font-size: 90%;
}


h1 {
	padding: 0px; margin-top:0;
	font:220% "Lucida Grande", Arial, sans-serif; 
	color: #033276;
}

h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #444;
	margin: 5px 0px 5px;
	font: 120% "Lucida Grande", Arial, sans-serif;
}


/* specifické */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both; font-size:0; line-height:0; height:0; width:100%; display:block;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
}
.note {font-style:italic; color:#666; font-size:90%;}

/* Apps */
#slider {
	position:absolute; top:30px; left:0;
	margin:20px 0 15px 0; 
	height:200px; 
	overflow:hidden;
}
#mycarousel, #mycarousel li {margin:0; paddding:0;}
#mycarousel li {margin:0 3px; list-style-type:none;}

li#slideshow {width:290px; margin:0 auto; text-align:center;}
li#slideshow h4 {text-align:left;}

