@charset "utf-8";
body {
	font: 11px Tahoma, Geneva, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 18px;
	color: #000000;
}
h1, h2, h3, h4, p, form, label, input, textarea, span{
	margin:0; padding:0; border: 0px;
}
a image { border: none; }
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 960px;
	height: 460px;
}
.oneColFixCtrHdr #header #title {
	width: 660px;
	height: 80px;
	float:left;
}
.oneColFixCtrHdr #header #title h1 {
	color: #E66D25;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding: 30px 0 10px 20px;
}
.oneColFixCtrHdr #header #logo {
	width: 300px;
	height: 80px;
	float: left;
}
.oneColFixCtrHdr #header #logo img {
	float: right;
	padding: 5px 10px;
}
.oneColFixCtrHdr #header #navigation {
	width: 960px;
	height: 35px;
}
.oneColFixCtrHdr #header #navigation img {
	float: left;
	border: 0px;
}
.oneColFixCtrHdr #header #links {
	width: 300px;
	height: 85px;
	float: left;
	margin: 2px 0;
}
.oneColFixCtrHdr #header #links img {
	float: left;
	border: 0px;
}
.oneColFixCtrHdr #header #slider {
	width: 660px;
	height: 340px;
	float: left;
	margin: 2px 0;
	padding: 0px 0px;
	z-index: 0;
	overflow: hidden;
}
.oneColFixCtrHdr #header #slider img { 
	padding: 0 0 0 1px;  
    margin:  0px 0px;
}
.oneColFixCtrHdr #header #slider img {
	float: right;
	border: 0px;
}
.oneColFixCtrHdr #mainContent {
	width: 960px;
	height: auto;
	padding: 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent #sidebar {
	width: 300px;
	float: left;
}
.oneColFixCtrHdr #mainContent #sidebar #textblock {
	background:url(../images/blockbg.jpg) top left repeat-y;
}
.oneColFixCtrHdr #mainContent #contents {
	width: 660px;
	float: left;
	background:url(../images/contentsbg.jpg) top right no-repeat;
}
.oneColFixCtrHdr #mainContent #contents #block {
	padding: 15px 15px;
}
.oneColFixCtrHdr #mainContent #contents #block h1 {
	color: #A0460B;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
.oneColFixCtrHdr #footer {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 5px solid #D15F19;
	background:#FFF;
}
.oneColFixCtrHdr #footer #navlinks {
	width: 780px;
	height: 60px;
	float:left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 0 0 0 10px;
	color: #666666;
	font: 10px Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #footer a  {
	color: #666666;
	font: 10px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #000;
	font: 10px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #logos {
	width: 180px;
	height: 60px;
	float: left;
}
.oneColFixCtrHdr #footer #company {
	width: 960px;
	height: 55px;
	float: left;
	text-align:center;
}
h1 {
	color: #A0460B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
.namebg {
	background:url(../images/namebg.jpg) top left no-repeat;
	height: 25px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 7px;
}
input.formularz {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #000;
	width: 175px;
	height: 20px;
}
#breadcrumb { 
	margin:10px 0px; 
	padding:0;
	font-weight: normal;
	font-size: 10px; 
	color: #666;
}
#breadcrumb a { font-weight:bold; text-decoration:none;font-size: 10px; color: #666; }
#breadcrumb a:hover { font-weight:bold; text-decoration:underline; font-size: 10px; color: #666; }
.successmsgs	{font-size:11px; font-weight:normal; line-height:17px; border-top:1px solid green; border-bottom: 1px solid green; background: #d2ffd4 url(../images/icons/success.gif) no-repeat scroll 5px 7px; padding:7px 15px 7px 30px;margin:10px 0pt;}
.info_messages	{background:#FFF2CE url(../images/icons/information.gif) no-repeat scroll 5px 7px; border-bottom:1px solid #EBD085; border-top:1px solid #EBD085; padding:7px 15px 7px 30px; font-size:10px; font-weight:bold;}
.infobar		{border-bottom:1px solid #EBD085; border-top:1px solid #EBD085; padding:7px 15px 7px 30px; background-color: #FFF2CE; font-size:10px;}
.error_box{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}
.padLeft { padding-left: 5px;}
.padRight { padding-right: 5px; }
/********** contact form **********/
#contact fieldset {
	 border: 1px solid #999;
	 margin: 10px 0 20px 0;
	 padding: 0px 10px 0px 10px;
}
#contact fieldset legend {
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	padding: 10px 10px;
}
#contactform.space { width:500px; float:left; padding:10px 10px; margin:0;}
#contactform { margin:0; padding:5px 10px;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform label { margin:0; width:110px; display:block; padding:5px 0; font:normal 11px Tahoma, Geneva, sans-serif; color:#6e6e6e; text-transform:capitalize; float:left;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform label span.red { color:#F00;}
#contactform input.text { width:320px; border:1px solid #999; margin:5px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
#contactform li img { width:60px; height:30px; border:1px solid #999; margin:2px 5px; padding:0px 0px; float:left;}
#contactform textarea { width:320px; border:1px solid #999; margin:10px 0; padding:2px; background:#fff; float:left;}
#contactform li span.submitbtn img { width:132px; height:28px; margin-left:115px; padding:0px 0px; float:left;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}