/*   Lázně města Brna, p.o. default laylout v1.0
  	  Created: 15/01/2007
	  Last Update: 27/12/2010
	  Filename: layout.css
*/

* {
 margin: 0px;
 padding: 0px;
}

html, body{ 
 text-align:center; 
 background: #DCEFFA url(../images/bg.png) repeat-x top center;
 font-size: 89%;
 font-family: Trebuchet, 'Trebuchet MS', Verdana, 'Geneva CE', 'Helvetica CE', Helvetica, lucida, sans-serif; 
} 

h1 {
 color: #CC5D00;
 border-left-width: 15px;
 border-left-style: solid;
 border-left-color: #CC5D00;
 padding-left: 5px;
 border-bottom:1px solid  #CC5D00;
 margin-bottom: 10px;
 font-size: 200%;
 text-align: left;

}


h2 {
 color: #999900;
 padding-left: 5px;
 margin-bottom: 10px;
 font-size: 160%;
 text-decoration: underline;
}

div.hr {
 height: 35px;
 background: #fff url('../images/hr.gif') no-repeat 0 100%;
 background-position: center;
}
div.hr hr {
 display: none;
}

 
acronym {
 cursor: help;
}
 
#container{
 width:745px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background:#ffffff url(../images/bg-container.jpg);
 position: relative;
} 
 
#header{
 position:relative; 
 height:175px; 
 background:#ffffff  url(../images/header.jpg);
 width:745px;
} 
 
#leftcol{
 width:188px; 
 height:100%; 
 float:left; 
 position:relative; 
 background:#ffffff  url(../images/bg-leftcol.jpg);
 }
 
#maincol{
 background: #ffffff  url(../images/bg-maincol.jpg);
 float: right;
 display: inline;
 position: relative;
 width: 557px;
 color: #666666;
 text-align: justify;
}

#maincol  a:link, a:visited  {
 color: #A6020B;
 text-decoration: underline;
}

#maincol a:hover {
 color: #1F1F1F;
}

#maincol li {
 margin-left: 30px;
}


#footer{
 width: 745px;
 height: 133px;
 background: #ffffff url(../images/bg-footer.jpg);
} 
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
/*.clearfix{display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


.maincoltext{
padding: 5px 12px 5px 12px;
}


#menu_container
{
 position: relative;
 float: left;
 width: 183px;
}
#menu_container img
{
 position: relative;
 float: left;
}

#menu
{
 position: relative;
 float: left;
 width: 183px;
 height: 100%;
 padding-left: 5px;

}

#menu img
{
 position: relative;
 margin: 0px 0px 0px 0px;
 border: 0;
}

#menu img a
{
 border: 0;
}

#menu ul
{
 position: relative;
 float: left;
 list-style: none;
 border-top: 1px solid #ffffff;
}
#menu ul li
{
 position: relative;
 float: left;
 border-bottom: 1px solid #ffffff;
/* height: 30px;*/
 width: 183px;
}
#menu ul li a
{
 position: relative;
 float: left;
 font-size: 14px;
 font-weight: bold;
 color: #0099FF;
 width: 183px;
 padding-top: 6px;
 padding-bottom: 6px;
 /*padding-left: 15px;*/
 /* margin-left: 15px;*/
 text-decoration: none;
}

#menu ul li a:hover,  #menu ul li.active
{
 text-decoration: none;
 background:#ffffff url(../images/water-drop.gif) no-repeat;
}

#menu ul li.sel
{
 background: #ffe9c1;
}

#menu ul li.podkategorie
{
 position: relative;
 float: left;
 background: #ffffff;
}
#menu ul li.podkategorie a
{
 position: relative;
 float: left;
 padding-left: 30px;
 /*color: #C56A68;*/
 width: 150px;
}
#menu ul li.podkategorie a:hover
{
  background: #ffffff;
 /*color: #992826;*/
}

#menu ul li.podkategorie a.sel
{
 background: #FCF6EA;
 color: #992826;
}

.tr, th, td {
/* font-size:70%;*/
font-size: 13px;
}

.underline {
	text-decoration: underline;
}

.col-sloupec1 {
 width: 200px;
 float: left;
}
.col-sloupec2 {
 width: 300px;
 float: left;
}

.pic-left {
 float: left;
 margin: 5px 0px 0px 0px;
}

.pic-right {
 float: right;
 margin: 5px 0px 0px 0px;
}

.foto {
	border: 6px;
	border-style: solid;
	border-color: #F0F0F0;
	margin: 5px;
}

.newsdate{
 margin-top: 20px;
 color: #999900;
 font-size: 100%;
 font-weight: bold;
 border-left-width: 0px;
 border-left-style: solid;
 border-left-color: #999900;
 padding-left: 5px;
/* text-decoration: underline ;*/
 border: 1px solid;
} 

.news{
 margin-top: 10px;
 padding-left: 12px;
}

.news:first-letter{
 font-size: 180%;
}

.stred {
 text-align: center;
}


.datum{
 padding: 150px 550px 0px 0px;
 font-family: Arial, Helvetica, sans-serif;
 color: #CC5D00;
 font-size: 100%;
 font-weight: bold;
 text-align: center;
} 

.copyright{
 margin: 10px 0px 10px 0px;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
 color: #0099FF;
 font-size: 80%;
 text-align: center;
 line-height: 17px;
} 

.copyright a, .copyright a:visited {
 color: #0099FF;
 text-decoration: none;
}

.copyright a:hover {
 color: #0075C4;
 text-decoration: none;
}

.adresa{
 padding: 40px 0 0 20px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 180%;
} 

.kontakt{
 padding: 0px 0 0 20px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 140%;
} 

.lazne{
 /*color: #ffffff;*/
 font-size: 140%;
} 

.blue{
	 color: #0099FF;
}

.red{
	 color: #E80000;
}
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#header{display:none;} 
#leftcol{display:none;} 
.datum{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

