/* Start of CMSMS style sheet 'festiwal' */
/* 
    Document   : style
    Created on : 2010-04-13, 09:31:54
    Author     : Szymon Wygnański
    Description:
        Purpose of the stylesheet follows.
*/

body {
    text-align:center;
    background-color:#ffffff;
}

#container {
    margin: 0 auto;
    width: 724px;
    height: 100%;
    overflow: hidden;
    text-align:left;
}

#container_top {
    width:100%;
    height:11px;
    background: url('img/container_top.gif') no-repeat center;
}

#container_middle {
    width: 100%;
    height:100%;
    overflow: hidden;
    background: url('img/container_middle.gif') repeat-y center;
}

#container_bottom {
    width: 100%;
    height: 11px;
    background: url('img/container_bottom.gif') repeat-y center;
}



#logo {
    background: url('img/logo.gif') center no-repeat;
    width: 174px;
    height: 139px;
    float:left;
    margin-left:7px;
}

#logo_top {
    background: url('img/top.jpg') center no-repeat;
    margin-left: -25px;
    width: 563px;
    height: 79px;
    float:left;
    display: block;
}



#menu_flags {
    float:left;
    display:block;
    width:500px;
    margin-left:20px;
}

#menu_flags a {
    float:left;
    display:block;
    width:60px;
    text-align:center;
    font-size: 12px;

}

#menu_flags a img {
    border: none;
}


#bottom {
    width:100%;
    float:left;
}

#menu ul {
    padding: 0;
    margin: 0;
    margin-left:0px;
    list-style-type:none;
    text-align:center;
}

#menu ul ul {
    margin-top:10px;
    margin-left: 20px;
    text-align:left;
}

#menu a {
    font-size: 12px;
}


#menu {
    margin-top: 50px;
    margin-left: 7px;
    width: 154px;
    height: 100%;
    overflow: hidden;
    display: block;
    float:left;
}
#menu_top {
    background:url('img/menu_top.gif') center no-repeat;
    width: 154px;
    height:12px;
    display: block;
}

#menu_middle {
    background:url('img/menu_middle.gif') center repeat-y;
    width: 154px;
    display: block;
}



#menu_bottom {
    background:url('img/menu_bottom.gif') center no-repeat;
    width: 154px;
    height:12px;
    display: block;
}

#content {
    display:block;
    float:left;
    width: 533px;
    margin-left:25px;
    margin-top:-15px;
}


#footer {
    width: 100%;
    float:left;
    display:block;
    text-align: center;
    font-size:12px;
    font-style: italic;
}


.thumb {
    float:left;
    width:100px;
    height: 75px;
    margin: 5px;
}
.thumbPicCaption {
    display:none;
}
#imagegallery {
    width: 100%;
    clear:both;
}
/* End of 'festiwal' */

