@CHARSET "UTF-8";

body {
	text-align: center;
	margin:0 0;
	padding-top: 0;
	padding-bottom: 25px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #223333;
	/*background-color: #ffca38 /* #faebd7 #faf0e6 ;*/
	background: #ffac2f url(../sys/orange-light.png) top center;
	background-repeat: repeat;
}

div.body {
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #050;
	background-color: #fffff8;

	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	
	-moz-box-shadow: 0px 2px 15px #997;
	-webkit-box-shadow: 0px 2px 15px #997;
	box-shadow: 0px 2px 15px #997;
}

div.banner {
	padding: 8px 14px;
	color: #f8f8f8;
	font-size: 30px;
	background: green url(../sys/ban.png);
}

div.ban1 {
	font-size: 25px;
	font-variant:small-caps;
	padding: 2px 0px;
	text-shadow: 2px 2px #777744;
}
div.ban2 {
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	padding: 2px 0px;
	letter-spacing: 2px;
	text-shadow: 2px 2px #777744;
}

div.obsah {
	margin: 0px auto;
	padding: 10px 45px;
	text-align: justify;
}

a, a:link, a:visited {
 color: #792;
 background-color: inherit;
 letter-spacing: 0px;
 text-decoration: underline;
}
a:hover {
 color: #997;
 background-color: #f0fff0;
}

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	width: 100%;
	/* border: 1px solid red #625e00*/;
	/*border-width: 1px 0;*/
	background: black url(../sys/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 4px 10px;
	text-decoration: none;
	border-right: 1px solid white;
	text-align: center;
	width: 80px;
}

.solidblockmenu li a:visited {
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current {
	color: black;
	background: transparent url(../sys/blockactive.gif) center center repeat-x;
}

a.current, a.current:link, a.current:visited, a.current:hover {
	color: black;
}

p {
	margin-top: 2px;
	margin-bottom: 8px;
}

p + p {
	text-indent: 0px;
}

.super {
	padding: 3px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
	background: #793;
	color: #ffa;
	border-style: none;
	clear:both;
}

div.super {
	margin: 1px;
}

h1,h2,h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align: left;
	color: #4a0;
	font-weight: normal;
	font-family: Helvetica, Verdana;
	
	text-shadow: #997 1px 1px 1px;
	/*font-variant: small-caps;*/
	opacity: 1;
}

h1 {
	font-size: 18px;
	font-variant:small-caps;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear:both;
	padding-top: 10px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

img.il, img.ir, img.ic, img.no {
	border: 1px solid #470;
	margin: 0px;
	
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	
	-moz-box-shadow: 2px 2px 5px #997;
	-webkit-box-shadow: 2px 2px 5px #997;
	box-shadow: 2px 2px 5px #997;
}

img.il {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 25px;
}

img.ir {
	float: right;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}

img.ic {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3px;
	margin-bottom: 10px;
}

figure {
	margin: 0px;
}

figure.l {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}

figure.r {
	float: right;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}

figure.c {
	display: block;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-top: 3px;
	margin-bottom: 10px;
}

div.r {
	float: right;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}

figcaption {
	margin-left: auto;
    margin-right: auto;
	font-style: italic;
	/*font-variant: small-caps;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
}

table.dat {
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-moz-box-shadow: 2px 2px 5px #997;
	-webkit-box-shadow: 2px 2px 5px #997;
	box-shadow: 2px 2px 5px #997;
}

table.dat {
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-color: #997;
	background-color: #997;
	border-collapse: collapse;
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left:auto;
	margin-right:auto;
}

caption {
	caption-side: bottom;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	width: auto;
	text-align: center;
	margin-top: 10px;
}

th, td {
	vertical-align: top;
	}

th.dat {
	background-color: #484;
	color: white;
	font-weight: bold;
	margin: 0px 2px;
	padding: 1px 2px;
	text-align: left;
}

td.dat0, td.dat1, td.dat0n, td.dat1n {
	vertical-align: top;
	padding: 1px 4px;
}

td.dat0, td.dat1 { text-align: left; }
td.dat0n, td.dat1n { text-align: right; }
td.dat0, td.dat0n { background-color: #ffd; }
td.dat1, td.dat1n { background-color: #f0f0d8; }


td.dat0  + td.dat0, td.dat0  + td.dat0n,
td.dat0n + td.dat0, td.dat0n + td.dat0n {
	border-left: solid 1px #ffd;
}

td.dat1  + td.dat1, td.dat1  + td.dat1n,
td.dat1n + td.dat1, td.dat1n + td.dat1n {
	border-left: solid 1px #f0f0d8;
}

.flowplayer { width: 600; }

ul li {
	padding-bottom: 15px;
	font-size: 13px;
}

img.gal {
 margin: 3px 5px 5px 3px;
 border-width: 1px;
 border-color: #470;
 border-style: solid;
 border-top-left-radius: 3px;
 -moz-border-radius-topleft: 3px;
 border-top-right-radius: 3px;
 -moz-border-radius-topright: 3px;
 border-bottom-left-radius: 3px;
 -moz-border-radius-bottomleft: 3px;
 border-bottom-right-radius: 3px;
 -moz-border-radius-bottomright: 3px;
 -moz-box-shadow: 5px 5px 6px #997;
 -webkit-box-shadow: 5px 5px 6px #997;
 box-shadow: 5px 5px 6px #997;
 opacity: 0.85;
}

img.gal:hover {
 margin: 5px 3px 3px 5px;
 -moz-box-shadow: 3px 3px 4px #997;
 -webkit-box-shadow: 3px 3px 4px #997;
 box-shadow: 3px 3px 4px #997;
 opacity: 1.0;
}

a.gal:hover { 
 background-color: inherit;
}

q {
	quotes: '„' '“' "‚" "‘" "«" "»";
	font-style: italic;
} 
q:before { content: open-quote; }
q:after { content: close-quote; }

.clear{ clear:both; }
