/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  MyProject
URL: www.myproject.com
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 04-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}

a:link, a:visited{
  color: #666;
}
#frame-map {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


a:hover {
	color: #000000;
	text-decoration: none;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(bg.png) repeat-x top;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 1000px;
  padding-bottom: 90px; /* must be same height as the footer */
  margin: 0 auto;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 1000px;
  height: 179px;
  background: url(header.png);
}

#header h1 a {
  display: block;
  width: 1000px;
}

#header h1 a span {
  display: none;
}

/*------------------------------------------------
 SUBHEADER
------------------------------------------------- */

#subheader {
  position: relative;
  width: 1000px;
  height: 47px;
  background: url(subheader4.png);
}

#subheader span {
  display: none;
}

.flag {
	margin-top: 13px;
	margin-right: 28px;
	text-align: right;
}
/*------------------------------------------------
 PAGE
------------------------------------------------- */

#page {
	width: 1000px;
	background: url(bg2.png) repeat-y right;
	position: relative;
	overflow: hidden;
}
.bottom {
	background-image: url(frame4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  float: right;
  width: 780px;
  padding: 16px 0 10px;
}

#content h2 {
	padding: 26px 40px 30px 60px;
	background: url(content_h2.png) no-repeat 20px center;
	font-size: 17px;
	font-weight: normal;
	color: #242424;
	text-transform: uppercase;
}
#full p {
	margin-left: 0px;
	padding-left: 0px;
}


#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#content h4 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 20px;
}
#content h5 {
	background: url(odrazka.gif) no-repeat;
	font-size: 14px;
	color: #1F1F1F;
	text-transform: uppercase;
	text-indent: 26px;
	font-weight: normal;
	line-height: 21px;
	margin: 26px 0px 16px 22px;
	padding: 0px;
}

#content #actual {
	width: auto;
	overflow: auto;
	position: relative;
	padding-bottom: 2px;
}
#content #actual #team {
	float: left;
	width: 390px;
	padding-left: 20px;
}
#matches {
	font-size: 12px;
	color: #373737;
	background-image: url(frame3.png);
	background-repeat: no-repeat;
	background-position: 20px;
	height: 101px;
	padding-top: 20px;
}
#matches-date {
	font-size: 11px;
	color: #666666;
}

#content #actual #scoretable {
	float: right;
	width: 360px;
	margin-bottom: 2px;
}

#content p {
  padding: 0 40px 6px 20px;
  color: #373737;
  line-height: 16px;
  text-align: justify;
}

#content p#comment {
	color: #373737;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content p a:link {
  color: #D50000;
}

#content p a:visited {
  color: #D50000;
}

#content p a:hover {
	text-decoration: none;
	color: #333333;
}

#content #subcontent {
	width: auto;
	overflow: auto;
	position: relative;
	padding-bottom: 2px;
	background-image: url(frame4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#subcontent h2 {
	background: url(odrazka.gif) no-repeat;
	font-size: 14px;
	color: #1F1F1F;
	text-transform: uppercase;
	text-indent: 26px;
	font-weight: normal;
	line-height: 21px;
	margin: 0px 0px 16px 20px;
	padding: 0px;
}

#content #subcontent #older-news {
	float: left;
	width: 510px;
}

#content #subcontent #club-news {
	float: right;
	width: 260px;
	margin-bottom: 2px;
}

#content #frame {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: verdana;
}
#content #frame p {
	line-height: 16px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}


#tabulka p {
  padding: 0 0px 0px;
  color: #373737;
  line-height: 16px;
  text-align: justify;
}

#profil p {
	margin-bottom: 5px;
	font-size: 11px;
}

#profil a:link {
  color: #D50000;
}

#profil a:visited {
  color: #D50000;
}

#profil a:hover {
	text-decoration: none;
	color: #333333;
}
#profil-en p {
	margin-bottom: 2px;
	font-size: 11px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
}
/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#sidebar ul {
	list-style: none;
	padding-bottom: 6px;
}

#sidebar ul li a {
	display: block;
	width: 180px;
	height: 33px;
	background: url(menu_a6.png) bottom;
	line-height: 33px;
	text-indent: 28px;
	text-decoration: none;
	color: #161616;
	font-weight: normal;
}

#sidebar ul li a:hover {
  background: url(menu_a5.png)
}

#sidebar ul li#space{
	width: 180px;
	height: 35px;
	background: url(menu_space2.png) bottom;
}

#sidebar ul li#space2{
	width: 180px;
	height: 35px;
	background: url(menu_space2.png) bottom;
}

#line {
	background-image: url(frame3.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
}

#actions {
	background-repeat: no-repeat;
	width: 160px;
	padding-bottom: 20px;
	height: 100px;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 0px;
}

#actions a span {
  display: none;
}

#actions h2 {
	background: url(odrazka.gif) no-repeat;
	font-size: 14px;
	color: #1F1F1F;
	text-transform: uppercase;
	padding-right: 0;
	text-indent: 26px;
	font-weight: normal;
	line-height: 21px;
}


/*------------------------------------------------
 SUBMENU
------------------------------------------------- */
#menu-map {
	padding-bottom: 50px;
	color: #000000;
}

#menu-map ul {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
}
#menu-map li {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #242424;
	font-family: verdana;
}

/*------------------------------------------------
 PARTNERS
------------------------------------------------- */

#partners {
	height: 100px;
	background-image: url(hlavni-partneri.png);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-bottom: 16px;
	width: auto;
}

#partners p a {
  display: block;
  width: 1000px;
  height: 100px;
}

#partners p a span {
  display: none;
}

#sponzor p {
	text-align: center;
}
/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
	position: relative;
	clear: both;
	width: auto;
	height: 90px;
	color: #5d5d5d;
	font-size: 10px;
	background-image: url(footer1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -90px;
}

#footer .in {
	width: 830px;
	height: 80px;
	padding: -10px 0px 0px;
	margin: 0 auto;
	background: url(footer-in.gif) no-repeat left center;
}

#footer p {
  padding: 0 0 4px 40px;
  text-align: center;
  font-size: 9px;
  color: #666;
}

#footer p a:link, a:visited {
  color: #666;
}
#footer p a:hover {
	color: #000000;
	text-decoration: none;
}


/*------------------------------------------------
 CLASSES
------------------------------------------------- */

.picture-right {
	margin-bottom: 10px;
	margin-left: 20px;
}
.picture-frame {
	border: 1px solid #999999;
}
.toplist {
	margin-bottom: -4px;
	margin-left: 3px;
}

.tabulka-odsazeni {
	margin-bottom: 0px;
	margin-left: 20px;
	color: #373737;
	font-family: verdana;
}
.tabulka-odkazy {
	background-image: url(tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.profily-tabulka {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	text-indent: 10pt;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.profily-tabulka-info {
	color: #333333;
	margin-left: 30px;
	font-size: 11px;
	font-weight: bold;
}

.profily-tabulka-info2 {
	color: #333333;
	margin-left: 50px;
	font-size: 11px;
}

.profily-tabulka-cislo {
	color: #333333;
	margin-left: 18px;
	margin-right: 10px;
	font-size: 11px;
}

.profily-tabulka-cislo2 {
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;

}

.profily-tabulka2 {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	text-indent: 10pt;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	cursor: pointer;
}

.text-tabulka {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
	background-color: #F0F0F0;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}

.text-tabulka-poradi {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
	text-indent: 0px;
	text-align: justify;
	padding-right: 4px;
	margin: 2px 4px 2px 3px;
	padding-left: 3px;
	background-color: #F0F0F0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tabulka-seda {
	background-color: #E8E8E8;
}

.text-tabulka-suda {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
	background-color: #CECECE;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;

}
.text-tabulka-poradi-suda {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
	text-indent: 0px;
	text-align: justify;
	padding-right: 4px;
	margin: 2px 4px 2px 3px;
	padding-left: 3px;
	background-color: #CECECE;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text-tabulka-team {
	text-indent: 4px;
	margin: 0px;
	padding: 0px;
}

.text-pozn {

	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	text-align: justify;
	text-indent: -34pt;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 104px;
}
.styl6 {font-size: 10px}
.styl7 {font-size: 10px; font-weight: bold; }
.styl8 {
	font-size: 11px;
	font-weight: bold;
}
.styl9 {font-size: 11px}
