@media screen {
	
/* BASE
-------------------------------------------------- */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: .8em/1.5 sans-serif;
}
body {
	text-align: center;
	color: #707070;
	min-width: 978px;
	background-color: #000;
}

/* HEADLINES
-------------------------------------------------- */

h1 {
	font: bold 1.9em/1.2 sans-serif;
	word-spacing: -.1em;
	color: #63B434;
	margin: .5em 0 1em 0;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	color: #63B434;
	margin: .8em 0 .4em 0;
	font-weight: normal;
}
h3  {
	font-size: 1.2em;
	color: #63B434;
	margin: .8em 0 .2em 0;
}

/* BLOCKS
-------------------------------------------------- */

address {
	margin: .8em 0;
}
blockquote {
	margin: .8em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #63B434;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
p {
	margin: .8em 0;
}
h1+p, h2+p, h3+p {
	margin-top: .4em;
}

/* LISTS
-------------------------------------------------- */

dl {
	margin: .8em 0;
}
dt {
	margin: .2em 0;
}
dd {
	margin: .2em 0 .2em 20px;
}
ul {
	display: block;
	list-style: square;
	margin: .8em 0;
}
ul li, ol ul li {
	margin: .2em 1em;
	padding: 0 0 0 5px;
}
ol {
	display: block;
	list-style: decimal;
	margin: .8em 0 .8em 20px;
}
ol li, ul ol li {
	display: list-item;
	list-style: decimal;
	margin: .2em 0;
	padding: 0;
	background: none;
}

/* TABLES
-------------------------------------------------- */

table {
	border-collapse:separate;
	margin: 1em 0;
	border: 1px solid #0053A0;
	border-spacing: 1px;
}
caption {
	margin: 0;
	padding: 0 0 .8em 0;
	text-align: center;
	color: #FFFF00;
}
th {
	padding: .4em .8em;
	text-align: left;
	vertical-align: top;
	background-color: #0053A0;
	color: #FFF;
	font-weight: normal;
}
td {
	padding: .4em .8em;
	vertical-align: top;
	background-color: #FFF;
	color: #000;
}
table.construct {
	border-collapse: collapse;
	border: none;
	margin: .8em 0;
	background: transparent none;
}
table.construct caption {
	text-align: left;
}
table.construct th, table.construct td {
	border: none;
	padding: 0 10px .8em 0;
	font-weight: normal;
	background: transparent none;
	color: #707070;
}
/* FORMS
-------------------------------------------------- */

form {
	margin: 1em 0;
}
fieldset {
	border: 1px solid #63B434;
	margin: 1em 0 .8em 0;
	padding: 2px 9px;
}
legend {
	margin: .8em 10px .8em 0;
	padding: 0 10px;
	color: #707070;
}
input, textarea, select {
	font-size: 1em;
	color: #000;
	background-color: #E2E2E2;
}
label {
	vertical-align: middle;
	color: #707070;
}

/* INLINES
-------------------------------------------------- */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font: 1em "Lucida Console", "Andale Mono", monospace;
	letter-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* ANCHORS
-------------------------------------------------- */

a:link {
	color: #63B434;
}
a:visited {
	color: #707070;
}
a:hover, a:active {
	color: #707070;
}
h1 a, h2 a, h3 a {
	color: #63B434 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

/* LAYOUT
-------------------------------------------------- */
#case {
	width: 978px;
	margin: 0 auto;
	text-align: left;
	height: 1000px;
	background: #000 url(../img/header.jpg) no-repeat 50% 0;
}

/* Header
-------------------------------------------------- */
#header {
	position: relative;
}
#logo {
	margin: 0;
	padding: 0;
	line-height: 1px;
	position: absolute;
	top: 0;
	left: 385px;
}
#logo img {
	margin: 0; padding: 0;
}
#flags {
	position: absolute;
	right: 10px;
	top: 80px;
}
#flags ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}
#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
}
#search {
	position: absolute;
	right: 20px;
	top: 10px;
	margin: 0;
	border-top: none;
}
#search fieldset {
	border: none;
	margin: 0;
	padding: 2px 0 0 5px;
}
html>body #search fieldset {
	padding: 0 0 0 5px;
}
#search input {
	vertical-align: middle;
}
#search-input {
	width: 110px;
	text-align: center;
	color: #828080;
}

/* Main
-------------------------------------------------- */
#main {
	padding-top: 280px;
}
#obal {
	float: right;
	width: 770px;
}
#content {
	float: left;
	width: 585px;
}
#content-in {
	padding: 10px;
}
#panel {
	float: right;
	width: 175px;
}
#fan {
	position: relative;
}
.zivot-flash {
	margin: 0;
	padding: 0;
}
#fan .fanousek {
	position: absolute;
	top: 110px;
	z-index:2;
	left: 0;
	text-align: center;
	width: 100%;
}
#fan h2 {
	margin: 0;
	padding: 0;
	width: 175px;
	height: 143px;
	position: relative;
}
#fan h2 span {
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	width: 175px;
	height: 143px;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#fan h2.cs span {
	background-image: url(../img/fan-out-cs.jpg);	
}
#fan h2.en span {
	background-image: url(../img/fan-out-en.jpg);	
}
#fan-in {
	padding: 0 0 20px 0;
	background: transparent url(../img/fan-in.jpg) no-repeat 0 100%;
}
#panel, #player {
	text-align: center;
}
#player {
	background: #000 url(../img/player.jpg) no-repeat 0 100%;
	min-height: 300px;
	height: 300px;
	padding-bottom: 20px;
	z-index: 0;
}
#player object {
	margin: 0 auto;
}
html>body #player {
	height: auto;
}
#leftpanel {
	width: 200px;
	float: right;
}
#nav {
	background: #000 url(../img/nav-out.jpg) no-repeat 0 0;
	padding-top: 30px;
}
#nav-in {
	min-height: 311px;
	height: 311px;
}
#nav-in ul {
	margin: 0; 
	padding: 0;
}
#nav ul li {
	list-style: none;
	margin: 0;
	margin-left: 22px;
	width: 150px;
}
#nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #707070;
	background: #000 url(../img/nav-li.gif) no-repeat 0 50%;
	padding: 5px 0 5px 25px;
	display: block;
}
#nav ul li a:hover, #nav ul li a.selected {
	background-position: -150px;
}
#nav ul ul li {
	width: 120px;
}
#nav ul ul li a {
	background: transparent url(../img/nav-ul-li.gif) no-repeat 0 50%;
	padding: 2px 0 0 10px;
}
#nav ul ul li a:hover, #nav ul ul li a.selected {
	background-position: -130px;
}
html>body #nav-in {
	height: auto;
}
#nav-in {
	background: transparent url(../img/nav-in.gif) no-repeat 0 100%;
	padding: 20px 0;
}
.box {
	padding-bottom: 55px;
	background: #000 url(../img/oddelovac.gif) no-repeat 0 100%;
	
}
.clen {
	min-height: 200px;
	height: 200px;
}
html>body .clen {
	height: auto;	
}
.forum {
	background: url(../img/forum-in.jpg) no-repeat 0 100%;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
}
.forum .inner {
	background: url(../img/forum-out.jpg) no-repeat 0 0;	
	padding: 0 25px 0 52px;
}
.forum .info {
	height: 38px;
	line-height: 38px;
	color: #000;
}
.forum h4 {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	width: 350px;
	overflow: hidden;
}
.forum .datum {
	margin-left: 350px;
	text-align: right;
}
.forum .msg {
	background: url(../img/uvozovky.gif) no-repeat bottom right;	
	padding-right: 15px;
}
.forum h4 a {
	color: #000;
}
.hlasky {
	border: 3px solid #63B434;
	padding: 0 0.5em;
	margin-bottom: 3em;
	color: #63B434;
}
.pic {
	border: 3px solid #63B434;
	line-height: 1px;
}
.album {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	height: 300px;
	width: 255px;
}
.search-result {
	background-color: #FFF251;
}
.paging {
	margin: 20px 0;
	padding: 5px;
	text-align: right;
}
.bannery{
	margin: 2em 0;
	text-align: center;
}
.bannery .banner {
	margin-bottom: 10px;
}

/* Footer
-------------------------------------------------- */
#footer {
	font-size: 0.9em;
	padding: 40px 20px 20px;
	text-align: center;
}
#disclaimer {
	font-style: normal;
}

/* END OF CUSTOM STYLES */

/* UNIVERSAL DEFINITIONS
-------------------------------------------------- */

.fix {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font: 1px/1px sans-serif;
	background-color: transparent;
}
.note td {
	background-color:#EEEEEE;
}
.note {
	color: #999999;
	word-spacing: -.1em;
}
p.note {
	line-height: 1.2;
}
.float-left {
	float: left;
	margin: .2em 10px .8em 0;
}
.float-right {
	float: right;
	margin: .2em 0 .8em 10px;
}
.noscreen, .noshow {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.middle {
	vertical-align: middle;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.extra {
	color: #A81524;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
.nomargin {
	margin: 0;
}

}

/* PRINT RULES
================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #accesslink, #global, #nav, #crumbs, #sidebar {
	display: none;
}

}
