html, body {
	margin: 0;
	padding: 10px;
	background: #03C900 url(/images/bg.gif) repeat-x;
	font-family:Tahoma, Georgia, serif;
	font-size: 13px;
	color: #FFFFFF;
	overflow: hidden;
}
* { outline: 0 }
a, a:visited {
	color: #F2D330;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 { margin: 0 }
h1.logo a {
	position: absolute;
	top: 30px;
	left: 70px;
	width: 150px;
	height: 128px;
	display: block;
	background:  url(/images/logo.png) left top no-repeat;
}
h1.logo a strong { display: none }

h2 {
	color: #F2D330;
	font-size: 14px;
	padding: 3px 0;
	border-bottom: 1px dotted #F2D330;
	margin: 0;
}
h3 { margin: 0 0 10px; font-size: 12px; }
hr { height: 1px; }
p { margin: 15px 0; padding: 0; }
img { border: 0 }
ul { margin: 0; padding: 0; list-style: none; }
li {
	margin: 0; padding: 0;
}
#content li { line-height: 18px; }
th {
	line-height: 12px;
	background: #F2D330;
	color: #000000;
	padding: 5px;
	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
tr.bg, tr.styled {
	background: #555;
	cursor: pointer;text-align: center;
}
td { border-bottom: 1px solid #F2D330; text-align:center }
input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #0B7F07;
	padding: 2px;
}
input:focus, textarea:focus {
	background: #B1FFAF;
}
input.submit { background: #B1FFAF; }
label { cursor: pointer; }

blockquote {
	background: #4F4F4F;
	border: 1px solid #666666;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
}

small { line-height: 25px; }

/* ID's */

#bloky {
	display: block;
	position: absolute;
	top: 30px;
	left: 300px;
	background: url(/images/bloky.gif) no-repeat;
	width: 300px;
	height: 135px;
}
#page {
	width: 950px;
	margin: 60px auto;
}
#top {
	clear: both;
	width: 950px;
	height: 400px;
	border: 6px solid #FFF;
	background: url(/images/bg_content.jpg) no-repeat;
	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu {
	float: right;
	background: url(/images/bg_menu.png) no-repeat;
	width: 690px;
	height: 25px;
	margin: 80px 0 0 0;
	padding: 0;	padding-left: 10px;
}
#menu li {
	float: left;
	margin: 0;
	list-style-type: none;
	cursor: pointer;
}
#menu li a {
	display: block;
	padding: 5px 14px;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	outline: 0;
}
#menu li a:hover, #menu li a.selected {
	background: url(/images/content_bg_hover.png);
	color: #D0EFA4;
}

#content {
	float: left;
	clear: left;
	background: url(/images/content_bg.png) repeat;
	width: 950px;
	height: 400px;
/*	padding: 20px;*/
	line-height: 20px;
}
#content ul { margin: 20px 42px; }
#content ul li { list-style-type: circle; }
#content h2, #content p {
	margin: 20px;
}
#content h2 {
	margin-bottom: 10px;
}

#footer {
	clear: left;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	color: #053F04;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#footer p {
	margin: 5px;
}
/* !ID's */

/* CLASS's */
.img {
	margin: 5px 0 0 15px;
	width: 110px;
	float: left;
	text-align: center;
}
.img.fot { height: 90px; }	
.img img {
	display: inline;
	margin: 5px 0 5px 20px;
	border: 1px solid #666;
}
.img img, a img.border, img.border {
	margin: 5px;
	padding: 2px;
	border: 1px solid #666;

}
.img a:hover img, a:hover img.border { border: 1px solid #999; }

.error { color: red; }
.hr {
	margin: 10px 0;
	padding: 0;
	color: #666;
	border-bottom: 1px dotted #ADE021;
}
.pointer { cursor: pointer; }

.row {
	clear: both;
	width: 500px;
	padding: 5px;
	margin: 1px 0 0 15px;
	line-height: 14px;
}
.desc {
	float: left; 
	width: 70px; 
	padding: 0px 5px 0 0; 
}

.blok1,
.blok2 {
	position: absolute;
	top: 12px;
	font-size: 12px;
	font-weight: bold;
}
.blok1 { left: 0 }
.blok2 { left: 120px; }
.blok3 {
	position: absolute;
	top: 70px;
	left: 120px;
	font-size: 12px;
	font-weight: bold;
}

a.blok1,
a.blok2,
a.blok3 {
	padding: 40px 30px 0 60px;
}
a.blok1.selected,
a.blok2.selected { color: #FFFFFF; text-decoration: none; }

.left {
	float: left;
	width: 50%;
}
.left .img {
	margin: 5px 0 0 5px;
}
.left h3 {
	margin: 0;
}
.right {
	float: right;
	width: 50%;
}
.right .img {
	margin: 5px 0 0 5px;
}
.right h3 {
	margin: 0;
}
.hide {
	display: none;
}

/* !CLASS's */

/* image scroller */

#nahlady {
	width: 375px;
    position: absolute;
	top: 40px;
	right: 100px;
}
#nahlady li {
	list-style: none;
	float: right;
	width: 100px;
    height: 66px;
	margin: 5px; padding: 0;
	border: 6px solid #FFFFFF;
	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#druha_etapa a {
	display: block;
	width: 500px;
	height: 200px;
	background: url(/images/druha_etapa.png) no-repeat;
	text-decoration: none;
}
/* image scroller */

