body { 
  background: url(lay/all_bkg.jpg) repeat-x top;
  background-color: white;
  font-family: "Verdana", sans-serif; 
  margin: 0;
  width: 100%;
}

/* Top */

#top {
    margin: auto;
    width: 800px;
    height: 190px;
}

#logo {
    float: left;
    margin: 70px 0 0 25px;
    background: url(lay/top.png) no-repeat top;
    width: 460px;
    height: 70px;
}

#loging_box {
    float: right;
    margin: -5px -5px;
    background: url(lay/log_bkg.jpg) repeat-x top;
    background-color: white;
    width: 250px;
    height: 116px;
    border: 5px solid white;
}

#logged_box {
    float: right;
    margin: -5px -5px;
    background: url(lay/log_bkg.jpg) repeat-x top;
    background-color: white;
    width: 250px;
    height: 85px;
    border: 5px solid white;
}

#logged_box p {
    margin: 10px 0 0 10px;
    font-size: 9pt;
    font-weight: 600;
    line-height: 16pt;
    color: #2d85cf;
}

#logged_box a {
    text-decoration: none;
    font-weight: 600;
    color: #6b8499;
}

#logged_box a:hover {
    color: #2d85cf;
}

#loging_box p {
    margin: 12px 0 0 10px;
    font-size: 9pt;
    font-weight: 600;
    color: #2d85cf;
}

#loging_box input {
    margin: -10px 0 0 7px;
    width: 150px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;  
    
    color: #2d85cf;
    padding: 5px 7px 5px 7px;
}

#loging_box input:hover, #loging_box input:focus, #loging_box input:active {
    background-color: white;
    border: 1px solid #b8ccd9;
}

#submit input {
    margin-left: 75px;
    width: 75px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    
    color: #6b8499;
    font-size: 9.5pt;
    font-weight: 600;
    padding: 2px;      
}

#submit input:hover, #submit input:focus, #submit input:active {
    background-color: white;
    border: 1px solid #d4e1e9;
    color: #2d85cf;
}



/* Description */

#desc {
    margin: auto;
    background: url(lay/about_bkg.jpg) repeat-x top;
    background-color: white;
    width: 800px;
    height: 200px;
    border: 5px solid white;    
}

#mouse {
    float: left;
    margin: 40px 25px;
    background: url(lay/mouse.png) no-repeat center;
    width: 128px;
    height: 128px;    
}

#description {
    float: right;
    margin-top: 15px;
    padding-left: 30px;
    width: 590px;
    border-left: 1px dashed #cad6e0; 
}

#description span {
    margin-top: 15px;
    font-size: 20pt;
    font-weight: 600;
    color: #6b8499;
}

#description p {
    font-size: 9pt;
    line-height: 15pt;
    text-align: justify;
    margin: 0px 30px 0 0;
    color: #99aebf;
}

/* Menu */

#menu {
    margin: 60px auto;
    width: 800px;
}

#menu ul {
    margin-left: 30px;
}

#menu li {
    display: inline;
    width: 100px;
    background-color: #f8f8f8;
    margin-right: 30px;
}

#menu a {
    background-color: #f8f8f8;
    padding: 8px 30px 8px 30px;
    text-decoration: none;
    color: #99aebf;
    text-align: center;
    font-weight: 600; 
    font-size: 10pt;
}

#menu a:hover {
    position: relative; top: 3px;
    background-color: white;
    color: #6b8499; 
    font-weight: 600;   
}

.active {
    background-color: white;  
}

/* Main */

#main {
    margin: -52px auto;
    background: url(lay/main_bkg.jpg) repeat-x top;
    background-color: white;
    width: 800px;
    min-height: 400px;
    border: 5px solid white;    
}

#title {
    margin: 50px 0 0 50px;
    font-size: 15pt;
    font-weight: 600;
    color: #99aebf;  
}

#title span {
    color: #6b8499;  
}

#most {
    float: left;
    margin: 25px 0 0 25px;
    background: url(lay/most.png) no-repeat top left;
    width: 350px;
    height: 350px;
}

#most table {
    margin: 60px 25px;
}

#most table tr { 
    padding-top: 10px;
}

#most table td { 
    padding-right: 45px;
}

#most table {
    font-size: 9pt;
    color: #99aebf;
}

#most table span {
    font-size: 11.5pt;
    font-weight: 600;
    color: #2d85cf;
}

#most p, #last p {
    position: relative; top: 20px;
    margin: 0 0 0 85px;
    
    font-size: 12pt;
    font-weight: 600;
    color: #99aebf;
}

#last table {
    margin: 60px 25px;
}

#last table tr { 
    padding-top: 10px;
}

#last table td { 
    padding-right: 45px;
}

#last table span {
    font-size: 11.5pt;
    font-weight: 600;
    color: #2d85cf;
}

#last table {
    font-size: 9pt;
    color: #99aebf;
}

#most p, #last p {
    position: relative; top: 20px;
    margin: 0 0 0 85px;
    
    font-size: 12pt;
    font-weight: 600;
    color: #99aebf;
}

#last span {
    color: #6b8499;
}


#most ul, #last ul {
    margin-top: 60px;
}

#last li {
    list-style-type: decimal;
    margin-top: 8px;
    font-size: 9pt;
    color: #99aebf;
}

#last table strong, #most table strong {
    font-size: 10pt;
    font-weight: 600;
    color: #6b8499;
}

#lista span {
    margin: 0 10px 0 40px;
    font-size: 10pt;
    font-weight: 600;
    color: #6b8499;
}

#last {
    float: right;
    margin: 25px 25px 0 0;
    background: url(lay/clock.png) no-repeat top left;
    width: 350px;
    height: 350px;
}

#rejestracja_box {
    margin: 30px 50px 0 75px;
    width: 700px;
}

#rejestracja_box p {
    margin: 30px 0 0 10px;
    font-size: 9pt;
    font-weight: 600;
    color: #2d85cf;
}

#rejestracja_box span {
    margin-top: 10px;
    font-size: 10pt;
    font-weight: 600;
    color: red;
}

#rejestracja_box input {
    float: right;
    margin: -25px 300px 0 10px;
    width: 150px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;  
    color: #2d85cf;
    padding: 5px 7px 5px 7px;
}

#rejestracja_box input:hover, #rejestracja_box input:focus, #rejestracja_box input:active {
    background-color: white;
    border: 1px solid #b8ccd9;
}

#rejestracja_box textarea {
    float: right;
    margin: -25px 300px 0 10px;
    width: 230px;
    height: 80px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;  
    color: #2d85cf;
    padding: 5px 7px 5px 7px;
}

#rejestracja_box textarea:hover, #rejestracja_box textarea:focus, #rejestracja_box textarea:active {
    background-color: white;
    border: 1px solid #b8ccd9;
}

input .check {
    padding-top: 50px;
    vertical-align: top; 
    background: none;
    border: none;
}

#submit-r input {
    float: left;
    position: relative; top: 30px;
    width: 100px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    
    color: #6b8499;
    font-size: 9.5pt;
    font-weight: 600;
    padding: 5px;      
}

#submit-r input:hover, #submit-r input:focus, #submit-r input:active {
    background-color: white;
    border: 1px solid #d4e1e9;
    color: #2d85cf;
}

.error {
    float: right;
    position: relative; top: -5px;
    margin-top: -30px;
    font-size: 7.5pt;
    font-weight: 600;
    color: red;
}

#message {
    position: relative; top: 110px; left: 10px;
    font-size: 10pt;
    font-weight: 600;
    color: red;
}

/* Przegrałem */

#click_box {
    margin: 30px 50px 0 75px;
    width: 700px;
}

#click_box p {
    margin: 40px 0 0 20px;

    font-size: 10pt;
    font-weight: 600;
    color: #6b8499;
}

#click_box span {
    font-size: 12.5pt;
    font-weight: 600;
    color: #2d85cf;
}

#click_box input {
    margin: auto;
    background: url(lay/przegralem.png) no-repeat center;
    width: 700px;
    height: 128px; 
    border: 0;
}

#click_box input:hover {
    margin: 2px 0 0 1px;
}

/* Footer */

#footer {
    margin: 25px auto;
    padding-top: 15px;
    width: 800px;
    border-top: 3px double #F6F6F6; 
    clear: both;  
    
    font-size: 7pt;
    color: silver;
    text-align: center; 
}

#footer a {
    text-decoration: none;
    color: gray;
}

#footer a:hover {
    color: black;
}

/* Additions */

img {border: 0;}


