/* C:\xampp\htdocs\losowe.pl\style.css */
body, div, ul
{
    margin:0;
    padding:0;
    border: 0;
}

/*umieszczenie footera na samym dole */
html, body {
     height: 100%;
 }
 

#wrapper{
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -30px;
}

.push{
    height: 50px;
}
#footer{
    height: 29px; /*dodamy jeszcze border */
}


#header ul
{
    font-size: 80%;
    top:16px;
    left:570px;
    position: absolute;
    background-image: none;
    display: inline;
    background: transparent;
}

#header li
{
    float: left;
    padding: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #a9a384;
    text-align: center;
}

ul
{
    margin-bottom: 1.5em;
}


.submit
{
    margin-top: 1.5em;
}

/* --------- */

body{
    font-family: arial, helvetica, geneva, sans-serif;
    background-color: #dcf8dc;
    line-height: 1.5em;
}

h1{
    font-size: 150%;
    margin-top: 1em;
}
h2 {
    font-size: 110%;
    margin-bottom: 0.5em;
}

body#main #hide-main
{
    height: 0;
    width: 0;
    text-indent: -2000em;
}
div#wrapper{
    width: 761px; /*obrazek ma 771px */
    background: #eff2d8 url('images/body-bkg.gif') repeat-y 50% 50%;
    padding: 0 5px;
}

p{
    margin-bottom: 1.5em;
}

div#header
{
    height: 95px;
    background: url('images/header.gif') repeat-x 0% 0%;
}


#logo
{
    display: block;
    margin-left: 19px;
    width: 502px;
    height: 95px;
    background: url('images/logo.gif') no-repeat 0% 0%;
    text-indent: -2000px;
}

#header #corner
{
    position:relative;
    width: 761px;
    height: 95px;
    background: url('images/header-corner.gif') no-repeat 100% 0%;
}

#content, #hide-main{
	padding-left: 1em;
	padding-right: 1em;
}
#box
{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0;
	text-align: left;
	width: 90%;				/* <-- use this to tie width to viewport size */
	background: #A5F8F5;
	
}	
div#footer{
    width: 761px;
    margin: 0 auto;
    text-align: center;
    border-top: solid 1px #a9a384;
    /*border-bottom: solid 1px #a9a384;*/
    background-color: #f2eabd;
    font-size: 80%;
   
}
#footer a:link{
    text-decoration: none;
}
#footer a:visited{
    text-decoration: none;
}


a:link, a:visited
{
    text-decoration: none;
    color: #257c96;
    font-weight: bold;
}

a[onclick] 
{
    font-weight: normal;
}

a:hover
{
    text-decoration: underline;
}


.invalid{
    color: #ff0000;
}

ul
{
    list-style-type: none;
}

 
div#box-content{
    padding: 2em;
    min-width: 570px;
    min-height: 70px;
}

#box-content strong{
    margin-left: 0.7em;
    display: block;
    text-align: left;
}

#box-content blockquote{
    text-align: center;
    font-style: italic;
    font-size: 1.2em;
    margin-right: 2em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

#autor{
    text-align: right;
    margin-top: 0;
    margin-right: 2em;
}
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #bcf6f4;
	background-image:url(images/lb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
.optionBlock{
    margin-bottom: 0.9em;
}

.liczba
{
    border:2px solid #AAA;
    padding: 0px 2px;
    margin-right:2px;
    margin-bottom:2px;
    line-height:1.7em;
}
