html, body {
	height: 100%;
	
}
body {
	background: #fff;
	font: normal 10pt 'Verdana', Tahoma, sans-serif;
	color: #000;
	margin: 0 auto;
	
}

p {padding: 2px 5px;}

a {color: #000; text-decoration:none; }
a:hover {color: #000; text-decoration:underline; }

img {
  border: none;
  margin: 0 auto;
  padding: 0;
}


h1 {margin: 0 auto; text-align: center; font-size: 0px; display: inline;}
h2 {color: #d5cb07; font: normal 14pt 'Verdana', Tahoma, sans-serif; margin: 0 0 10px 0;}
h3 {font: bolder 11pt 'Verdana', Tahoma, sans-serif; color:#fff; margin: 0 auto; padding: 10px; text-align: center;}





/*******************
	LAYOUT
*******************/

#main {
	margin: 0 auto;
	width: 100%;
	
}

#userpanel {
	visibility: hidden;
}

#header {
	visibility: hidden;	
	height: 0px;
}


#menu {
	visibility: hidden;
	height: 0px;
}

#container {
	margin: 25px auto 5px auto;
	width: 1000px;
	height: 100%;
}	


#content {}

#content-text {}

#content-sidebar {
	visibility: hidden;
	height: 0px;
}


#main-article {
	visibility: hidden;
}

#main-banners {
	visibility: hidden;
}



/* text */
.text-top {}

.text-content {}

.text-top h2 {
	color: #000;
	font: normal 14pt 'Verdana', Tahoma, sans-serif;
	padding: 5px 10px;
}

.text-top h2 a {
	color: #000;
}

/* clanky */
.article, .videos, .team {
	padding: 10px 5px;
	text-align: justify;
}

.article-foot {
	visibility: hidden;
}
.article-icon{
	visibility: hidden;
}
.article-foot-right  {
	visibility: hidden;
}

.perex {
	margin-bottom: 20px;
}

#comments {
	visibility: hidden;
	height: 0px;
}

#smajlici {
	height: 0px;
	visibility: hidden;
}

#smajlici a {
	visibility: hidden;
	height: 0px;
}

#comments  fieldset, legend {
	visibility: hidden;
	height: 0px;
}

table.comments_message, tr.comments-tr  {
	visibility: hidden;
	height: 0px;
}
#login, #pass, #register{visibility: hidden; height: 0px;}


/* tabulka u tymu */
.team table {width: 100%;  border-collapse: collapse;}
.stats table {margin-bottom: 50px;}
.team th {text-align: center; border-bottom: 1px #d5cb07 solid; color: #d5cb07; }
.team th a {text-align: center; color: #d5cb07; }
.team tr {text-align: center; height: 25px;}
.team td {padding: 2px 5px;}
.team  td.name {text-align: left;}
.team  td.result a {color: #d5cb07; text-decoration: underline;}
.team  td.result a:hover {color: #d5cb07; text-decoration: none;}
.team .ca {color: #d5cb07; font-weight: bold; text-transform: uppercase;}
.team .row-a  {}
.team .row-b  {background:#252216;}
.team .separ  { border-bottom: 1px #d5cb07 solid; height: 2px;}


#season {margin: 5px 0 15px 0;}
#season a{margin: 0 2px; color: #fff; }
#season a.current{margin: 0 2px; color: #d5cb07;}


#credit {
	visibility: hidden;
	height: 0px;
}



