/* CSS Document */
html, body {
background-color: #101010;
background-image: url("img/bg.gif");
background-attachment: fixed;
background-repeat: repeat-x;
text-align: center;
font-family: Arial, sans-serif;
font-size: 10pt;
}
pre {
/*font-family: sans-serif;*/
font-size: 10pt;
}
div#strona {
margin: 0 auto;
text-align: left;
width: 960px;
}
div#logo {
background-image: url("img/logo.png");
background-repeat: no-repeat;
width: 960px;
height: 156px;
}
div#menuleft {
background-image: url("img/buttonleft.png");
background-repeat: no-repeat;
width: 30px;
height: 30px;
margin-left: 60px;
float: left;
}
div#nawi {
background-image: url("img/buttonup.gif");
background-repeat: repeat-x;
width: 780px;
height: 30px;
float: left;
}
div#menuright {
background-image: url("img/buttonright.png");
background-repeat: no-repeat;
width: 30px;
height: 30px;
float: left;
}
div#shadow {
background-image: url("img/shadowdown.png");
background-repeat: no-repeat;
width: 806px;
height: 4px;
margin-left: 77px;
clear: both;
}
div#text {
background-image: url("img/textbg.png");
background-repeat: repeat-y;
min-height: 400px;
height: auto;
margin-left: 77px;
padding-left: 20px;
padding-right: 100px;
padding-top: 5px;
padding-bottom: 5px;
}
div#stopka {
background-image: url("img/stopka.png");
background-repeat: no-repeat;
font-size: 8pt;
font-family: "Comic Sans MS", cursive;
color: #FFF;
width: 806px;
height: 28px;
margin-left: 77px;
text-align: center;
clear: both;
}


ul#menu, ul#menu li {
display: block;
list-style: none;
margin: 0;
padding: 0;
font-family: "Comic Sans MS", cursive;
font-size: 9pt;
}

ul#menu {
float: left;
width: auto;
background-color: transparent;
}

ul#menu li {
float: left;
width: auto;
}

ul#menu a:link, ul#menu a:visited {
text-decoration: none;
display: block;
font-weight: normal;
height: 16px;
padding: 7px 10px;
color: #fff;
background-image: url("img/buttonup.gif");
}

ul#menu a:hover {
text-decoration: overline;
display: block;
font-weight: normal;
height: 16px;
padding: 7px 10px;
color: #fff;
background-image: url("img/buttondown.gif");
}

ul#menu a.a {
text-decoration: none;
display: block;
font-weight: bold;
height: 16px;
padding: 7px 10px;
color: #fff;
background-image: url("img/buttondown.gif");
}

.header {
cursor: pointer;
width: 525px;
height: 26px;
line-height: 24px;
color: White;
text-align: center;
background-image: url(img/header.gif);
background-repeat: no-repeat;
}

.hover, .open {
background-image: url(img/header_hover.gif);
}

.target {
width: 525px;
font-size: 10px;
padding: 4px 2px;
}


A {
COLOR: #365661; FONT-WEIGHT: bold; TEXT-DECORATION: none;
}
A:hover {
COLOR: #DD4040;
}
A:active {
COLOR: #00AFFF;
}

h1 {
color: #606060;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 14pt;
}
h2 {
color: #303030;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12pt;
}
h3 {
color: #000000;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 10pt;
}

th {
color: #EEE;
background-image: url("img/thbgr.png");
height: 18px;
width: 236px;
background-repeat: no-repeat;
}

.meczec {
background-image: url("img/tablebgup.png");
background-repeat: repeat-x;
}

.newsy {
color: #EEE;
background-image: url("img/thbg2.png");
height: 18px;
width: 504px;
background-repeat: no-repeat;
text-align: center;
}

.kadratop {
padding: 5px;
background: #BE2020;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

.kadrabot {
padding: 5px;
background-color: #FFF;
border: 1px solid #000;
font-weight: bold;
}

ul, ul li {
list-style-type: circle;
list-style-position: inside;
margin: 0px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 3px;
cursor: default;
font-weight: bold;
color: #333;
}

big {
font-size: 12pt;
font-weight: bold;
color: #223;
}

blockquote {
	margin-left: 1em;
	padding-left: 60px;
	background: transparent url(img/quote.png) no-repeat;
	color: #333;
	font-style: italic;
	padding-right: 10px;
	border-right: 2px solid #999;
	}