/*
 * screen.css - media screen (all) - styl pro zobrazování
 * Autor: Martin Zemánek, martinzemanek at email.cz 
 */
* { 
padding: 0; 
margin: 0;
}
.noborder {
  border:none;
  background:none;
}
body {
 font-family: Verdana, "Times New Roman", Verdana;
 font-size: 12px;
 color: white;
 background:black;
}

.kategorieDetail {
  display:block;
  border:1px solid blue;
  width:280px;
  height:380px;
  float:left;
  margin:18px;
  overflow:hidden;
  background: #2a2c9b url(../images/thumb_back.jpg) repeat-x;
}

#headerBox {
  position:absolute;
  display:block;
  height:68px;
  width:390px;
  top:25px;
  line-height:20px;
  margin-left:580px;
  overflow:hidden;
  line-height:18px;
}
#banner2 {
  display:block;
  height:60px;
  width:468px;
  line-height:20px;
  overflow:hidden;
  margin:5px auto;
}
.thumb {
  height:202px;
}
.odsazeni {
  padding-top:220px;
}
.lista {
  height:20px;
  text-align:center;
  overflow:hidden;
  line-height:20px;
  font-size:10px;
  color:gray;
}
#headerBoxNew {
  position:absolute;
  top:165px;
  margin-left:70px;
  text-align:center;
  font-size:13px;
  line-height:43px;
  display:block;
  height:43px;
  width:120px;
  overflow:hidden;
}
#headerBoxNew a:hover, #headerBoxDownload a:hover{
  text-decoration:none;
}
#headerBoxDownload {
  position:absolute;
  top:165px;
  margin-left:260px;
  text-align:center;
  font-size:13px;
  line-height:43px;
  display:block;
  height:43px;
  width:120px;
  overflow:hidden;
}

.downloadLink {
  background: url(../images/footer.jpg) repeat-x;
  background-position: bottom left;
  padding:10px 15px;
  border:1px solid black;
  position:absolute;
  margin-left:-100px;
  margin-top:20px;
}
.topMarked {
  position:absolute;
  margin-left:5px;
  background: url(../images/top.png) no-repeat;
  display:block;
  width:60px;
  height:58px;
}
table {
width:100%;
}
td {
padding:5px 2px;
}
#header { 
 background: url(../images/header.jpg) no-repeat;
  margin:0 auto;
 display:block;
 height:261px;
 width:983px;
}

#header #over a { 
 display:block;
 width:500px;
 height:140px;
 float:left;
}
#header2 { 
 background: url(../images/header_noentry.jpg) no-repeat;
  margin:0 auto;
 display:block;
 height:261px;
 width:983px;
}

#wrap {
  background: url(../images/header_back.jpg) repeat-x;
}
#wrap2 {
  background: #373737 url(../images/body_back.png) repeat-x;
}

#content { 
  width:983px;
  margin:0 auto;
  padding-bottom:30px;
}
#videa_list { 
  margin:0 auto;
}

#paging_footer {
  width:100%;
  display:block;
  background: url(../images/footer.jpg) repeat-x;
  border:1px solid #000;
  height:30px;
  margin:15px 0;  
  line-height:20px;
}

#paging_footer table tr td.centerpage{
 text-align:center;
}

#footer #center_footer {
  width:1000px;
	overflow:hidden;
	padding-right:10px;
	text-align:center;
	display:block;
	margin: 0 auto;
	padding-top:5px;
}
#footer {
	width: 100%;
	height:45px;
  background: url(../images/footer.jpg) repeat-x;
  font-size:85%;
}
.infomessage {
vertical-align: middle;
color:green;
}
.errormessage {
vertical-align: middle;
color:red;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}
.center {
  text-align:center;
}
.center_small {
  text-align:center;
  width:100px;
}
#footer p.left{
  width:350px;
  float:left;
	color:lime;
	padding-top:7px;
	font-size:90%;
	letter-spacing:1px;
	padding-left:30px;
	font-weight:bold;
}
#footer p.right{
  float:right;
	color:white;
	padding-top:7px;
	font-size:90%;
	letter-spacing:1px;
	padding-right:30px;
	font-weight:bold;
}

table, tr, td, th {
  border-collapse:collapse;
}

.hidden {
	display: none;
}

.input {
  border:1px solid blue;
  padding:0 2px;
  height:14px;
  font-size:11px;
  background: url(../images/footer.jpg) repeat-x;
  color:white;
}
.submit {
  border:none;
  height:16px;
  font-size:10px;
    padding:0 2px;
  background: url(../images/footer.jpg) repeat-x;
  color:white;
}
select {
  border:1px solid gray;
  padding:0 0 0 2px;
  font-size:11px;
}
textarea {
  border:1px solid blue;
  padding:2px;
  color:11px;
  border-style: outset;
  font-size:11px;
}

.red {
 color:brown;
}
.green {
  color:green;
}

hr {
margin:10px 0;
border: dashed gray 2px;
border-left: none;
border-right: none;
border-bottom: none; 
}

img {
  border:none;
}

a {
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}

a:hover {
  color:gray;
  text-decoration:underline;
}

h1 {
 font-size:16px;
 padding-bottom:5px;
 color:#fff;
 padding-bottom:8px;
}
h2 {
 font-size:14px;
 padding-bottom:5px;
 color:#fff;
}
h3 {
 font-size:14px;
 padding-bottom:5px;
 color:#fff;
}
h4 {
 font-size:13px;
 padding-bottom:5px;
 color:#fff;
}
.justify {
  text-align:justify;
}

.clear {
  clear: both;
}

.smaller {
  font-size:85%;
}
.smaller_center {
  font-size:85%;
  text-align:center;
}
.smaller_color {
  font-size:85%;
  color:#7aa621;
}
.color {
  color:#ac8d06;
}
.vyrazne1 {
  background: url(../images/footer.jpg) repeat-x;
  height:25px;
  line-height:25px;
  display:block;
  width:100px;
  border:1px solid black;
  text-align:center;
  font-size:120%;
  float:left;
  position:relative;
  left:340px;
}

.vyrazne2 {
  background: url(../images/footer.jpg) repeat-x;
  height:25px;
  line-height:25px;
  display:block;
  width:100px;
  border:1px solid black;
  text-align:center;
  font-size:120%;  float:right;
  position:relative;
  right:340px;

}
#buttonsEntry {
  display:block;
  padding-top:40px;
  margin:0 auto;
}
