body {
	margin: 0;
	padding: 0;
	background: #6e7783;
	text-align: justify;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	color: #003366;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(../images/img02.gif);
}

li {
   margin-bottom: 5px;
}

a {
	color: #33AA29;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

a.blue {
   color: #003366;
	text-decoration: none;
}

a.blue:hover {
	text-decoration: underline;
	color: #33AA29;
}

img {
	border: none;
}

img.lewy {
	float: left;
	margin: 0 15px 0 0;
}

img.prawy {
	float: right;
	margin: 0 0 0 15px;
}
#calosc {
   width: 800px;
   margin: 0 auto;
   background: url(../images/dropshadow.png) repeat-y;
}

#gora {
	width: 780px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/belka_nadmenu_s.png) repeat-x #111130;
}

#gora h1 {
	float: left;
	padding-top: 15px;
	padding-left:1em;
	margin: 0;
	letter-spacing:1px;
}

#gora p {
	float: right;
	padding-top: 35px;
	padding-right:1em;
	font-size: 1.2em;
	margin: 0;
	color: white;
}

#gora a {
	text-decoration: none;
	color: white;
}

#menu {
	width: 780px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/belka_menu_s.png) repeat-x #e8e6e6;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0px 11px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 11px 35px 0 35px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: none;
	color: #003366;
}

#menu .wybrane a, #nadstopka .wybrane a {
	color: #003366;
	text-decoration: underline;
}

#glowna {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
}

#content {
	float: left;
	width: 480px;
	padding: 20px 0 0 25px;
}

#prawa {
	float: right;
	width: 235px;
	padding-right: 20px;
}

#prawa ul {
	margin: 10px 5px 0 0;
	padding: 0 5px 0 25px;
   list-style-image: url(../images/img02.gif);
}

#prawa li {
	padding: 5px 20px 7px 5px;
	border-bottom: 1px solid #F3F3F3;
	color:#003366;
}

#prawa h2 {
	margin: 25px 5px 0 0;
	padding: 0 5px 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: 1px;
	font-size: 1.4em;
	font-weight: bold;
	color:#000;
}
#prawa h3 {
	margin: 25px 5px 0 0;
	padding: 0 5px 0px 15px;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	color:#000;
}
#prawa p {
	padding: 0 0 0 15px;
}
#prawa a {
	color: black;
	text-decoration: none;
}
#prawa a:hover {
	text-decoration: underline;
	color: #003366;
}

#prawa img {
   padding: 15px 5px 0;    
}
#stopka {
	width: 780px;
	height: 23px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/belka_stopka_s.png) repeat-x #111130;
}

#stopka p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	font-size: small;
	letter-spacing:0.6px;
	color: #ffffff;
}
#nadstopka {
	width: 780px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/belka_nadstopka_s.png) repeat-x #ffffff;
}

#nadstopka ul {
	margin: 0;
	padding: 10px 0 0px 0px;
	list-style: none;
	text-align: center;
}

#nadstopka li {
	display: inline;
}

#nadstopka a {
   color:#000;    
   padding:0 20px 0 20px;   
}
#nadstopka a:hover {
	text-decoration: none;
	color: #003366;
}
#podstopka {
   width: 800px;
	height: 18px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/dropshadow_stopka.png) no-repeat;
}

div.wpis {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #E7E7E7;
}
p.wpis {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #E7E7E7;
	clear: both;
}

.tytul {
	margin: 0;
	color: black;
}

.podtytul {
	margin: 0 0 15px 0;
}

input.text {
	width: 400px;
	background:#fff;
	height: 18px;
	font-size:8pt;
	border: solid 1px #E7E7E7; 
	}
	
textarea.text {
	border: solid 1px #E7E7E7; 
	background:#fff;
	width: 400px; 
	font-size:8pt;
	height:210px;
	}
input.submit {
	border: solid 1px #E7E7E7; 
   color:#003366;
	background:#fff;
	}
