body {
	font-family: Verdana, Arial, Helvetica;
        font-size: 14px;
	color: black;
	margin: 0px;
	padding: 50px 0 0 0;
	background-color: #d0d0d0;
}

a { text-decoration: none; 
    color: #BF2211;
   }
a:hover { text-decoration: underline; 
          color: #BF2211 }
a:visited { color: #BF2211 }
img { border: none; }

h1, h2, h3 { font-weight: bold; }
h1 { font-size: 140%; margin-top:20px;}
h2 { font-size: 100%; }
h3 { font-size: 100%; }
p { text-align: justify; 
    font-size: 12px;
  }

div#main {
	margin: 0 auto;
	width: 1025px;
	
	background: white url('/site/img/border_side.png') left top repeat-y;
}

div#border_top {
	height: 19px;
	background: url('/site/img/border_top.png') left top no-repeat;
}

div#header {
	margin-top: 5px;
	padding: 0 22px;
	height: 114px;
	position: relative;
	background: url('/site/img/header_bottom_line.png') bottom left no-repeat;
}

div#header a {
	float: left;
}

div#header a#logo {
	margin-top: 5px;
	width: 160px;
	height: 104px;
}

div#header a#logo img {
	width: 149px;
	height: 104px;
}

div#header a#title {
	width: 670px;
	margin-top: 20px;
	line-height: 130%;
	text-transform: uppercase;
	font-size: 140%;
	color: #7f7f7f;
}

div#header a#icon_search,div#header a#icon_email {
	margin: 25px 40px 0 0;
	float: right;
  width: 29px;
	height: 33px;
}

div#header a#icon_search { background: url('/site/img/icon_search.png') left top no-repeat; }
div#header a#icon_email { background: url('/site/img/icon_email.png') left top no-repeat; }

div#menu {
	position: absolute;
	bottom: 5px; right: 22px;
	width: 728px;
}

* html div#menu { width: 731px; margin-right: -3px; }

/*** CONTENT ***/

div#content {
	margin-top: 13px;
	padding: 0 35px 50px 35px;
	background: url('/site/img/content_bg_heli.png') 677px bottom no-repeat;
}

div#content_main {
	float: left;
	width: 717px;
	padding: 0 22px;
	background: url('/site/img/content_border.png') left top no-repeat;
}

div#content_main_bg_logo {
	background: url('/site/img/content_bg_logo.png') center 30px no-repeat;
	min-height: 580px;
}

* html div#content_main_bg_logo {
	height: 580px;
}

/*** BOXES ***/

div#box_aktualne, div#box_statisticke_udaje, div#box_mapka_stredisek {
	float: right;
	width: 155px;
/*	height: 200px;*/
	padding: 12px;
	background: url('/site/img/box_border.png') left top no-repeat;
}
div.boxNadpis {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  letter-spacing: -1px;
  word-spacing: -1px;
}

div#border_bottom {
	height: 20px;
	position: relative; top: -8px;
	background: url('/site/img/border_bottom.png') left top no-repeat;
}

div#footer {
	margin: 0 auto;
	padding: 0 30px;
	width: 965px;
	position: relative; top: -8px;
	background: #d0d0d0 url('/site/img/logo_footer.png') 30px center no-repeat;
	
	line-height: 180%;
	font-size: 80%;
	text-align: right;
}

div#footer, div#footer a {
	color: #7f7f7f;
}
/*CONTENT GALLERY */                                                                                                                                                               
#content .gallery{                                                                                                                                                                 
        margin:10px 10px 10px 10px;                                                                                                                                                           
        text-align:center;                                                                                                                                                         
}                                                                                                                                                                                  
#content .gallery .picture{                                                                                                                                                        
        float:left;                                                                                                                                                                
	        /*                                                                                                                                                                         
		                width:120px;                                                                                                                                                       
		                height:120px;                                                                                                                                                      
		                background:url('/site/img/galleryblock.png') left top no-repeat;                                                                                                        
	        */                                                                                                                                                                         
        margin:4px;
        border-right:1px solid #D0D0D0;
        border-bottom:1px solid #D0D0D0;
        border-top:1px solid #D0D0D0;
        border-left:1px solid #D0D0D0;
        background-color:white;
}                                                                                                                                                                                  

#content .gallery .picture:hover{                                                                                                                                                        
        border-right:1px solid #E43826;                                                                                                                                            
        border-bottom:1px solid #E43826;                                                                                                                                           
        border-top:1px solid #E43826;                                                                                                                                              
        border-left:1px solid #E43826;                                                                                                                                             
}                               

#content .gallery .picture img{                                                                                                                                                    
        padding:2px;                                                                                                                                                               
        position:relative;                                                                                                                                                         
        vertical-align:text-bottom                                                                                                                                                 
}   

