/* 
    Document   : style.css
    Created on : Oct 6, 2009, 2:15:58 PM
    Author     : kamil
    Description:
        Purpose of the stylesheet follows.
*/

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

body{
    background-color: #a6f227;
    background-image: url('top.gif');
    background-repeat: repeat-x;
    margin: 0px;
}

img {
     display:inline;
     float: left;
     margin: 35px;
}

.proste {
     float: none;
     margin: 35px;
}

#main{
    width: 819px;
    min-height: 1000px;
    margin: 0px auto 0px auto;
}

#main_win{
    width: 819px;
    min-height: 1000px;
    margin: 0px auto 0px auto;
}
#logo {
    width: 819px;
    height: 173px;
    background-image: url('logo.png');
    margin: 0px;
    float: left;
}
#content {
    width: 10px;
    height: 30px;
    margin: 0px auto 0px auto;
    float: left;
}


#menu {
    width: 819px;
    height: 79px;
    background: url('menu.jpg');
    float: left;
    
}

#top {
    width: 819px;
    height: 33px;
    background: url('content_1.jpg');
    margin: 0px auto 0px auto;

}

#center{
    width: 819px;
    min-height: 100px;
    background: url('content.jpg');
    margin: 0px auto 0px auto;

}
#text
     {
   margin: 0px 50px 0px 50px;
   padding: 18px 0px;

    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;
    font-weight: 400;
    color: #825c35;
}
#text p {
    font-size:16px;

}
#text-m
     {
    margin: 0px 50px 0px 50px;
    padding: 18px 0px;
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 14px;
    font-weight: 400;
    color: #825c35;
    }
#address {
    text-align: center;

}
#bottom{
    width: 819px;
    height: 33px;
    background: url('content_2.jpg')

}

.kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0px auto 0px auto;
     padding: 0;
 }
 .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 100px;
    height: 40px;
    margin-right: 0px;
    background-image:url('popotamek_menu.jpg');
    background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}
#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-160px 0px;
}
#kwick3 {
	background-position:-320px 0px;
}
#kwick4 {
	background-position:-480px 0px;
}
#kwick5 {
	background-position:-640px 0px;
}
#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -160px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -320px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -480px bottom;
}
#kwick5.active, #kwick5:hover {
	background-position: -640px bottom;
}