@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #646464;
	font-family: verdana, sans-serif;
	min-height: 1280px;
}

body {
	margin: 0;
	border: none;
	padding: 0;
	font-size: 80%;
}

#header {
	height: 90px;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	border: none;
}

#header a#home_link {
	display: block;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	height: 70px;
}

#header a#home_link img {
	border: none;
	margin: 0;
	padding: 0;
	margin: 0;
}

#header a#lang_link {
	display: block;
	float: right;
	margin: 20px 10px 0 0;
	padding: 0;
	border: none;
	text-decoration: none;
	color: #fff;
}

#header a#lang_link:hover {
	text-decoration: underline;
}

#menu {
	padding: 0;
	margin: 0;
	border: none;
	height: 70px;
	width: 100%;
	background-image: url('../images/generic/bg-menu.png');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

#menu div {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	margin: 19px 1px 0 1px;
	padding: 16px 8px 0 8px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 110%;
}

#menu a.active {
	margin-top: 0;
	height: 35px;
	padding-top: 35px;
	background-image: url('../images/generic/bg-menu-active.png');
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
}

#main {
	padding: 0;
	margin: 10px auto 0 auto;
	border: none;
	width: 900px;
	min-height: 680px;
	background-color: #ebecec;
	position: relative;
}

#main a#facebook {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 104px;
	position: absolute;
	left: 900px;
	top: 20px;
}

#main a#facebook img {
	border: none;
}

#main #news-rotator {
	width: 886px;
	height: 200px;
	background-image: url('../images/generic/bg-news-rotator.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin: 7px;
}

#main #news-rotator #news-button {
	display: block;
	width: 76px;
	height: 19px;
	border: none;
	padding: 2px 0 0 0;
	background-image: url('../images/generic/bg-button.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 800px;
	font-weight: bolder;
}

#main #lpanel {
	float: left;
	margin-left: 7px;
	margin-right: 10px;
	height: 450px;
	width: 636px;
}

#main #lpanel h2 {
	margin: 5px 0 0 0;
}

#main p {
	text-align: justify;
	margin: 12px 0;
}

#main #logo-rotator {
	float: left;
	margin-right: 7px;
}

#main h1 {
	text-transform: uppercase;
	background-color: #2b2a29;
	font-size: 120%;
	font-weight: bolder;
	padding: 10px;
	color: #dfb403;
	margin: 0 0 20px 0; 
}

#main h2 {
	text-transform: uppercase;
	background-color: #2b2a29;
	background-image: url('../images/generic/bg-h2.png');
	background-position: right;
	background-repeat: repeat-y;
	padding: 2px 15px 2px 5px;
	color: #dfb403;
	font-size: 110%;
	font-weight: normal;
	width: 200px;
}

#main h2.double {
	width: 400px;
}

#main p.chyba {
	background-image: url('../images/generic/warning.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 24px;
}

#main ul.error {
	background-image: url('../images/generic/warning.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 50px;
	min-height: 24px;
	color: #ff0000;
	font-weight: bolder;
}

#main p.hlaska {
	background-image: url('../images/generic/check.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 24px;
}

#main p.info {
	background-image: url('../images/generic/about.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 24px;
}

#main a {
	color: #000;
}

#main img.coach {
	float: left;
	margin: 0 30px 10px 0;
}

#main ul {
	padding-left: 15px;
	margin-left: 0px;
}

#main ul li {
	margin: 2px 0;
	text-align: justify;
}

#main div.padding {
	padding: 10px;
	margin: 0;
	border: none;
}

#main div.navigace {
	font-size: 95%;
	color: #000;
	margin: 20px auto;
	width: 800px;
}

#main div.navigace a {
	color: #000;
}

#main div.navigace ul {
	margin: 0;
	padding: 0;
}

#main div.navigace li {
	display: inline;
	margin: 0 0 0 10px;
}

#main div.navigace li:first-child {
	margin-left: 0;
}

#main div.box_zprava  {
	margin: 10px 0 20px 0;
}

#main div.box_zprava_preview {
	margin: 10px 0 20px 0;
	min-height: 90px;
}

#main div.box_zprava h3, #main div.box_zprava_preview h3 {
	margin: 0;
	clear: both;
}

#main div.box_zprava h3 a, #main div.box_zprava_preview h3 a {
	text-decoration: none;
}

#main div.box_zprava h3 a:hover, #main div.box_zprava_preview h3 a:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px dashed #000; 
}

#main div.box_zprava .meta, #main div.box_zprava_preview .meta {
	font-size: 80%;
	color: #646464;
}

#main div.box_zprava p, #main div.box_zprava_preview p {
	margin: 5px 0 10px 0;
}

#main div.box_zprava div.img {
	text-align: center;
	float: none;
	display: block;
}

#main div.box_zprava div.img img {
	border: 1px solid #999999;
}

#main div.box_zprava div.img p.desc {
	font-size: 80%;
	color: #646464;
	text-align: center;
}

#main div.box_zprava_preview a img {
	float: left;
	border: 1px solid #999999;
	margin-right: 5px;
	margin-top: 5px;
}

#main table {
	border: 1px solid #f0a200;
	border-collapse: collapse;
}

#main table td, #main table th {
	border: 1px solid #f0a200;
	padding-left: 3px;
	padding-right: 3px;
}

#main table.kemp {
	width: 800px;
	margin: 0 auto 20px auto;
}

#main table.lichy, #main table.prihlasky tr.lichy, #main table.prispevek tr.lichy {
	background-color: #ffda6c;
}

#main table.sudy, #main table.prihlasky tr.sudy, #main table.prispevek tr.sudy {
	background-color: #ffe599;
}

#main table.kemp td, #main table.kemp th {
	width: 50%;
	border: 0;
}

#main table.kemp tr.popis {
	border: 1px #f0a200 solid;
}

#main table.kemp .odkazy td {
	border: 1px #f0a200 solid;
	text-align: center;
}

#main table.kemp a.prihlaska {
	background-image: url('../images/generic/document_edit.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#main table.kemp a.seznam {
	background-image: url('../images/generic/document_text.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#main table.kemp a {
	font-size: 95%;
	color: #000;
}

#main table.kemp ul {
	margin: 5px 10px;
}

#main table.prihlasky {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main table.prihlasky td, #main table.prihlasky th {
	border: 1px #f0a200 solid;
}

#main table.prihlasky .s1 {
	width: 25%;
}

#main table.prihlasky .s2 {
	width: 20%;
}

#main table.prihlasky .s3 {
	width: 10%;
}

#main table.prihlasky .s4 {
	width: 15%;
}

#main form table {
	background-color: #ffe599;
	margin: 0 auto;
}

#main form table td, #main form table th {
	border-width: 1px 0;
	padding: 3px 2px 3px 5px;
}

#main label {
	font-weight: normal;
}

#main .required label {
	font-weight: bolder;
}

#main table.program {
	margin-top: 10px;
}

#main table#diskuze {
	width: 800px;
}

#main table#diskuze .skryt {
	display: none;
}

#main table.prispevek {
	width: 800px;
	margin: 10px auto;
	border: 1px #f0a200 solid;
}

#main table.prispevek td {
	border: 0;
}

#main table.prispevek td.cas {
	width: 150px;
}

#main table.prispevek tr.lichy {
}

#main table.prispevek tr.sudy {
}

#main table.prispevek a {
	color: #0000ff;
}

#main div.gallery {
	margin-top: 30px;
	text-align: center;
}

#main div.gallery a img {
	border: 1px solid #999999;
}

/* BEGIN: Sportovni centrum */
#main div.img {
	float: right;
	margin: 5px 0 5px 5px;
}

#main div.img a img, #main div.poster a img {
	border: 1px solid #999999;
}
/* END: Sportovni centrum */

#footer {
	margin: 0 auto;
	padding: 0;
	border: none;
	height: 25px;
	width: 800px;
	background-color: #1c1b17;
	color: #dfb403;
	text-align: center;
}

