/* [ CSS RESET ] ------------------------------------------------------- */  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
  margin: 0;   
  padding: 0;  
}   
table {   
  border-collapse: collapse;   
  border-spacing: 0;   
}  
fieldset,img {    
  border: 0;   
}  
  
address,caption,cite,code,dfn,em,strong,th,var {   
  font-style: normal;   
  font-weight: normal;   
}  
  
ol,ul {   
  list-style: none;
}  
  
caption,th {   
  text-align: left;   
}  
  
h1,h2,h3,h4,h5,h6 {   
  font-size: 100%;   
  font-weight: normal;   
}  
  
q:before,q:after {   
  content: '';   
}  
  
abbr,acronym {   
  border: 0;   
} 

/* [ CLEARFIX ] --------------------------------------------------------- */  
.clearfix:after {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
}  
  
.clearfix {  
    display: inline-block;  
    font-size: 0px;
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}  
  
.clear {  
  clear: both;  
}

/* Style design */
body {
  background: #FFCA31 url(../images/bg.gif) 0 0 repeat-x;
  font-family: verdana,sans,arial;
  font-size: 14px;
}

#page {
  width: 990px;
  text-align: center;
  margin: auto;
  padding-bottom: 5px;
}

#header {
  background: url(../images/afrodita.gif) no-repeat;
  height: 212px;
  margin: 0px;
  padding: 0px;
}

#logo {
  width: 231px;
  margin-left: 0px;
  float: left;
}

#logo h1 {
  display: none;
}

#top {
/*  position: relative;
  left: 231px
  */
  margin-left: 231px;
  z-index: 2;
}

#top_left {
  width: 78px;
  height: 143px;
  float: left;
  background: url(../images/top_left.gif) no-repeat;
}

#top_content {
  width: 666px;
  height: 143px;
  float: left;
  background: url(../images/top_bg.gif) repeat-x;
}

#topcontent {
  margin-top: 8px;
  float: left;
  width: 666px;
  height: 80px;
}

#topcontent img {
  border: solid 1px #000;
  padding: 0px;
  margin: 2px;
}

#topcontent a {
  padding: 0px;
  margin: 2px;
}

#top_right {
  width: 8px;
  height: 143px;
  float: left;
  background: url(../images/top_right.gif) no-repeat;
}

#top_nadpis {
  padding-top: 35px;
  height: 20px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  background: url(../images/top_nadpis_bg.gif) repeat-x;
}

#top_nadpis h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0px; padding: 0px;
}

#top_nadpis_right {
  float: left;
  width: 8px;
  height: 55px;
  background: url(../images/top_nadpis_right.gif) no-repeat;
}

.top_box {
  position: relative;
  float: left;
}

.top_description {
  position: absolute; 
  border: 2px solid #F7D52C; 
  display: none; 
  width: 220px; 
  background-color: #FEF0C4; 
  padding: 5px;
  text-align: justify; 
  font-weight: normal;
  font-size: 10px;
  top: 76px;
  right: 0px;
  color: #000000;
  FILTER: DropShadow(), Alpha(Opacity=90); -moz-opacity: 0.9; z-index: 2;
}

#section_menu {
  height: 40px;
  width: 700px;
  position: relative;
  left: 110px;
  top: 32px; 
  float: left;
  z-index: 0;
}

.section_a img {
  padding-top: 15px;
}

.section_a_left {
  background: url(../images/section_menu_left_a.gif) no-repeat;
  height: 37px;
  width: 7px;
  float: left;
}

.section_a_right {
  background: url(../images/section_menu_right_a.gif) no-repeat;
  height: 37px;
  width: 7px;
  float: left;
  margin-right: 3px;
}

.section_a {
  background: url(../images/section_menu_a.gif) repeat-x;
  height: 37px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.section {
  background: url(../images/section_menu.gif) repeat-x;
  height: 27px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.section img {
  padding-top: 9px;
}

.section_left {
  background: url(../images/section_menu_left.gif) no-repeat;
  height: 27px;
  width: 6px;
  float: left;
  margin-top: 10px;
}

.section_right {
  background: url(../images/section_menu_right.gif) no-repeat;
  height: 27px;
  width: 6px;
  float: left;
  margin-right: 3px;
  margin-top: 10px;
}

#content {
  width: 972px;
  margin: auto;
  clear: both;
}

#content_text {
  width: 962px;
  background: #FFF;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block; 
}

#content_top {
  background: url(../images/content_top.gif) no-repeat;
  height: 5px;
  width: 972px;
  font-size:1px;
}

#content_bottom {
  background: url(../images/content_bottom.gif) no-repeat;
  height: 5px;
  width: 972px;
  clear: both;
}

.patickatext 
{
	font-size: 10px;
	text-align:center;
	padding-top: 5px;
}

.patickatext a
{
	color: #000;
	text-decoration:none;
}

.patickatext a:hover
{
	text-decoration:underline;
}


#content_row_A {
  width: 760px;
  float: left;
  margin-right: 5px;
}

#content_row_A1 {
  width: 505px;
  margin-right: 5px;
  float: left;
}

#content_row_A2 {
  width: 250px;
  float: left;
}

#content_row_B {
  width: 195px;
  float: left;
}

.menu_header {
  width: 195px;
  height: 22px;
  background: url(../images/menu_header.gif) no-repeat;
  text-align: center;
  border-bottom: solid 1px #FFB048;
}

.menu_header img {
  padding-top: 5px;
}

.menu_mezera {
  height: 5px;
  width: 195px;
  background: #FFF;
}

.menu a {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding-left: 10px;
}

.menu_A {
  height: 22px;
  background: #E9F47B;
  margin: 0px;
  padding: 0px;
}

.menu_A a {
  padding-top: 5px;
  height: 22px;
  background: #E9F47B;
  display: block;
}

.menu_A a:hover {
  height: 22px;
  background: #FFDA24;
  display: block;
}

.menu_A:hover {
  height: 22px;
  background: #FFDA24;
}

.menu_B {
  height: 22px;
  background: #D4EB6B;
}

.menu_B a {
  padding-top: 5px;
  height: 22px;
  background: #D4EB6B;
  display: block;
}

.menu_B a:hover {
  height: 22px;
  background: #FFDA24;
  display: block;
}

.menu_B:hover {
  height: 22px;
  background: #FFDA24;
}

.reklama760 {
  padding-bottom: 5px;
  margin: 0px;
}

.reklama468 {
  padding-bottom: 5px;
  margin: auto;
  text-align: center;
}

.article {
  background: #FFF1D4;
  width: 486px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 9px;
  font-size: 12px;
  display: block; 
  margin-bottom: 5px;
  text-align:justify;
  line-height: 16px;
}

.article h2 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  float: left;
  margin-bottom: 5px;
}

.article h2 a {
  color: #000;
  text-decoration: underline;
}

.article img {
  float: left;
  border: 1px #000 solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

.article_odkaz {
  text-align: right;
  color: #A4A4A4;
  font-size: 10px;
  line-height: 160%;  
  margin-top: 5px;
}

.article_odkaz a {
  text-align: right;
  color: #FF6600;
  font-size: 12px;
}

.ovladani {
  font-weight: bold;   
}


.hodnoceni {
  color: #000;
  font-weight: bold;
  height: 15px;
  width: 75px;
  marign-right: 0px;
  padding-right: 0px;
  float: right;
}

.extra_article {
  background: #FFDD78;
  width: 240px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 11px;  
  display: inline-block; 
}

.extra_article h3 {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  width: 240px;
  float: left;
}

.extra_article h3 a {
  color: #000;
  text-decoration: underline;
}

.extra_article img {
  float: left;
  border: 1px #000 solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

.extra_article_odkaz {
  clear: both;
  text-align: right;
  color: #A4A4A4;
  font-size: 10px;
  line-height: 160%;
}

.extra_article_odkaz a {
  clear: both;
  text-align: right;
  color: #FF6600;
  font-size: 11px;
}

.mezera {
  height: 5px;
  padding: 0px;
  margin: 0px;
  font-size: 1px;
}

.pages {
  background: #FFF1D4;
  width: 486px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 9px;
  font-size: 11px;
  display: block; 
}

.pages a {
  color: #FF6600;
  font-size: 12px;
}

.pages a.big {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#search {
  position: relative;
  left: 778px;
  top: 5px; 
  height: 22px;
}

#search_left {
  width: 28px;
  height: 22px;
  background: url(../images/search_left.gif) no-repeat;
  float:left;
}

#search_body {
  background: #E9F47B;
  height: 22px;
  width: 162px;
  float:left;
}

#search_right {
  width: 5px;
  height: 22px;
  background: url(../images/search_right.gif) no-repeat;
  float:left;
}

.article-hra-start {
  background: #e9f47b;
  width: 486px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 9px;
  font-size: 12px;
  display: block; 
  margin-bottom: 5px;
  text-align:justify;
  line-height: 16px;
}

.hra-start {
  text-align: center;
}

.hra-start a 
{
  font-weight: bold;
  color: #FF6600;
  font-size: 12px;
}

.hra-start a.left {
  font-weight: normal;
  float: left;
  text-align: left;
  color: #FF6600;
  font-size: 12px;
}

.hra-start a.right {
  font-weight: normal;
  float: right;
  text-align: right;
  color: #FF6600;
  font-size: 12px;
}

.picture {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.picture img {
  float: none;
}

.hraj {
  background: #FFF1D4;
  text-align: center;
  margin: auto;
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.hraj h1 {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}

.hraj h2 {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}

img.noborder {
  border: 0;
}

.hra-box {
  position: relative;
  width: 105px;
  border: 1px solid #808080;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 2px;
  background: #FFFFFF;
}

.hra-box h2 {
  margin-top:2px;
  margin-left:2px;
  margin-right:2px;
  margin-bottom: 0px;
  background: #E9F47B;
  font-size: 11px;
  font-weight: bold;
  color: black;
  padding-left:5px;
  float:none;
}

.hra-box img {
  margin-top:2px;
  margin-left:2px;
  margin-right:2px;
  margin-bottom:2px;
  border-width: 0px;
  border-style: solid;   
}

.popisek {
  position: absolute; 
  border: 2px solid #F7D52C; 
  display: none; 
  width: 200px; 
  background-color: #FEF0C4; 
  padding: 5px;
  text-align: left; 
  font-size: 10px;  
  font-weight: normal;
  bottom: 90px;
  left: -1px;
  color: #000000;
  FILTER: DropShadow(), Alpha(Opacity=90); -moz-opacity: 0.9; z-index: 2;
}
