html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	background-color: #f8fcee;
	height: 100%;
}

img {
	border: 0;
}

.clear {
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}

#container {
	position: relative;
	margin: auto;
	width: 911px;
	overflow: hidden;
	
}

#top {
	position: relative;
	float: left;
	width: 911px;
	overflow: hidden;
	height: 132px;
	font: normal normal normal 10px Georgia;
	text-transform: uppercase;
	color: black;
	
}

#top_left {
	position: relative;
	float: left;
	width: 673px;
	overflow: hidden;
	height: 27px;
	background-image: url("img/top_left.jpg");
	padding-left: 15px;
	padding-top: 105px;
}

#top_right {
	position: relative;
	float: left;
	width: 223px;
	overflow: hidden;
	height: 132px;
}

#main {
	position: relative;
	float: left;
	width: 911px;
	overflow: hidden;
	height: 211px;
	background-image: url("img/main.jpg");
}

#napis {
	position: relative;
	float: left;
	width: 911px;
	overflow: hidden;
	height: 54px;
	padding-right: 12px;
}

#pre_content {
	position: relative;
	float: left;
	width: 911px;
	overflow: hidden;
	height: 2px;
	background-image: url("img/bg1.gif");
}

#content {
	position: relative;
	float: left;
	width: 899px;
	overflow: hidden;
	padding-right: 12px;
	background-image: url("img/bg2.gif");
	
}

#content_left {
	position: relative;
	float: left;
	width: 594px;
	overflow: hidden;
	padding-left: 25px;
}

#content_right {
	position: relative;
	float: right;
	width: 260px;
	overflow: hidden;
}

.title {
	font: normal bold normal 16px Georgia;
	text-transform: uppercase;
	color: #7ab31e;
	border-bottom: 1px solid #7ab31e;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 25px;
}

#content_left p, #content_left ul, #content_left table {
	font: normal normal normal 12px Arial;
	color: black;
	text-align: justify;
	padding-left: 10px;
	line-height: 18px;
}

#content_left ul {
	padding-left: 30px;
}

#content_left table {
	padding-left: 0px;
}

#content_left td, #content_left table {
	border: 1px solid black;
}

#content_left td {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
}

#content_left a {
	font: normal normal normal 12px Arial;
	color: black;
	text-align: justify;
}

.form_left {
	width: 100px;
	float: left;
	font: normal normal normal 12px Arial;
	color: black;
	text-align: justify;
	padding-left: 10px;
	line-height: 18px;
}

.form_right {
	width: 460px;
	float: right;
	font: normal normal normal 12px Arial;
	color: black;
	text-align: justify;
	padding-right: 10px;
	line-height: 18px;
}

.form {
	width: 580px;
	float: right;
	font: normal normal normal 12px Arial;
	color: black;
	text-align: justify;
	padding-left: 10px;
	line-height: 18px;
}


.button {
	display: block;
	position: relative;
	float: right;
	width: 245px;
	overflow: hidden;
	height: 30px;
	background-image: url("img/button.gif");
	font: normal bold normal 16px Georgia;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
	color: white;
	padding-top: 13px;
	padding-left: 15px;
}

.double {
	padding-top: 3px;
	height: 40px;
}

#bottom {
	position: relative;
	float: left;
	width: 899px;
	overflow: hidden;
	height: 53px;
	border-bottom: 1px solid #7ab31e;
	background-image: url("img/bg1.gif");
	background-repeat: no-repeat;
	font: normal normal normal 10px Georgia;
	text-transform: uppercase;
	color: black;
	margin-bottom: 30px;
}

#bottom a {
	font: normal normal normal 10px Georgia;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

#nav_bottom
{
	list-style: none;
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
}
#nav_bottom li
{
	float: left;
	margin-right: 5px;
}
#nav_bottom a
{
	text-decoration: underline;
}
#nav_bottom a:hover
{
	color: #7AB31E;
}
#bottom_left {
	position: relative;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
}

#bottom_right {
	position: relative;
	float: right;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 10px;
}

.cleaner {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.form_right input, .form_right select, .form_right textarea {
	width: 250px;
}

.form_button {
	float: left;
	width: 150px;
	background: transparent;
	border: 1px solid black;
	margin-right: 10px;
}

.subject1, .subject2 {
	height: 100px;
	display: none;
}

.subject {
	display: none;
}

.red {
	color: red;
	font-weight: bold;
}


.big p {
	font: normal normal normal 18px Arial !important;
}

/**********************************/
h1.positional {
	text-align: center; 
	font-size: 15px; 
	font-family: Georgia, Helvetica, sans-serif; 
	margin: 0px 0px 10px 0px; 
	padding-top: 10px;
	color: #89bb00;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #d6dacb;
}
/*********************************/

