body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#90C571;
  background-color: #000000;
  background: url('../grafika/pozadi.gif');
}

.lista {
  background: #000000; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  position: absolute; 
  text-align: right;
}

#slider1{  background-color: #000000; display: block;}
#slider2{  background-color: #000000; display: none;}

.slidebox{
  position: relative;
  width: 610px;
  height: 300px;
  background: #000000;
}

.informace {
  color: #ACA492;
  clear: both;
}

.obsah_panelu {
  background-color: #191919;
}

.bbcode_td {
  background-color: #191919;
}

.skryvany2 {
 display: none;
 background-color: #191919;
 padding: 2px;
 margin-bottom: 15px;
 }

 .skryvany {
 display: none;
 background-color: #191919;
 padding: 2px;
 margin-bottom: 15px;
 }
 
.zalozka a {
 border: 1px solid #7C776A; 
 border-bottom: none; 
 padding: 4px; 
 background-color: #191919; 
 text-decoration: none;
}

.zalozka {
 border-bottom: 1px solid #7C776A; 
 padding-bottom: 4px;
}

.zalozka .up_uzi {
 background-color: black;
}

.rss {
 background: #191919 url('../grafika/rss.png') 2px center no-repeat; 
 padding: 7px; 
 padding-left: 40px;
}

a {
	color: #76B94E;
}
a:hover {
	color: #81EE41;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 980px;
  text-align: left;
  background-color: #000000;
  border: 8px solid #000000;

}

#header_wrapper {
  background: #000000 url('../grafika/vzhled/green_lines/logo.png') bottom left repeat-x;
  margin:0px; padding:0px;
    height: 153px;
}

#header {
  height: 153;
  padding:15px;
  background: url('../grafika/vzhled/green_lines/logo.png');
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#554433;
  letter-spacing: 1px;
}

#left_side {

  margin-top: 10px;
  float: left;
  width: 160px;
  background: #191919;
  background-image: url('../grafika/menu_konec.gif');
  background-position: center bottom;
  background-repeat: no-repeat;
  
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 160px;
  background: #191919;
  background-image: url('../grafika/menu_konec.gif');
  background-position: center bottom;
  background-repeat: no-repeat;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 180px;
  color:#90C571;

}

#content2 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 20px;
  color:#554433;
}

#footer {
  height: 25px;
  background-color: #000000;
  background: url('../grafika/vzhled/green_lines/paticka.gif') #000000;
  clear: both;
  text-align: right;
  padding-top: 10px;
  padding-right: 5px;
  color: #90C571;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  background-repeat: no-repeat;
}

#footer A:link {
	COLOR: #76B94E; text-decoration: none;
}
#footer A:visited {
	COLOR: #76B94E; text-decoration: none;
}
#footer A:active {
	COLOR: #76B94E; text-decoration: none;
}
#footer A:hover {
	COLOR: #81EE41; text-decoration: underline;
}

#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #90C571;

}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:0px; margin-right:0px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #90C571;
  border:none;
  background-color: black;
  background: url('../grafika/nadpis_pozadi.gif');
}


#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #90C571;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #90C571;
}


#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #90C571;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #90C571;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}


blockquote {
	background: url('../grafika/vzhled/green_lines/citace.gif') no-repeat;
	color: #AED696;
  border-style: solid;
  border-color: #ACA492;
  padding-left: 23px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 0px;
  border-width: 1px;
  width: 85%;
}

code {
	background: #000000;
	border: 1px solid #ACA492;
	border-left: 6px solid #8ED167;
	color: #AED696;
	display: block;
	font: normal 13px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}

#novinky {
	background: #000000;
	border: 1px solid #ACA492;
	color: #96D618;
	display: block;
	font: normal 13px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	background-image: url('../grafika/novinky-vrsek.gif');
  background-position: left top;
  background-repeat: repeat-x;	
}

form {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #90C571;
}

button, select { background: url('../grafika/input.gif') #000000; border: 1px solid #ffffff; font-size: 12px; color: #90C571; }

input { background: url('../grafika/input.gif') #000000; border: 1px solid #ACA492; font-size: 12px; color: #90C571; background-repeat: repeat-x;}

textarea { background: url('../grafika/textarea.gif') #000000; background-position: right bottom; background-repeat: no-repeat; border: 1px solid #ACA492; font-size: 12px; color: #90C571; }

.novinky {
	background: #000000;
	border: 1px solid #ACA492;
	color: #96D618;
	display: block;
	font: normal 13px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	background-image: url('../grafika/novinky-vrsek.gif');
  background-position: left top;
  background-repeat: repeat-x;
}

.novinky2 {
	background: url('../grafika/novinky.gif') #000000;
	border: 1px solid #EED;
	color: #96D618;
	display: block;
	font: normal 13px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.novinky3 {
	background: url('../grafika/novinky.gif') #000000;
	border: 1px solid #EED;
	color: #96D618;
	display: block;
	width: 585px;
	font: normal 13px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.clanky {
	background: url('../grafika/clanky.gif') #FFE;
	border: 1px solid #EED;
	color: #554;
	display: block;
	font: normal 13px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

table {
	font: normal 13px "Lucida Sans Unicode",serif;
	color: #90C571;
}

tr {
	font: normal 13px "Lucida Sans Unicode",serif;
	color: #90C571;
}

td {
	font: normal 13px "Lucida Sans Unicode",serif;
	color: #90C571;
}

.meric {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FCFAEA;
  z-index: 20;
}

.nadpiscz {
  color: #E4DBCF;
}

.nastred {
  text-align: center;
}

hr {
  border: 1px dotted #90C571;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dotted #90C571;
}