html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #00d0ff;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #02019a;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
#obalka {
	text-align: left;
	margin: auto;
	width: 808px;		/* šířka hl. boxu (ne graf.) rozšířeno z 728 na 808 (tzn o 80) */
}

#body {
	position: absolute;
	top: 24px;		
	left: 0px;
	width: 808px;
	height: 561px;		/* výška boxu mezi top a bott*/
	background: url(images/body_bg.gif) repeat-y;
	color: white;		/* písmo levy sl */
	width: 100%;
}
#body-top {
	position: absolute;
	top: 108px;		
	left: 0px;
	width: 808px;
	height: 24px;
	background: top left url(images/body_top1.png) no-repeat;
}
#body-bot {
	background: bottom left url(images/body_bot.png) no-repeat;
	padding-bottom: 24px;	/* písmo levy sl */
}
#body-top-2 {				/*nefunkcni*/
	position: absolute;
	top: 12px;		
	left: 0px;
	width: 463px;
	height: 11px;
	background: top left url(images/body_top1.png) no-repeat;
}

#obalka {
	position: relative;
	padding-top: 108px;	/* pozice navbaru od horního okr. str. */
}
h1 {
	position: absolute;
	top: 24px;
	left: 13px;
	font-size:26px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 83px;		/* pozice navbaru od horního okr. str. */
	left: 280px;		/* pozice navbaru od lev. okr. str. */
	
}
#nav  a {
	background-image:url(images/menu.gif);	/* pozadí pod nav. odk. */
	width:80px;
	height:19px;
	display:inline;
	float:left;				/* umístění plov. obj. navbar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#00d0ff;
	font-weight:bolder;
}
#nav  a:hover {
	color:#02019a;		/* barva textu po najetí myši */
}

#body-bot {
	padding-top: 24px;	/* top od boxu */
}
#vitejte {
	float: left;
	width: 231px;
	padding-left: 19px;
	
}
#vitejte a {
	color: #00d0ff;
}
#vitejte a:hover {
	color: #CFCCBF;
}
#vitejte h2 {
	text-align: center;
	margin: 11px 0px;
	color:#fff;
	font-size:24px;
}
#vitejte p {
	margin: 20px 19px;
	color:#00d0ff;
}
#vitejte .more {
	margin-top: 18px;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 418px;
	padding-right: 0px;
	padding-left: 2px;
	padding-top: 0px;
	color: #686454;
}
#content .left {
	margin-right: 10px;
}
#content a {
	color: #5A5644;
}
#content a:hover {
	color: #26241A;
}

#intro {
	margin: 12px;
}

.fineline {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 12px;
}

.fineline-flat {
	border-bottom: 1px solid #ffffff;
}

.fineborder {
	border: 1px solid #D3CAA9;
	padding: 2px;
	width: 186px;
	margin-bottom: 12px;
}

.odraz_sv {
	padding-left: 6px;
	background: 0px 4px url(images/bar_lit.gif) no-repeat;
}
.odraz_tm {
	padding-left: 6px;
	background: 0px 4px url(images/bar_drk.gif) no-repeat;
}


#arr-left, #arr-right  {
	float: left;
	width: 15px;
}


#arr-right {
	margin-left: 4px;
}

#vel_levy_str {
	float: left;
	width: 186px;
	border-right: 1px solid #fff;
	padding-right: 40px;
	padding-top: 5px;
	padding-left: 30px;
	margin: 5px 5px 4px;
}

#vel_levy_stre {
	float: left;
	width: 186px;
	border-right: 1px solid #02019a;
	padding-right: 40px;
	padding-top: 5px;
	padding-left: 30px;
	margin: 5px 5px 4px;
}

#vel_pravy_str {
	float: right;
	width: 195px;
	padding-top: 5px;
	padding-right: 40px;
	margin: 5px 5px 4px;
}

#vel_levy_str p, #vel_pravy_str p {
	margin: 4px 0px;
}

#vel_levy_str .more, #vel_pravy_str .more {
	margin: 12px 0px;
}

.clear-flat {
	margin-bottom: 4px;
}


#contente {	text-align: center;
	background: #02019a;
	color: white;
}
#vel_levy_str a, #vel_pravy_str a {
	color: #00d0ff;
}


