/* FUNDACJA NADZIEJA */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #429B39;
}
p {
	color: 1c1c1c;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #242424;
}
a:hover {
	text-decoration: none;
	color: #242424;
}
li {
	list-style: inside;
}
h2 {
	color: #282828;
	border-bottom: #4ab332 2px solid;
	font-family: Tahoma;
	font-size: 24px;
	margin: 10px 0 10px 0;
	padding: 0 0 6px 0;
}
.paragraph1 {
	text-align: center;
	padding: 10px 0;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
}
.paragraph2 {
	text-align: center;
	padding: 10px 0;
	line-height: 1.4em;
	font-size: 11px;
	font-weight: bold;
}
.paragraph3 {
	text-align: center;
	padding: 10px 0;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: bold;
}
.paragraph4 {
	text-align: center;
	padding: 10px 0;
	line-height: 1.4em;
	font-size: 22px;
	font-weight: bold;
}
.paragraph5 {
	text-align: justify;
	padding: 10px 0;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: normal;
}
.paragraph6 {
	text-align: justify;
	line-height: 1.4em;
	font-size: 13px;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}
.center {
	text-align:center;
}
ul.lista {
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 2px 0;
}
ul.lista li {
	padding: 2px;
}
#container {
	margin: 0 auto;
	width: 1035px;
	padding: 0 116px;
}

/* NAGLOWEK */
#header {
	padding: 0 116px;
	height: 141px;
	width: 800px;
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position:top left;
}
#logo {
	float: left;
	width: 168px;
	height: 116px;
	padding: 5px 4px 5px 3px;
	margin: 0 0 0 3px;
	background-image: url('../images/logo.gif');
	background-repeat:no-repeat;
	background-position:center center;
	text-indent: -9999px;
}
#title {
	float: left;
	text-indent:-9999px;
	background-image:url('../images/title.gif');
	background-repeat:no-repeat;
	float: left;
	width: 461px;
	height: 67px;
	margin: 5px 80px 5px 80px;
}
#subtitle {
	float: left;
	margin: 25px 160px;
	width: 300px;
	color: #eaf0da;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

/* TRESC */
#content {
	padding: 1px 119px 0 119px;
	width: 797px;
	background-image: url('../images/body_bg.gif');
	background-repeat:repeat-y;
	background-position:top center;
}
.image {
	margin: 15px;
}
/* kolumny */
#column1 {
	float: left;
	width: 195px;
}
#column2 {
	float: left;
	width: 428px;
	padding: 10px 10px 10px 12px;
}
#column3 {
	float: left;
	width: 130px;
	padding: 10px;
	height: auto;
}
/* menu */
#menu {
	font-size: 12px;
	font-family: Tahoma;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-y;
	margin-left: 2px;
	margin-bottom: 0;
}
#menu ul {
	width: 175px;
}
.menu_shadow {
	background-image:url(../images/menu_shadow.gif);
	background-repeat:no-repeat;
	width:176px;
	height: 4px;
	margin: 0 0 15px 2px;
}
#menu ul li {
	list-style: none;
	border-bottom: #8f8f8f 1px solid;
	padding: 10px 0;
}
#menu ul li a {
}
#menu ul li img {
	margin: 0 20px;
}
#menu a {
	text-decoration: none;
}


.c {
	background-color: #694979;

}
.c a {
	color: white;

}

#menu ul li:hover {
	background-color: #694979;
	/*color: #ffffff;*/
	color: #ffffff;
	display:block;
}
#menu ul li:hover a {
	color: #ffffff;
	

}

/* STOPKA */
#footer1{
	width:800px;
	height: 13px;
	font-size: 10px;
	color: #9b9b9b;
	text-align: center;
	padding: 16px 116px 10px 119px;
	background-image: url('../images/footer1_bg.gif');
	background-repeat:no-repeat;
	background-position:top center;
}
#footer1 a {
	color: #9b9b9b;
	text-decoration:none;
}
#footer1 a:hover {
	color: #9b9b9b;
	text-decoration:underline;
}
#footer2 {
	height: 20px;
	width: 800px;
	padding: 0 116px 0 119px;
	font-size: 10px;
	color: #9b9b9b;
	text-align: center;
	background-image: url('../images/footer_bg.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom: 200px;
	padding-top: 15px;
}
#footer2 a {
	color: #248e30;
	text-decoration: none;
}
#footer2 a:hover {
	text-decoration:underline;
}

/* CLEAR */
.clear {
	clear: both;
}