*, div {
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #4B4B4B;
/*	background-color: #F0EBDB; */
	background-color: white;
	font-size: 0.7em;
	text-align: center;
}


H1 {
	font-size: 1em;
	font-weight: bold;
	color: white;	
	margin: 36px 0px 0px 16px;
}

h2 {
	color: #029F02;
	font-size: 1.5em;
	font-weight: normal;
}

h2.selected {
	color: #0d0d0d;
	color: #E62D1A;
}

p {
	margin: 0.8em 0em;
	line-height: 1.4em;
}


a {
	color: #029f02;
	text-decoration: none;
}

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


DIV#top {
	height: 72px;
	background: transparent url('images/top.png') left top no-repeat scroll;
}

DIV#main {
	width: 750px;
	margin: 0.5em auto;
	text-align: left;
}

div#logo {
	float: left;
}

#top_navigation {
	border-bottom: 1px solid #C7CCD1;
	height: 35px;
	margin-bottom: 0.75em;
}

#menu_top {
	text-align: right;
	line-height: 3em;
	padding: 0em 1em;
}

#menu_top span {
	padding-left: 1em;
	color: #949CA4;
}

#menu_top a {
	color: #949CA4;
	text-decoration: none;
}

#menu_top a:hover {
	color: #029f02;
	text-decoration: underline;
}


#menu_top .selected, #menu_bottom .selected {
	color: #029f02;
}


#col_left {
	float: left;
	width: 235px;
	margin-right: 1em;
}

#col_right {
	width: 500px;
	float: left;

}


.article {
	padding: 0em 1em;
	border-bottom: 1px solid #c7ccd1;
	margin-bottom: 1em;
}

div#footer {
	clear: both;
	height: 66px;
	background-image: url('images/footer.png');
	color: white;
}

div#menu_bottom {
	text-align: right;
	line-height: 3em;
	padding: 0em 1em 0em 0em;
}


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

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




div#copyright {
	padding: 1em 0em 0em 1em;
}

/***********************************************
 * Strona Formularza z pytaniem 
 * ********************************************/

form {
	padding: 0em 1em;
}

input {
	margin-bottom: 1em;
	margin-top: 0.2em;
	border: 1px solid #a4b97f;
}

textarea {
	width: 480px; 
	height: 125px;
	margin-bottom: 0.25em;
	margin-top: 0.2em;
	border: 1px solid #a4b97f;
}

.submit {
	background: transparent url('images/button1.png') no-repeat left top scroll;
	border: 0px;
	width: 53px;
	height: 16px;
	cursor: pointer;
}

.submit:hover {
	background: transparent url('images/button2.png') no-repeat left top scroll;
}


.selected {
	color: #E62D1A
}

