/* Copyright © MHDTeplice.cz - Tomáš Kořínek */
/* Všechna práva vyhrazena - zákaz kopírování */
/* jakýchkoliv částí kódu bez souhlasu autora! */
/* www.mhdteplice.cz - tomas.korinek@mhdteplice.cz */

body {
  margin:0;padding-top:0px;
	text-align:left; font-family: 'Trebouchet MS', trebouchet ms, tahoma, geneva, verdana, arial;
	font-size: 0.80em; color:#000; background:#ffffff;
}
/* celek */
#stranka {
	width: 980px; text-align:left;
	margin:0; padding: 0; border-right: 0;
	background: #fff url('http://www.mhdteplice.cz/img/sloupce.png');
}
/* horni navigace */
#navigace {font-size: 110%;
	width: 100%;height:33px;
	margin:0; padding: 0;
	background: #fff url('http://www.mhdteplice.cz/img/navigace.png') 0 0 no-repeat;
	}
.odsad{padding-left:10px;padding-top:3px;}
/* pata */
#paticka {clear:both;
	width: 100%; height:70px; margin:0; clear: both;
	background: #fff url('http://www.mhdteplice.cz/img/paticka.png') 0 0 no-repeat; color: #082a3c;
}
.odsad-pata{padding-left:5px; padding-top:15px;}
#paticka a {
	color: #082a3c;
}
#paticka a:hover {
	color: #000;
}
/* hlava */
#header {
	width: 980px;height:129px;
	margin:0;border:0;padding:0;
	background: #fff;
}
#buse {
	width: 980px;height:167px;
  border:0;margin: 0;padding:0;
  background: #fff;
}
/* sloupce */
#vlevo {
	float: left; width: 196px; color: #474747;
}
#vlevo-obsah {
	margin:0; padding:0; font-size: 100%;
}
#stred {float: left;
	margin:0; padding:5px;
	width: 579px;
	background: #fff;
	padding-bottom:20px;
}
#stred-obsah {
	margin:0; padding: 0px;
	font-size: 100%;
	text-align: left;
	line-height: 1.3em;
}
	#vpravo {
	float: right; width: 195px; color:#262C3A; border: 0;
}
#vpravo-obsah {
  margin:0; padding:10px; font-size: 100%; border: 0;
}
/* menu */
ul {
	list-style: none;margin: 0;padding: 0;}
#menu {
	width: 191px;
	margin: 0 0 0 1px; padding: 0 0 0 1px;
	font-family: tahoma, palatino linotype, courier, arial, verdana;
	}
#menu li a {
    height: 21px;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
	}
#menu li a:link, #menu li a:visited {
	color: #262C3A;
	font-weight: normal;
	font-size: 1.40em;
	display: block;
	background: #FFE400;
  padding: 0 0 0 20px;
  margin-top: 3px;
	}
	
#menu li a:hover {
	color: #fff;
	background: #0a2b7c;
	padding: 0 0 0 27px;
	}
	
#menu li a:active {
	color: #fff;
	background: #FD4102;
	padding: 0px 0 0 30px;
	}
/* tabulky */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #0a2b7c;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	font-size: 90%;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #d7d7dc;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #e2e3e4;
}
tr.row-b {
	background: #cdd4e6;		
}
/* nadpisy */
h1{
	font-size: 200%;font-weight: normal;color: #000; font-family: georgia, trebouchet ms, arial, verdana;
  }
h1.podtrzene{
  font-size: 200%;	font-weight: normal; font-family: georgia, trebouchet ms, arial, verdana;
	color: #000;border-bottom: 1px solid #000;
  }
h2{
	font-size: 175%;font-weight: normal;color: #23345f; line-height: 24px;font-family: georgia, trebouchet ms, arial, verdana;
  }
h2.podtrzene{
	font-size: 175%;font-weight: normal;color: #23345f;font-family: georgia, trebouchet ms, arial, verdana;
  border-bottom: 1px solid #23345f;padding: 0;margin: 0; line-height: 24px;
  }
h3{
	font-size: 150%;font-weight: normal;color: #183e99; line-height: 23px;
	font-family: georgia, trebouchet ms, arial, verdana;
  }
h3.podtrzene{
	font-size: 150%;font-weight: normal;color: #183e99;border-bottom: 1px solid #183e99; line-height: 20px;
	font-family: georgia, trebouchet ms, arial, verdana;
  }
h4{
  font-size: 120%;font-weight: bold;color: #10182b;
  }
h4.podtrzene{
  font-size: 120%;font-weight: bold;padding:0;border-bottom: 1px solid #fff;color: #10182b;
  }
h5{font-size: 100%;font-weight: normal;}
h6{font-size: 75%;font-weight: normal;}
/* odstavce */
p.novinka {
background: #f7f7f7;
border: 1px solid #0a2f7c;
padding: 5px;
}
p.novinka-info {
background: #f7f7f7;
border: 1px solid #0a2f7c;
padding: 5px;
color: #262c3a;
}
/* obrazky */
img{
border: 2px solid #102a5f;
margin: 5px 5px 5px 5px;
/*float: left;*/
}
img#bez{
border: 0; margin: 1px; padding:0;
}
img.bez{
border: 0; margin: 0; padding:0;
}
/* odkazy */
a {color:#082a3c; font-weight: bold; font-family: trebouchet ms, arial}
a:hover {color:#115980; font-weight: bold;}
a.bila {color:#fff; font-weight: bold;}
a.cerna {color:#000; font-weight: bold;}
a.bila:hover {color:#000; font-weight: bold;}
a.cerna:hover {color:#fff; font-weight: bold;}
a#bigst {font-size: 225%;padding: 5px; margin: 0px;text-decoration: none;border:1px solid #CFCFCF;}
a.vyrazen {color: #777777;}
a.rychle-odkazy {color:#000; font-weight: normal; font-size: 0.8em; font-family: verdana, arial;}
/* lightbox */
#lightbox{ background-color:#2C3447;padding: 10px;border: 3px solid #2C3447; }
#lightboxDetails{ font-size: 0.9em;color: #fff;padding-top: 0.4em; }	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; color: #000; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(http://www.mhdteplice.cz/img/lightbox/overlay.png); }
