body{
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.8ex;
	background-color: #3E75AB;
	background-image: url(img/tlo.png);
	background-position: top left;
	background-repeat: repeat-y;
}

h1, h3, h5 {
	font-weight: bold;
}
h1{
	font-size: 18px;
	margin-top: 20px;
	border-bottom: 1px dotted #D7D8D8;
	padding-bottom:3px;
	color: Green;
	line-height: 2.2ex;
}

h3{
	font-size: 14px;
	color: #145394;
}

h5.headline{
 	font-size: 13px;
	color: #fff;
	padding: 2px 12px;
	display: block;
	background-color: #00016E;
	margin: 0;
}
h5.headlinewkz{
 	font-size: 13px;
	color: #fff;
	padding: 2px 12px;
	display: block;
	background-color: #FAA627;
	margin: 0;
}
h5.headlineinne{
	font-size: 13px;
	color: #fff;
	padding: 2px 12px;
	display: block;
	background-color: #989898;
	margin: 0;
}



a, a:active, a:visited{
	color: Black;
	text-decoration: underline;
}

a:hover{
	color: Navy;
}

#container{
	position: absolute;
	width: 800px;
	margin-left: 25px;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	background-image: url(img/blue.png);
	background-position: top;
	background-repeat: repeat-x;
}
		
#top{
	padding: 0;
	margin: 0;
	height: 200px;
	width: 800px;
}

#menu{
	background-image: url(img/menu_tlo.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0;
	width: 800px;
	height: 18px;
	padding-bottom: 2px;
}
#menu a, #menu a:visited, #menu a:active{
	background-image: url(img/menu_punkt.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 10px;
	text-decoration: none;
	color: White;
}
#menu a:hover{
	color: #FFBA39;
}		

#rightnav{
	float: right;
	width: 200px;
}

#rightnav p{
	padding: 10px 15px;
	margin: 0;
}

#leftnav{
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
}

#leftnav p{
	padding: 10px 15px;
	margin: 0;
}

#leftnav dl{
	margin: 0;
}

dl.menu1 dt{
	font-size: 10px;
	letter-spacing: 0.4ex;
	font-weight: normal;
	line-height: 2.5ex;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	padding-top: 6px;
	background-color: #296DB4;
}	
dl.menu1 a, dl.menu1 a:active, dl.menu1 a:visited{
	text-decoration: none;
	color: White;
	border-left: 5px solid #FDA827;
	padding-left: 7px;
	display: block;
}
dl.menu1 a:hover{
	border-left: 4px solid White;
	background-color: #2A6CB2;
	padding-left: 8px;
	color: White;
}


dl.menu2 dt{
	font-size: 10px;
	font-weight: normal;
	line-height: 2.5ex;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	padding-top: 6px;
	background-color: #F8F8F8;
}	
dl.menu2 a, dl.menu2 a:active, dl.menu2 a:visited{
	text-decoration: none;
	color: Green;
	border-left: 5px solid #FDA827;
	padding-left: 7px;
	padding-right: 6px;
	display: block;
}
dl.menu2 a:hover{
	border-left: 4px solid Green;
	padding-left: 8px;
	color: Green;
}


dl.menu3 dt{
	font-size: 10px;
	font-weight: normal;
	line-height: 2.5ex;
	letter-spacing: 0.4ex;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #218721;
}	
dl.menu3 a, dl.menu3 a:active, dl.menu3 a:visited{
	text-decoration: none;
	color: White;
	border-left: 5px solid #FDA827;
	padding-left: 7px;
	display: block;
}
dl.menu3 a:hover{
	border-left: 4px solid White;
	padding-left: 8px;
	color: White;
}


#content{
	margin-left: 250px;
	margin-right: 200px;
	padding: 0;
	font-size: 10px;
	border-right: 1px solid #F3F6F8;
	border-left: 1px solid #F3F6F8;
	margin-top: 0;
	vertical-align: top;
}
#content span{
	background-color: #FDA926;
}
#content p{
	padding: 10px 15px;
	margin: 0;
	line-height: 2.7ex;
	background-color: #00B201;
}

#contentstrona{
	margin-left: 250px;
	padding: 0 3em;
	font-size: 10px;
	border-left: 1px solid #F3F6F8;
	vertical-align: top;
}

#footer{
	clear: both;
	margin: 0;
	padding: 0;
	color: #ccc;
	text-align: right;
	font-size: 9px;
}
#footer p{
	padding: 0 20px;
	margin: 5px;
}
		
a.home, a.home:visited, a.home:active{
	color: White;
	background-color: #3E75AB;
	padding: 1px 5px;
	text-decoration: none;
}
a.home:hover{
	color: #FFBA39;	
}

a.autor, a.autor:visited, a.autor:active{
	color: #B4B4B4;
	text-decoration: none;
} 		
a.autor:hover{
	color: #818181;
}	

#leftnav a.baner, #leftnav a.baner:visited, #leftnav a.baner:active, #leftnav a.baner:hover{
	text-decoration: none;
	border: 0;
} 		

dl.listaprojektow{
	width: 300px;
	padding: 0;
	text-align: left;
	line-height: 2.7ex;
}
dl.listaprojektow dd{
	margin: 0;
	padding-bottom: 12px;
	padding-top: 7px;
}
dl.listaprojektow dt{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted Green;
}

dl.listaprojektow a, dl.listaprojektow a:active, dl.listaprojektow a:visited{
	text-decoration: none;
	color: Green;
}
dl.listaprojektow a:hover{
	color: Black;
}

dl.listaprojektow img{
	padding-left: 5px;
}

img.warto{
	border: 1px solid Gray;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.inicjatywa{
	border: 1px dotted #007B07;
	padding: 15px;
	background-color: #F1F6FA;
}

#contentstrona img{
	border: 1px solid Gray;
	margin-left: 10px;
	margin-bottom: 0px;
}
#contentstrona td{
	padding-top: 0;
	margin-top: 0;
	color: Gray;
	line-height: 2ex;
	vertical-align: top;
}


h6.zi{
	font-size: 13px;
	padding-bottom: 2px;
	margin-bottom: 0;
	border-bottom: 1px dotted Green;
}

td.pomoc{
	padding-top: 0;
	text-align: left;
	padding-bottom: 20px;
}

td.pomoc p, td.pomoc h6{
	line-height: 2.7ex;
}
td.pomoc p{ padding-top: 5x; margin: 7px;}
td.pomoc img{
	margin-left: 5px;
}

a.inicjatywa, a.inicjatywa:visited, a.inicjatywa:active{
	text-decoration: none;
	color: Green;
} 		
a.inicjatywa:hover{
	color: Black;
}




a.zi, a.zi:visited, a.zi:active{
	color: White;
	text-decoration: none;
} 		
a.zi:hover{
	color: #FFA500;
}

i.krok{
	color: Yellow;
	font-style: normal;
}

#przewijany{
	position: absolute;
	left: 15px;
	top: 40px;
	width: 320px;
	color: White;
}

