/*zerowanie styli */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




@charset "utf-8";
/* CSS Document */
body {
background:#E5EEF5;
}
#container {
background-color:#E6EFF4;
width:100%;
background:url(pl/img/background.jpg) repeat-x;
height:800px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#promo {
position:fixed;
padding:5px;
width:220px;
font-size:12px;
}
#promo a {
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:12px;
}
#inner {
margin:0 auto;
width:790px;
padding-top:30px;
}
/* flags */
#flags {
width:790px;
height:130px;
background:url(pl/img/flags.jpg) no-repeat;

}
#flags a {
text-decoration:none;
color:#FFFFFF;
}
#flags a:hover {
text-decoration:underline;
}
#flags ul {
height:120px;
display:block;
float:left;
margin-top:15px;
display:inline;

}
#flags ul li {
height:28px;
width:80px;
color:#B0B0B0;
/*border:1px solid #FF0000;*/
}
#ul_1 {
margin-left:364px;
}
#ul_2 {
margin-left:8px;
}
#ul_4 {
margin-left:8px;
}
#ul_5 {
margin-left:4px;
}
#content {
width:790px;
}
#left {
float:left;
width:580px;
background-color:#FFFFFF;
padding:5px;
}
#left p {
color: #656565;
padding:3px;
line-height:120%;
font-size:105%;
}
#left a {
color: #D40042;
}
#left a:hover {
text-decoration:underline;
}
#zlatan {
width:580px;
height:120px;
background:url(pl/img/zlatan.jpg) no-repeat;
}
#register {
width:350px;
height:50px;
padding-left:10px;
padding-top:30px;
}
#headers {
float:left;
width:210px;
height:50px;
text-align:right;
padding:2px;

}
#headers h1, #headers h2, #headers h3 {
padding:2px;
}
#headers h2 a {
font-size:small;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
#headers h1 a {
font-size:170%;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
#headers h3 a {
font-size:small;
font-weight:bold;
color:#FFEB00;
text-decoration:none;
}
#button_reg {
float:left;
width:114px;
height:30px;
padding-left:3px;
padding-top:15px;
}
#menu {
float:left;
padding:5px;
width:190px;
}
#menu li {
width:190px;
height:25px;
border-bottom:1px solid #92B0C5;
padding-top:15px;
}
#menu li a {
color:#FFFFFF;
text-decoration:none;
}
#menu li a:hover {
text-decoration:underline;
}
#footer {
width:100%;
padding:2px;
clear:both;
border-top:1px solid #BDD2E2;
}
#footer p {
color:#769BB5;
}
#footer p a {
color:#769BB5;
}
#footer p a:hover {
color:#769BB5;
text-decoration:none;
}
p.link_box {
width:320px;
display:block;
float:right;
padding:3px;
background-color:#E0EAF3;
border:1px dotted #A7C6DB;
color:#FFFFFF;
}