/* 
    Document   : main.css
    Created on : 23.01.2010, 20:10:36
    Author     : scarych
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
    margin:0px;
    padding:0px;
    background: #000;
    font-family:  Tahoma, Helvetica, Arial;
    font-size: 14px;
    color: #999999;
}

body a {
    color: #999999;
    text-decoration: underline;
}


div#content {
    background: #FFF;
}

div#header {
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    padding:0px 20px;
}
div#header span#title {
    font-size:18px;
}

div#header img {
    margin:18px 20px 0px 0px;
    float:left;
}

div#footer {
    height: 60px;
    background: #000;
    padding:0px;
    margin:0px;
}

img {border:0px;}


div#footer div#bannerstitle {
    float:right;
    white-space: nowrap;
    height:60px;
    line-height: 30px;
    vertical-align: middle;
    margin: 5px 20px 0px 10px;
    font-size:12px;
}

div#footer img.banner {
    margin:0px 0px 0px 10px;
    
    
}

div#content {
    padding:35px 10px 0px 20px;
}

div#copyrights {
    height:40px;
    margin:10px 0px 5px 0px;
}

div#copyrights #left {
    background: url('/resources/images/znak2.jpg') no-repeat left top;
    float:left;
    width:200px;
    height:40px;
    padding:0px 0px 0px 40px;
    line-height:30px;
    vertical-align: middle;
    font-size:12px;
}

div#copyrights #right {
    margin-top:5px;
    float:right;
}

div#gallerylist {
    display: block;
    clear: both;
    
}
div#content {

}
div#content p {
    margin:7px 0px;

}

div#gallerylist a {
    padding: 5px;
    height:130px;
    width:130px;
    display: block;
    float:left;
    margin:0px 5px 0px 0px;
}

div#gallerylist a.new {
    background: #000;
}
div#gallerylist a:hover {
    background: #999;
}

h1 {
    font-size:20px;
    margin:0px 0px 20px 0px;
}
