body {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background:#00152A;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 0.8em;
	overflow: hidden;
}

#flashmenu {
	width:100%; height:50%;
	color: #00152A;
	background:#6ECFF6;
	text-align: center;
	float: left;
	margin: 0;
}

#flashmenu a{
	color: #00152A;
	margin:0 5px 0 5px;
	font-weight: bold;
	text-decoration: none;
}

#flashmenu a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* -------------------- hlavní obsah -------------------- */
#hlavni {
	width:100%; height:50%;
	background:#00152A url(../img/mainpoz.gif) repeat-x 0 0;
	_background-attachment: fixed;
	text-align: center;
	float: left;
	margin: 0;
	overflow: auto;
}

#obsah {
	color: #ffffff;
	width:80%;
	margin:auto;
	position: relative;
	text-align: left;
	padding: 20px 0 0 0;
}

#obsah2 {
	color: #ffffff;
	width:520px;
	margin:auto;
	position: relative;
	text-align: left;
	padding: 20px 0 0 0;
}

#obsah a, #obsah2 a{
	color: #00C4C4;
	font-weight: bold;
	text-decoration: none;
}

#obsah a:hover, #obsah2 a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#obsah img, #obsah2 img{
	border:1px solid #00C4C4;
}

/* -------------------- nadpisy a odstavce -------------------- */
p {
	margin:0 0 10px 0;
}

h1 {
	font-size: 200%;
	color: #ffffff;
	font-style: italic;
	text-align: right;
	position: absolute;
	right: 30px; bottom: 0px; _bottom: 15px;
}

h2 {
	font-size: 140%;
	color: #00C4C4;
	font-style: italic;
	width:100%;
	text-align: left;
	margin:10px 0 10px 0;
}

h3 {
	font-size: 110%;
	color: #cc0000;
	font-style: italic;
	width:100%;
	text-align: left;
	margin:10px 0 10px 0;
}

/* -------------------- tabulka -------------------- */
table {
	color: #ffffff;
	font-size: 100%;
	border-collapse: collapse;
}

td {
	padding: 3px 0 0 0;
}

/* -------------------- fotogalerie -------------------- */
.thumbs a{
	width: 90px; height: 90px;
	display: block;
	border: 2px solid #00C4C4;
	margin: 0 20px 18px 0;
	position: relative;
	float: left;
}

.thumbs a:hover{
	border: 2px solid #ffffff;
}

.thumbs span{
	width: 90px;
	color: #ffffff;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	position: absolute;
	left: 0; bottom: -13px;
}

/* -------------------- nahledy obrazku -------------------- */
#showimage{
	width:690px;
	position:absolute;
	visibility:hidden;
	z-index:200;
	text-align: center;
}

#plocha{
	width:690px; height:530px;
	background: url(../img/show-poz.gif) no-repeat 0 0;
	display:table;
	_position:relative;
	overflow: hidden;
}

#plocha-in{
	_position:absolute;	_top:50%;
	display: table-cell;
	vertical-align: middle;
}

#plocha img{
	border:2px solid #cccccc;
	_position:relative;
	left:-50%; top:-50%;
	cursor: pointer;
}

/* -------------------- pocitadlo -------------------- */
#pocitadlo a, #pocitadlo a:hover{
	color: #69088e;
	font-size: 80%;
	position: absolute;
	left: 15px; bottom: 10px;
	text-decoration: none;
}

/* -------------------- pomocne -------------------- */
li {
	margin: 0 0 7px 0;
}

.doleva20 {
	float: left;
	margin: 0 20px 0 0;
}

.doleva45 {
	width: 50%;
	margin: 0;
}

.doprava45 {
	width: 50%;
	float: right;
	margin: 0;
}

.modra {
	color: #00C4C4;
}

