body, html {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	margin: 0;
	padding: 0;
	background-image: url('images/bg_html.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
}

a {
	text-decoration: underline;
	color: #004679;
}

a:hover {
	text-decoration: underline;
	color: #159ea7;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #159ea7;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #C90837;
	padding: 10px 20px 5px 20px;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #58595b;
	padding: 10px 10px 5px 20px;
	margin: 10px 0px 10px 0px;
}


img {
	border: 0px;
}

/* MAIN STYLES */

div#root {
	width: 875px;
	margin: 0px auto;
}

div#root div#top {
	height: 176px;
}

div#root div#menu {
	height: 36px;
	background-image: url('images/bg_menu.gif');
	background-repeat: repeat-x;
	background-position: top center;
	padding-left: 25px;
}

div#root div#menu div.button{
	float: left;
	padding-left: 10px;
	background-image: url('images/li.gif');
	background-repeat: no-repeat;
	background-position: left;
}

div#root div#menu div.button_hover{
	float: left;
	padding-left: 10px;
	background-image: none;
}

div#root div#menu div.button a{
	display: block;
}

div#root div#content {
	padding-top: 10px;
	font-size: 12px;
}

div#root div#content h1{
	padding: 7px 0px 0px 20px;
	height: 32px;
	background-image: url('images/bg_h3.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #004679;
	font-size: 16px;
	font-weight: bold;
}

div#root div#content hr{
	margin: 0px 0px 0px 10px;
}

div#root div#content p{
	padding: 5px 5px 5px 20px;
}

div#root div#content div#left {
	float: left;
	width: 529px;
	border-right: 1px solid #b2b2b2;
}

div#root div#content div#left h1 {
	margin: 0px 10px 0px 0px;
}

div#root div#content div#right {
	float: right;
	width: 345px;
}

div#root div#content div#right h1 {
	margin: 0px 0px 0px 10px;
}

div#root div#bottom {
	background-image: url('images/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 62px;
}

div#root div#bottom div#links{
	padding: 20px 0px 0px 30px;
	float: left;
	color: white;
}

div#root div#bottom div#links a{
	color: white;
	font-size: 11px;
}

div#root div#bottom div#logo{
	float: right;
	padding: 8px 10px 0px 0px;
}

/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*ANDRZEJ*/

.breadcrumb {
	font-size: 11px;
}

.smallprint {
	font-size: 10px;
}

div#root div#copy {
	padding-top: 10px;
	font-size: 11px;
}

textarea {
	border: 1px solid #cccccc;
	color: #000;
	background-color: #eaeaea;
	padding: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

input {
	border: 1px solid #cccccc;
	color: #000;
	background-color: #eaeaea;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

select {
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	color: #000000;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
