/* 
    Document   : styles
    Created on : 16.04.2010, 12:05:14
    Author     : serg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

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

html, body {
    width: 100%;
    height: 100%;
}

* html #container {
    height: 100%;
}

html{
}

body {
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: black;
    text-decoration: none;
    text-align: left;
    background-color: #dbccb8;
    
}

.container{
    margin: 0 auto;
    width: 800px;
    position: relative;
    top: 0;
    

}
.header{
    background: url(../images/header_1.jpg) top center no-repeat;
    position: relative;
    top: 0;


    height: 292px;
    /*height: 11px;*/
    
}
.center{
    background: url(../images/center_1.jpg) top center repeat-y;
    position: relative;
    top: 0;
    /*height: 100%;*/
}




.center .gallery-table{
    margin: 0 auto;
    width: 610px;
}

.center .gallery-table .gallery-td{
    width: 200px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom:30px;
}

.container .center .ikonostasu{
    padding-top: 30px;

    left:50px;
    position:relative;
    float:left;
    width: 710px;
    text-decoration: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}


.container .center .ikonostasu .image{
    position:relative;
    float:left;
    width: 200px;
    text-align: center;

}
.container .center .ikonostasu .text_image{
    top:10px;
    position:relative;
    float:left;
    width: 500px;;
    text-align: center;
     text-decoration: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
     font-size: 22px;
 
}
.container .center .ikonostasu .text_image a{
    color:#603000;
    font-size: 16px;
    text-decoration: underline;
    font-weight:bold;
}

.center .gallery-table .gallery-td .img{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: black;
    text-decoration: none;
    text-align: left;
}


img{
    border:1px solid red;
}

 .title{
    text-align: center;

    font-size: 26px;
    font-family:  Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

 .header_title{
    text-align: center;

    font-size: 20px;
    font-family:  Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.header_links{
    position: relative;
    float: left;
    width: 760px;
    height: 56px;
    bottom: 60px;
    left: 20px;
    z-index: 999;

}

.header_current_link{
    position: relative;
    float: left;
    text-align: left;
    font-size: 22px;
    font-family:  Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
    top: 14px;
   
    padding-left: 70px;

}
.text{
    position: relative;
    text-align: left;
    font-size: 20px;
    font-family:  Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

.fotogalerei_text_link{
    position: relative;
    text-align: left;
    font-size: 25px;
    font-family:  Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    padding-top: 40px;
    text-decoration: none;
    padding-left: 20px;
}


.video_links{
        position: relative;
    text-align: left;
    font-size: 20px;
    font-family:  Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
    left: 50px;
}


.footer{
    background: url(../images/footer.png) top center no-repeat;
    position: relative;
    top: 0;

    height: 11px;
}




