body, html {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	margin: 0;
	padding: 0;
	background-color: white;
}

a {
	text-decoration: underline;
	color: #33426b;
}

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

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #009440;
	padding: 10px 20px 5px 5px;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #58595b;
	padding: 10px 10px 5px 6px;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #33426b;
	padding: 10px 10px 5px 6px;
	margin: 10px 0px 10px 0px;
}


img {
	border: 0px;
}

/* MAIN STYLES */

div#root {
	width: 920px;
	margin: 0px auto;
}

div#root div#top {
	height: 144px;
}

/* MENU */

div#root div#menu {
	height: 45px;
	background-image: url(bg_menu.gif);
	background-repeat: repeat-x;
	background-position: top center;
	padding-left: 57px;
}

div#root div#menu div.button{
	float: left;
	padding-left: 10px;
	background-image: url(bg_menu_item.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;
}

/* CONTENT */

div#root div#content {
	padding-top: 13px;
	font-size: 12px;
	background-image: url(bg_content.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

div#root div#content h1{
	padding: 4px 0px 0px 4px;
	height: 18px;
	color: #5C5B59;
	font-size: 15px;
	font-weight: bold;
}


li{
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 6px;
	list-style-type: disc;
}

ul{
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 6px;
	list-style-type: disc;
	list-style-position: outside;	
}

div#root div#content hr{
	margin: 0px 0px 0px 10px;
}

div#root div#content p{
	padding: 2px 5px 2px 5px;
}

div#root div#content div#left {
	float: left;
	width: 570px;
}

/* NEW */

div#root div#boxes {
	height: 154px;
	padding-left: 0px;
}

/* END NEW */

div#root div#content div#left h1 {
	margin: 0px 10px 0px 0px;
}

div#root div#content div#right {
	float: right;
	width: 349px;
}

div#root div#content div#right h1 {
	margin: 0px 0px 0px 0px;
}

/* FULL PAGE */


div#root div#content div#full {
	float: left;
	width: 900px;
	padding-left: 10px;
	padding-bottom: 15;
	margin-bottom: 25px;
}

div#root div#content div#full h1 {
	margin: 0px 10px 0px 0px;
}

div#root div#bottom {
	background-image: url(bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 71px;
}

div#root div#bottom div#links{
	padding: 26px 0px 0px 12px;
	float: left;
	color: white;
}

div#root div#bottom div#links a{
	color: white;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

div#root div#bottom div#links a:hover{
	color: white;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* CONTENT IMG */

#photosl {
	float:left;
	margin: 0px 15px 0px 0px;
	padding: 5px 15px 5px 5px;
}

#photosl img {
	margin:0 0 0 3px; 
	background: #fff; 
	padding: 3px; 
	border: 1px solid #aaa;
}


/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*ANDRZEJ*/

.breadcrumb {
	font-size: 11px;
}

.smallprint {
	font-size: 10px;
}

.custombold {
	font-weight: bold;
}

.customitalic {
	font-style: italic
}

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;
}

.result {
	border: 1px solid #000;
	color: #000;
	background-color: #eaeaea;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	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;
}
