/* CSS Document */
body {
	background: #e0f5fe url(images/bg_back.gif) repeat-x;
	background-position: center top;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	font-size: 100%;
	color: #313131;
	margin: 0;
	padding: 0;
}

#main {
	width: 880px;
	background: url(images/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}

#content {
	margin: 0 168px;
	padding: 10px;
}


#top {
	width: 100%;
	height: 228px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#top .menu_top_2 { 
	position: relative;
	padding-top: 3px;
	_padding-top: 4px;
	height: 26px;
	line-height: 28px;
	padding-left: 4px;
	float: none;
}

#top .menu_top_2 a {
	margin-left: 20px;
	margin-right: 20px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

#top .menu_top_2 a:hover {
	background-color: #FEF2C0;
	color: #cc3333;
}

#top .menu_top_1 {
	position: relative;
	padding-top: 179px;
	_padding-top: 180px;
	height: 17px;
	line-height: 17px;
	padding-right: 13px;
	text-align: right;
}

#top .menu_top_1 a {
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: white;
}

#top .menu_top_1 a:hover {
	text-decoration: underline;
}


#rmenu {
	width: 168px;
	float: right;
	margin: 0;
	padding: 0;
}


#copyright {
	width: 956px;
	color: #5c5c5c;
  font-size: 70%;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

#copyright a {
  color: #5c5c5c;
  text-decoration: underline;
}

#copyright a:visited {
  color: #5c5c5c;
  text-decoration: underline;
}

#copyright a:hover {
  color: #0090ff;
  text-decoration: underline;
}

#footer {
  font-size: 1%;
  width: 882px;
  height: 31px;
  background: url(images/footer.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

h1 {
  display: none;
}

h2 {
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #4c3e56;
  margin: 0;
  padding: 0;
  text-align: center;
  font-variant: small-caps;
}

h2.seda {
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #9F9F9F;
  margin: 0;
  padding: 0;
  text-align: center;
  font-variant: small-caps;
}


h3 {
  color: #584565;
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  width: auto;
  font-size: 115%;
  font-weight: bold;
  line-height: 120%;
  margin: 0 20px 0 20px;
	padding: 10px 0 5px 0;
}

h3 a:link {
	color: #584565;
	text-decoration: none;
}

h3 a:visited {
	color: #584565;
	text-decoration: none;
}

h3 a:hover {
	color: #3f3148;
	text-decoration: none;
}

h3.blue {
	color: #0090ff;
	font-weight: bold;
  font-family: Arial, Tahoma, helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  line-height: 100%;
  margin: 2px 0 8px 0;
	padding: 0 0 0 0;
}

h3.big {
	color: #75c2ff;
	font-weight: bold;
  font-family: Arial, Tahoma, helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  line-height: 100%;
  margin: 2px 0 8px 0;
	padding: 0 0 0 0;
}

p {
  margin: 0;
  padding: 0;
  text-align: justify;
}



ul {
  margin: 0;
}

ul li {
  list-style-type: none;
  margin: 0 0 0 -39px;
  _margin: 0 0 0 0;
}



.text {
  font-size: 83%;
  line-height: 140%;
	text-align: left;
	margin: 0 15px 0 15px;
}

.text ul li {
  list-style-type: none;
  margin: 0 0 5px -39px;
  _margin: 0 0 5px 0;
}

.text ol li {
  list-style-type: decimal;
  margin: 0 0 5px 0;
  _margin: 0 0 5px 0;
}

.newsa {
	text-align: left;
	font-size: 77%;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 20px;
    _margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
		
}


.newsa ul li {
  list-style-type: none;
  margin: 0 0 5px -39px;
  _margin: 0 0 5px 0;
}

.newsa ol li {
  list-style-type: decimal;
  margin: 0 0 5px 0;
  _margin: 0 0 5px 0;
}

.newsa-info {
  width: auto;
  font-family: Tahoma, Arial, lucida, sans-serif;
  font-size: 77%;
	text-align: left;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #313131;
	padding: 0 20px 0 20px;
}

a:link {
  color: #365d77;
	text-decoration: underline;
}

a:visited {
  color: #365d77;
	text-decoration: underline;
}

a:hover {
  color: #5895bd;
	text-decoration: underline;
}

#cd-obal  {
  background: url(images/cd.jpg);
  width: 592px;
  height: 176px;
  margin: 20px 0 0 4px;
  _margin: 20px 2px 0 0;
}

#cd  {
  background: none;
  width: auto;
  font-size: 88%;
  line-height: 120%;
	text-align: center;
}
#cd-text  {
  width: auto;
  font-size: 200%;
  color: #FFFFFF;
  font-weight: 800;
  padding: 143px 0 0 205px;
}

#uvod-obal  {
  width: 592px;
  margin: 20px 0 10px 4px;
  _margin: 20px 2px 10px 0;
}

#uvod  {
  background: #191919;
  border: 1px solid #252525;
  width: auto;
  font-size: 88%;
  line-height: 120%;
	text-align: center;
}

#uvod-text  {
  width: auto;
  padding: 3px 10px 10px 10px;
	text-align: justify;
  font-size: 88%;
}

#mainpanel {
  width: auto;
  height: 290px;
  margin: 30px 0 0 0;
  padding: 0 4px 0 4px;
  _padding: 0 2px 0 0;
}

#adsense {
  width: 336px;
  height: 280px;
  text-align: center;
  margin: 0 0 0 0;
	padding: 0;
	float: left;
}



h2.lmenu {
  width: auto;
  height: 65px;
  font-size: 100%;
	font-weight: 600;
	color: #584565;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 0 -3px 16px;
	_margin: 0 0 0 16px;
	padding: 3px 0 0 15px;
	_padding: 3px 0 2px 15px;
}

h2.rmenu {
  width: auto;
  height: 31px;
  font-size: 110%;
	font-weight: 600;
	color: #584565;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 0 -2px -2px;
	_margin: 0 0 0 -2px;
	padding: 3px 0 0 15px;
}

/* obal menu */
#lmenu {
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
	width: 168px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

/* dolny okraj */
#lmenu ul {
	width: auto;
	text-align: left;
	margin: 0 0 0 4px;
	padding: 0;
}

/* nic */
#lmenu li {
	margin: 0 0 0 0;
	padding: 0;
	
}


/* polozka */
#lmenu li a {
  font-size: 75%;
	width: auto;
	height: 15px;
	_height: 14px;
	border-bottom: 1px solid #b9d2de;
	text-decoration: none;
	display: block;	
	color: #494949;
	font-weight: 200;
	background: #FFFFFF;
	text-align: left;
	margin: 0 33px 0 12px;
	_margin: -3px 33px 0 12px;
	padding: 0px 0 0px 11px;
}

/* polozka - hover */
#lmenu li a:hover {
	background: #f3f6f7;
}


.r-menu {
  font-size: 84%;
	text-align: center;
	margin: 1em 7px 2em 3px;
}

.blue {
	color: #0090ff;
	font-weight: bold;
}

.lblue {
	color: #75c2ff;
	font-weight: bold;
}

.downloadlink {
  color: #88aecb;
  background: url(images/icon_down.gif) no-repeat;
	background-position: 0 13px;
  padding: 5px 0 2px 8px;
}

.quote  {
  background: #f3f6f7;
  border: 1px solid #b9d2de;
  padding: 10px;
  margin: 10px;
  font-size: 85%;
  line-height: 125%;
  text-align:left;
}


.kupit  {
  text-align: center;
  width: 162px;
  height: auto;
  padding: 0;
  margin: 0;
}

.kupit a {
  background: url(images/box_white.jpg) no-repeat;
  display: block;	
  height: auto;
  _height: 219px;
  width: auto;
  text-align: right;
  padding: 200px 10px 0 0;
  font-size: 130%;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.kupit a:visited {
  font-size: 130%;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  font-weight: 600;
  text-decoration: none;
}



.kupit a:hover {
  background: url(images/box_blue.jpg) no-repeat;
  color: #0090ff;
  text-decoration: none;
}

.kupit-euro {
  text-align: right;
  margin: -5px 0 0 0;
  padding: 0 15px 0 0;
  font-size: 83%;
  color: #9F9F9F;
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
}

.kupit-konzoly {
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  text-align: center;
}

.kupit-konzoly a {
  font-weight: 600;
  font-size: 110%;
  color: #FFFFFF;
  text-decoration: none;
}

.kupit-konzoly a:visited {
  font-weight: 600;
  font-size: 110%;
  color: #FFFFFF;
  text-decoration: none;
}

.kupit-konzoly a:hover {
  color: #0090ff;
  text-decoration: none;
}

.kupit-cena {
  font-size: 100%;
  color: #9F9F9F;
  font-family: "Trebuchet MS", Tahoma, Arial, lucida, sans-serif;
  margin: -2px 0 7px 0;
}

.anketa {
	margin: 0.5em 1.0em 0.5em 0.5em;
        font-size: 85%;
}

.anketa a:link {
	color: #494949; text-decoration: none;
}

.anketa a:visited {
	color: #494949; text-decoration: none;
}

.anketa a:hover {
	color: #494949; text-decoration: underline;
}

.anketa-nadpis {
  color: #4a4a4a;
	font-size: 85%;
	font-weight: bold;
	margin: 0 1.0em 0 0;
	padding: 0;
}

.anketa-hlasy {
  color: #365d77;
  font-size: 85%;
  font-weight: bold;
}

.anketa-hlasy hr {
  display: none;
}

.anketa-hlasoval {
  color: #494949;
	font-size: 110%;
	font-weight: bold;
}

.anketa-ram  {
  width: 180px;
  background: #ffffff;
  border: 1px dashed #343434;
  padding: 10px;
  margin: 10px;
}

.archiv-nadpis {
  color: #584565;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
.archiv-nadpis a:link {
  color: #584565;
	text-decoration: none;
}
.archiv-nadpis a:visited {
  color: #584565;
	text-decoration: none;
}
.archiv-nadpis a:hover {
  color: #584565;
	text-decoration: underline;
}

.archiv-item {
  color: #858585;
	font-size: 100%;
	margin: 0 0 0 5px;
}

.archiv-item a:link {
	color: #858585;
	text-decoration: none;
}

.archiv-item a:visited {
	color: #858585;
	text-decoration: none;
}

.archiv-item a:hover {
  color: #584565;
	text-decoration: none;
}

#tabulky {
  width: 244px;
  height: 280px;
  margin: 0 0 0 0;
	padding: 0;
	float: right;
}

.tabulka {
  font-size: 84%;
	width: 244px;
	height: 129px;
	margin: 0;
	background: url(images/tabulka.gif);
	text-align: left;
}

.tabulka-nadpis {
  font-family: Tahoma, Arial, lucida, sans-serif;
  font-weight: 600;
  color: #3facff;
	width: 244px;
	text-align: center;
	padding: 2px 0 2px 0;
}

.tabulka-outtext {
  width: 168px;
	padding: 0;
	float: left;
}

.tabulka-intext {
  width: auto;
	text-align: left;
	padding: 2px 0 0 13px;
	background: url(images/icon_cube.gif) no-repeat;
	background-position: 5px 9px;
}

.tabulka-intext a:link {
	color: #D3D3D3;
	text-decoration: none;
}

.tabulka-intext a:visited {
	color: #D3D3D3;
	text-decoration: none;
}

.tabulka-intext a:hover {
	color: #0090ff;
	text-decoration: none;
}

.tabulka-outdatum {
  width: 75px;
	padding: 0;
	float: left;
}

.tabulka-indatum-dnes {
  width: auto;
	text-align: center;
	color: #3facff;
	padding: 2px 0 0 0;
}

.tabulka-indatum-vcera {
  width: auto;
	text-align: center;
	color: #b4deff;
	padding: 2px 0 0 0;
}

.tabulka-indatum {
  width: auto;
	text-align: center;
	color: #8c8c8c;
	padding: 2px 0 0 0;
}


.gtanews-obal  {
  text-align: left;
  width: 155px;
  height: auto;
  border: 1px solid #1c1c1c;
  padding: 0;
  margin: 0;
}

.gtanews0  {
  text-align: center;
  font-family: Tahoma, Arial, lucida, sans-serif;
  font-size: 85%;
  font-variant: small-caps;
  width: auto;
  height: auto;
  background: #202020;
  padding: 2px;
  margin: 0;
}


.gtanews1  {
  text-align: left;
  width: auto;
  height: auto;
  background: #161616;
  padding: 2px;
  margin: 0;
}

.gtanews2  {
  text-align: left;
  width: auto;
  height: auto;
  background: #0f0f0f;
  padding: 2px;
  margin: 0;
}


.gtanews-dnes {
  font-family: Tahoma, Arial, lucida, sans-serif;
  font-size: 85%;
	color: #9F9F9F;
	background: url(images/icon_time.gif) no-repeat;
	background-position: 1px 3px;
	padding: 0 0 0 14px;
}

.gtanews-vcera {
  font-family: Tahoma, Arial, lucida, sans-serif;
  font-size: 85%;
	color: #9F9F9F;
	background: url(images/icon_time.gif) no-repeat;
	background-position: 1px 3px;
	padding: 0 0 0 14px;
}

.gtanews-datum {
  font-family: Tahoma, Arial, lucida, sans-serif;
  font-size: 85%;
  color: #9F9F9F;
	background: url(images/icon_time.gif) no-repeat;
	background-position: 1px 3px;
	padding: 0 0 0 14px;
}


.gtanews-nadpis  {
  background: url(images/icon_comment_blue.gif) no-repeat;
	background-position: 2px 6px;
	padding: 2px 0 0 14px;
}



.bielelinky {
	margin: 0;
	padding: 0;
}

.bielelinky a:link {
	color: #D3D3D3; text-decoration: none;
}

.bielelinky a:visited {
	color: #D3D3D3; text-decoration: none;
}

.bielelinky a:hover {
	color: #0090ff; text-decoration: none;
}


.gallery {
	text-align: center;
}

.gallery a img {
  border: 1px solid #000000;
}

.gallery a:hover img {
  border: 1px solid #ffffff;
}

.paging {
  font-size: 83%;
	font-weight: bold;
	color: #0090ff;
	text-align: center;
	margin: 15px 0 15px 0;
}

.paging-selected {
	font-weight: bold;
	color: #0090ff;
}

.paging a {
	text-decoration: none;
}

.paging a:visited {
	text-decoration: none;
}

.paging a:hover {
	text-decoration: underline;
}

hr.cleaner {
  clear: both; 
  height: 1px; 
  margin: -1px 0 0 0; 
  padding: 0; 
  border: none; 
  visibility: hidden; 
}

.board-text {
  font-size: 83%; 
  font-weight: bold;
}

.board-text a:link {
	color: #D3D3D3; text-decoration: none;
}

.board-text a:visited {
	color: #D3D3D3; text-decoration: none;
}

.board-text a:hover {
	color: #D3D3D3; text-decoration: none;
}

.board-minitext {
  font-size: 83%
}

.board-timeip {
  font-size: 70%; 
  color: #9F9F9F;
}

.board-timeip a:link {
	color: #D3D3D3; text-decoration: none;
}

.board-timeip a:visited {
	color: #D3D3D3; text-decoration: none;
}

.board-timeip a:hover {
	color: #9F9F9F; text-decoration: none;
}

.ciara {
  width: auto;
  height: 1px;
  border-top: 1px dashed #b9d2de;
  margin: 8px 0 8px 0;
}

.ciara hr {
  display: none;
}

.board-form {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 83%;  
  color: #494949; 
  border: 1px solid #b9d2de;  
  background-color: #f3f6f7;
} 

.board-form-submit {
  font-family: Arial, Tahoma, sans-serif; 
  color: #494949; 
  font-size: 83%;  
  font-weight: bold;
  border-top: 1px solid #b9d2de;  
  border-left: 1px solid #b9d2de;  
  border-bottom: 1px solid #b9d2de;  
  border-right: 1px solid #b9d2de;  
  background-color: #cbe3ee;
} 

.menu-form-submit {
  font-family: Arial, Tahoma, sans-serif; 
  color: #494949; 
  font-weight: bold;
  _height: 20px;
  border-top: 1px solid #b9d2de;  
  border-left: 1px solid #b9d2de;  
  border-bottom: 1px solid #b9d2de;  
  border-right: 1px solid #b9d2de;  
  background-color: #cbe3ee;
}

.menu-form-input {
  font-family: Arial, Tahoma, sans-serif; 
  padding: 1px 3px 1px 2px;
  color: #494949; 
  border: 1px solid #b9d2de;  
  background-color: #f3f6f7;
} 