@charset "iso-8859-2";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #486d83;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 772px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-y;
}
#mainContent {
	float:left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:528px;
}

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	padding: 20px 0;
	margin:0;
	color:#003366;
}

a.more {
	display:block;
	background-color:#EEEEEE;
	text-align:right;
	font-size:80%;
}

#mainMenu {
	height:30px;
	background-color: #0099CC;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:80%;
}

#mainMenu a {
	display:block;
	height:30px;
	padding:0;
	color:#FFFFFF;
	text-decoration:none;
	line-height:14px;
}

#mainMenu a.small { /* dla elementów menu jednolinijkowych*/
	line-height:30px;
}

#mainMenu a:hover {
	background-color:#FF9900;
}

#subMenu {
	float:left;
	width:232px;
	padding-left:0px;
}

#subMenu ul {
	padding: 0 0 0 35px;
	margin: 0px;
	list-style-image: url(../images/romb.gif);
	list-style-type: none;
	list-style-position:outside;
}

#subMenu ul li {
	padding:3px 0;
}

#subMenu ul li a {
	display:block;
	width:180px;
	font-size:80%;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

#subMenu ul li a.this {
	background-color:#FF9900;
	color:#FFFFFF;
}

#subMenu ul li a:hover {
	color:#FFFFFF;
	background-color:#003366;
	
}

#subMenu img {
	padding: 0 0 0 25px;
	margin:0;
}

.kartka {
	padding:0;
	margin:0;
	width:528px;
	background-image:url(../images/kartka.gif);
	background-repeat: repeat-y;
	line-height:1.6em;
}

.kartka p, .kartka h1, .kartka h2, .kartka h3 {
	padding:5px 10px;
}

.kartka ul, .kartka ol {
	list-style-position:outside;
	padding:0 0 0 35px;
	width: 90%;
	margin: 0px;
}

.kartka ul li, .kartka ol li {
	padding: 0px;
	margin:0px;
}

.kartka h2 {
	font-size:120%;
	font-weight:bold;
	color:#dd3f33;
}

.kartka h3 {
	font-size: 100%;
	font-weight:bold;
	color:#0099CC;
}

.kartka p.end {
	background-image:url(../images/kartka_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	padding-bottom:20px;
}

.kartka a {
	color:#FF9900;
	font-weight:bold;
}

.kartka a:hover {
	color: #003366;
}

.kartka table {
	font-size:60%;
	line-height:1.2em;
}

#footer {
	clear:left;
}

#footer p{
	text-align:center;
	height:20px;
	display:block;
	background-color:#003366;
	width:762px;
	color: #FFFFFF;
	font-size:80%;
	margin:0 5px;
	font-weight:bold;
}

#footer p a {
	color:#FFFFFF;
	text-decoration:underline;
}
