/* CSS Document */

body {
	text-align:center;
	background: #545453 url('img/pozadi.jpg') repeat-x left top;
 	font-family: "Tahoma CE",Tahoma,"Arial CE",sans-serif;
	font-size: 0.70em;
	color: #FFF;
	margin:0;
	padding:0;
}

/* text
-------------------------------------------------- */

h1, h2, h3, h4 {color:#FFF; margin:0;}

h1 {font-size:160%; margin: 0 0 0 0;}
h2 {font-size:140%; margin: 0 0 0 0;}
h3 {font-size:120%; margin: 0 0 0 0;} 
h4 {font-size:100%;margin: 0 0 0 0; }


/* BLOCKS
-------------------------------------------------- */
address {	margin: .66em 0;}
blockquote {margin: .66em 20px;}
hr { clear:both;	}
p, .editor { text-align: justify; margin:0;}


/* LISTS
-------------------------------------------------- */
dl, dt, dd { margin:0; text-align:left;}
dl {margin-left:5px;}
dt {}
dd {}
ul, ul li { margin: 0; padding: 10px 0 5px 20px; list-style-type: none; text-align: left;}


/* TABLES
-------------------------------------------------- */
table {	border-collapse: collapse;	margin-top: 10px; margin-bottom: 10px; font-size:100%;}
caption {	margin: 0 0 .66em 0;	text-align: center;	color: #D01310;}
th {	border: 1px solid gray;	padding: 5px 10px;	font-weight: bold;	text-align: left;	vertical-align: top;
	background-color:#006995;	color: white;}
td {	border: 0px solid gray;	padding: 5px 10px;	vertical-align: top;}


/* FORMS
-------------------------------------------------- */
fieldset {	clear: both; border:none;	}
legend {}
input, textarea, select {	font-size: 1em;}


/* INLINES
-------------------------------------------------- */
abbr, acronym {	border-bottom: 1px dotted;	font-variant: small-caps;	cursor: help;}
dfn {	position: relative; font-style:normal; cursor: help; top: 2px;}
cite, em, q, var {	font-style: italic;}
code, kbd, samp, pre {	font-family: "Lucida Consode", "Andale Mono", monospace;}
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 {color: #FFF; text-decoration: none; font-weight: bold;}
a:visited {	}
a:hover {text-decoration: underline; }


/* Img
-------------------------------------------------- */
img	{ border:1px solid #ffffff;	}


/* Bloky
-------------------------------------------------- */

#obalka {
	width: 860px;
	margin: 0 auto;
	position:relative;
	border:1px solide blue;
}

#motiv {
position:relative;
	width: 860px;
	height: 239px;
	background: url('./img/motiv1.jpg') no-repeat top left;
	float:left;
	overflow:hidden;
	
}

#motiv object {position:absolute; left:0px; top:0px;}

#motiv ul, ul li {
	margin: 0;
	padding: 0;
}

#motiv ul {
	padding: 200px 0 0 35px;
	list-style-type: none;
}

#motiv ul li {
	padding: 0 0 0 25px;
	float: left;
}

#motiv ul li a {
   color: #FFF;
	font-size: 10pt;
}


/* Forma 
--------------------------------------------------------------*/
#vrsek-forma {
	width: 860px;
	height: 46px;
	background: url('./img/vrsek.jpg') no-repeat top left;
	float: left;
}

#maj {
	width: 860px;
	background: url('./img/poz-sl.jpg') repeat-y top left;
	float: left;
	position:relative;
}

.obsah {
	padding: 0 100px 0 80px;
	float: left;
	text-align: left;
}

.obsah p {
	text-align: left;
	text-indent: 1em;
	line-height: 1.4em;
}

/* Spodek (forma) 
---------------------------------------------------------------*/
#spodek {
	width: 860px;
	height: 61px;
	background: url('./img/spodek.jpg') no-repeat top left;
	float: left;
}

#play
	{
	position:absolute;
	right:15px;
	top:4px;
	z-index:100;
	}
	
#play a {font-weight:normal;}
#play img { position:relative; top:3px; margin:0px 1px;}

