
body{
    background-color:#003366;
    background-image:url('../img/background.jpg');
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
    text-align:center;
    font-family:arial;
    font-size:0.8em;    
    scrollbar-base-color:#223f72;
}

a,a:hover{
    text-decoration:none;
}

.cleaner{
    clear:both;
}

#page{
    width:762px;  
    position:relative;    
    margin-left: auto;
    margin-right: auto; 
    margin-bottom:30px; 
    background-image:url('../img/page_back.jpg'); 
    background-repeat:repeat-y;    
    top:-16px; /* kvoli toplist */
}

#header{
    width:100%;
    height:339px;
    background-image:url('../img/header.jpg');
    position:relative;
}

#href_homepage{
    position:absolute;
    width:450px;
    height:120px;
    top:80px;
    left:30px;
}

#search_form{
    position:absolute;
    top:9px;
    right:170px;
}

#search_form form{
    margin:0px;
    padding:0px;
}

#search_form input{
    border:none;
    background:none;
    width:170px;
    height:20px;
    padding:0px 5px;
    background-image:url('../img/search.gif');
    background-repeat:no-repeat;
}

#search_form a{
    color:#fff;
    font-size:0.85em;
    font-weight:bold;
}

#search_error{
    position:absolute;
    top:33px;
    right:285px;
    color:red;
    font-size:0.8em;
}

/***************HLAVNE MENU******************/
#menu{
    position:absolute; 
    top:10px;
    left:20px;
}

#menu ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

#menu li{
    display:block;
    width:93px;
    height:37px;
    float:left;
    line-height:26px;
    background-image:url('../img/menu_button.jpg');
    background-repeat:no-repeat;
}

#menu a,
#menu a:hover{
    color:#e0e7ed;
    font-family:helvetica,arial;
    font-weight:bold;
}

#menu a.active{
    color:#ffcc00;
}

/*******************OBSAH STRANKY********************/
#content{
    width:100%;
    background-image:url('../img/content.jpg');
    background-repeat:no-repeat;
    min-height:500px;
    _height:500px;
    font-size:0.85em;  
    margin:0px;
    padding:0px;    
}


/*********************LAVE MENU**********************/
#menu_bar{
    font-weight:bold;
    float:left;
}

#menu_bar ul, 
#menu_barul.sub{
    list-style:none;
    margin:0px;
    padding:0px;
}

#menu_bar li{
    padding-top:10px;
    text-align:left;
    padding-left:6px;
}

#menu_bar ul a{
    display:block;
    width:212px;
    color:#ffffff;
    text-transform:uppercase;
    border-left:2px #ffcc00 solid;
    border-top:1px #ffcc00 dotted;
    padding:5px 5px;   
    margin:0px;
}

#menu_bar ul a:hover{
    color:#ffcc00;
}

#menu_bar ul a.active{
    color:#ffcc00;
}

#menu_bar ul.sub li{
    padding-left:40px;
    padding-top:0px;
}

#menu_bar ul.sub a{
    border:none;
    line-height:14px;
    font-size:0.9em;
    text-transform:none;
    margin:0px;  
    padding:0px;
}


/**********VLASTNY OBSAH************/
#right_content{
    width:480px;
    color:#fff;
    text-align:justify;  
    float:right;
    padding-right:15px;    
}

#right_content h1, 
#right_content h2{
    display:block;
    width:432px;
    height:29px;
    background:url('../img/art_header.gif');
    padding:20px 15px 0px 15px;
    font-size:1.5em;
    margin:0px 0px 10px 0px;
}

#right_content h1 a, 
#right_content h2 a{
    color:#fff;
}

#right_content h1.right, 
#right_content h2.right{
    text-align:right;
}  

#right_content h1.left, 
#right_content h2.left{
    text-align:left;
} 

#right_content h2.small{
    display:inline;
    background:none;
    color:#6699ff;
    font-size:1.1em;
    padding:0px;
    margin:0px 10px;
}

#right_content p{
    padding:0px 20px 0px 10px;
    margin:0px;
}

#right_content a{
    color:#ffcc00;
    text-decoration:none;
}

#right_content a:hover{
    text-decoration:underline;
}

/*******************PATICKA STRANKY******************/
#footer{
    width:742px;
    height:29px;
    line-height:33px;
    background-image:url('../img/footer.jpg');
    background-repeat:no-repeat;
    padding:70px 10px 0px 10px;
    color:#6699ff;
    font-size:0.85em;
    font-weight:bold;
}

#footer a{
    color:#ffcc00;
}

/***********************************************************/
table.aktuality{
    width:462px;
}
table.aktuality td,
table.aktuality th{
    vertical-align:top;
    padding:0px 6px;
}
table.aktuality td.img{
    padding-right:15px;
}

table.aktuality th{
    color:#6699ff;
}

table.aktuality p{
    margin:0px;
    padding:0px;
}

/**************************************************************/
.photogallery{
    padding:3px 15px 3px 15px;
}

table.photogallery_photos td{
    padding-right:8px;
}

table.photogallery_photos td img{
    border:none;
}
