@charset "utf-8";
/* CSS Document */

/*
UWAGA

Jeśli obrazki się nie wyświelają zmień wsyztskie odnosniki:
background:url(http://serwer.com/images/menu-l.png) left no-repeat;

*/


body{
margin:0;
padding:0;
background:#454545;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
h1{
color:#ccc;
font-size:13px;
margin:0 0 15px 0;
padding:0;
}
p{
margin:0 0 10px 0;
padding:0;
}
img{border:none;}
a{color:#009900;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
#menu{
width:700px;
margin:10px auto 10px auto;
}
#menu-l{
background:url(/images/menu-l.png) left no-repeat;
height:75px;
}
#menu-r{
background:url(/images/menu-r.png) right no-repeat;
margin-left:21px;
height:75px;
}
#menu-m{
background:url(/images/menu-m.png) repeat-x;
margin-right:21px;
height:75px;
}
#menu a{
display:block;
float:left;
height:55px;
color:#fff;
font-weight:bold;
font-size:12px;
text-decoration:none;
text-align:center;
width:150px;
padding:20px 0px 0 0px;
}
a.menu:hover{
background: url(/images/menu-m2.png) no-repeat;
}
.clr{
clear:both
}
a.logo{
vertical-align:top;
background:url(/images/logo.png) no-repeat;
}
a.logo:hover{
background:url(/images/logo.png) no-repeat;
}
.box{
background:#fff;
}
.box-gl{
background:url(/images/box-gl.png) top left no-repeat;
}
.box-gp{
background:url(/images/box-gp.png) top right no-repeat;
}
.box-dl{
background:url(/images/box-dl.png) bottom left no-repeat;
}
.box-dp{
background:url(/images/box-dp.png) bottom right no-repeat;
}
.content{
padding:20px;
}
div#upload{
width:480px;
height:292px;
float:left;
}
div#wynik{
width:700px;
margin:0 auto;
}
.wynik-pole{
width:600px;
margin:5px 20px 15px 20px;
padding:3px;
background:#eee;
border:solid 1px #ccc;
}
.nastepna a{
display:block;
width:140px;
height:30px;
background:url(/images/nastepna.gif) no-repeat;
}
.nastepna a:hover{
background:url(/images/nastepna2.gif) no-repeat;
}
div.all{
width:700px;
margin:0 auto;
}
img.widziales{
float:left;
margin-right:17px;
}
.message{
background:#CCCCCC;
padding:10px;
}
.info{
font-size:10px;
color:#006600;
padding:5px 0 0 0;
text-align:center;
}
img.nr{
margin-right:10px;
}
.send{
background:url(/images/wyslij.gif);
width:120px;
height:30px;
border:none;
}
.send:hover{
background:url(/images/wyslij2.gif);
}
.dalej{
background:url(/images/dalej.gif);
width:120px;
height:30px;
border:none;
}
.dalej:hover{
background:url(/images/dalej2.gif);
}
.zaloguj{
background:url(/images/zaloguj.gif);
width:120px;
height:30px;
border:none;
}
.zaloguj:hover{
background:url(/images/zaloguj2.gif);
}
div#top10{
width:700px;
clear:both;
/*margin:20px auto 20px auto;*/
margin:0 auto 20px auto;
padding:20px 0 0 0;
}
#top10 h1{
margin:10px 0 2px 0;
}
.najnowsze td{
width:100px;
background:#eee;
text-align:center;
/*border:solid 1px #666666;*/
}
.najnowsze td:hover{
background:#666;
}
#linki{
color:#999999;
font-size:10px;
text-align:center;
padding:5px;
}
#linki a{
color:#999999;
text-decoration:none;
}
#linki a:hover{
text-decoration:underline;
}
.pole{
height:50px;
min-height:40px;
}
.pole input{
margin-top:5px;
}
.mojekonto td{
border-bottom:solid 1px #ccc;
padding:10px 0;
}
.mojekonto tr:hover{
background:#eee;
}


