/*      GLOBAL      */

*{margin: 0; padding: 0;}    

html, body{
  font: 75% arial, helvetica, sans-serif;
  background: #104c7f url(../img/bg-header.gif) repeat-x;
  color: #fff;
  text-align: center;
  height: 100%;  
}

h1{font-size: 1em;}
h2{font-size: 1.5em; color: #0c3d54; margin: 15px; font-style: italic; font-weight: normal;}
h3{font-size: 1.5em; color: #fff; margin: 15px; font-style: italic; font-weight: normal;}
  
a {color: #a9eaff; text-decoration: underline;}
a visited {color: #a9eaff;}
a:hover {color: #fdfc85; text-decoration: none;}
  
p{line-height: 1.6em; margin: 10px 30px;}
img{border: 0;} 
 
hr {display: none;}

#page{
  width: 741px;
  background: url(../img/bg-page.gif) repeat-y;
  text-align: left;
  margin: 0 auto;   
  min-height: 100%;
	height: 100%;
  position: relative;
  font-size: 1.3em;    
}

body>#page{
 	height: auto;
}

/* HEADER */

.logo{
  float: left;
  position: relative;
  margin-right: 20px;
  width: 741px;
  height: 74px;
  background: #2c75b3 url(../img/bg-pruh.gif) bottom right no-repeat;      
}

.logo h1 a span{  
  display: block;
  width: 307px;
  height: 74px;
  
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  cursor: pointer;   
}

.hlavicka{
  background: #0d5f85 url(../img/bg-header.jpg);
  display: block;
  height: 183px;
  width: 741px;    
}

.header-left{
  width: 630px;
  float: left;
}

/* MENU */

#menu{  
  background: #0d5f85;
  height: 60px;
  width: 737px;
  margin-left: 2px;        
}

#menu ul{
  list-style-type: none;
  margin-left: 50px;      
}

#menu ul li{  
  float: left;
  color: #1f77a0;                
}

#menu ul li a{          
  color: #a9eaff;
  display: inline;  
  border-bottom: 2px solid #0d5f85;   
  text-decoration: none;
  line-height: 60px;
  padding: 20px;
  font-size: 1.2em;  
}

#menu ul li a:hover{    
  border-bottom: 2px solid #9dc9df;
  color: #fdfc85;     
}

/* CONTENT */

#content{
  background: url(../img/bg-content.gif) no-repeat;
  padding: 5px 15px 0px 30px;
  position: relative; /* IE peekaboo hack */
  font-size: 1.1em;   
}

.content-ul{
  margin: 20px 25px 40px 50px;
  list-style-type: disc;
}

.content-ul li{
  margin: 5px 0;  
}

.adresa{
  float: left;
  width: 250px;    
}

.foto-box{
  float: left;
  margin-bottom: 3px;
}

.kancelare{
  float: left;
  margin-right: 10px;
}

.kancelare img{  
  border: 3px solid #196c93;   
}

.kancelare a img{
  border: 3px solid #196c93; 
}

.kancelare a:hover img{
  border: 3px solid #9dc9df;  
}

.titulka-img{
  float: right;
  padding-right: 20px;  
  margin-left: 10px;
  margin-top: 15px;  
}

/* FOOTER */

#footer{  
  height: 48px;
  background: #0d5f85 url(../img/bg-footer.gif) repeat-x;   
  left: 0px;
  line-height: 3.7em;  
  width: 668px;
  margin-left: 22px;
  padding: 0 15px;    
	bottom: 0px;
	overflow: hidden;
  position: absolute;    
}

.frakce{
  float: right;    
}

/*      SPECIAL CLASSES       */

.bigger {font-size: 1.2em;}
.break {clear: both;}
.hidden {display: none;}
.float-r { float: right;}
.float-l { float: left;}

