@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/paske_bg.png);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #container {
	width: 977px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #container #header #header_content {
	background-image: url(../images/header_bg.jpg);
	height: 138px;
	width: 977px;
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}

.oneColFixCtrHdr #container #header #header_content #top_link #iaomusa {
	background-image: url(../images/iaom_usa.png);
	height: 25px;
	width: 78px;
	display: block;
	font-size: 9px;
	float: left;
	padding-left: 0px;
	margin-left: 750px;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #container #header #header_content #top_link  span {
	position: absolute;
	left: -700em;
}

.oneColFixCtrHdr #container #header #header_content #top_link #iaomeurope
	{
	font-size: 9px;
	background-image: url(../images/iaom_europe.png);
	display: block;
	height: 25px;
	width: 122px;
	float: left;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	background-image: url(../images/maincontentbg.png);
	background-repeat: repeat-x;
	width: 965px;
	margin-left: 3px;
}

.oneColFixCtrHdr #container #mainContent p {
	font-family: "trebuchet MS", Arial, georgia;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.66em;
	text-indent: 0px;
}

.oneColFixCtrHdr #container #mainContent h2 {
	font-family: "trebuchet MS", Arial, georgia;
	font-size: 14px;
	background-image: url(../images/h2bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 967px;
	padding-left: 25px;
	color: #c80002;
}

.oneColFixCtrHdr #footer {
	background-image: url(../images/footerbg2.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
}

.oneColFixCtrHdr #container #footer span {
	width: 700px;
	position: absolute;
	left: -700em;
}

.oneColFixCtrHdr #container #footer a {
	background-image: url(../images/oskar_info.png);
	display: block;
	height: 26px;
	width: 140px;
	margin-left: 810px;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #container #header #logo {
	background-image: url(../images/logo.jpg);
	height: 171px;
	width: 977px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.oneColFixCtrHdr #container #mainContent h1 {
	background-image: url(../images/h1bg.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 431px;
	font-family: "trebuchet MS", Arial, georgia;
	font-size: 15px;
	color: #cb0102;
	padding-left: 22px;
	padding-top: 5px;
}

/* dodatkowe ustawienia */
.left_content {
	width: 665px;
	float: left;
	padding-right: 20px;
}

.right_content {
	width: 280px;
	float: left;
	padding-top: 10px;
}

.right_content img {
	padding: 3px;
	border: 2px solid #e0cbbc;
}

.clear_left {
	clear: left;
	font-size: 10px;
}

.oneColFixCtrHdr #container #mainContent .brown_list li {
	background-image: url(../images/brown_dot.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
}

.oneColFixCtrHdr #container #mainContent .gray_list li {
	background-image: url(../images/gray_dot.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
}

.oneColFixCtrHdr #container #mainContent .red_list li {
	background-image: url(../images/red_dot.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
}

.oneColFixCtrHdr #container #mainContent .red_list li.clear_bg {
margin-left:-14px;
background: none;
}

.oneColFixCtrHdr #container #mainContent .brown_list,.oneColFixCtrHdr #container #mainContent .red_list, .oneColFixCtrHdr #container #mainContent .gray_list
	
	{
	width: 565px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	font-size: 14px;
	font-family: "trebuchet MS", Arial, georgia;
}
.oneColFixCtrHdr #container #mainContent .clear_list {
	width:930px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: "trebuchet MS", Arial, georgia;
}
.oneColFixCtrHdr #container #mainContent .clear_list li{
margin-top: 5px;
}

.oneColFixCtrHdr #container #mainContent a {
	color: #986e4f;
}

.oneColFixCtrHdr #container #mainContent a:visited {
	color: #ab8467;
}

.oneColFixCtrHdr #container #mainContent a:hover {
	color: #c80101;
}

.oneColFixCtrHdr #container #mainContent .media_box_right {
	font-size:10px;
	font-style:italic;
	color:gray;
	width: 350px;
	border: 1px solid #fbf5f0;
	float: right;
	margin-top: 15px;
	min-height: 200px;
	margin-right: 10px;
}
.oneColFixCtrHdr #container #mainContent .alert{
background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top:5px;
	background-position: 0px 4px;
}
.oneColFixCtrHdr #container #mainContent #szkolenia_img {
margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #contact_right {
float: left;
width: 400px;
margin-top: 10px;
}
#galeria_glowna {
margin:10px;
width: 900px;
}
#galeria_glowna .gl img{
border: 2px solid #d00304;
margin: 3px;
}
.galery {
margin: 3px;
}
.galery img {
border: 2px solid #eceae7;
padding: 2px;
}
.galery img:hover {
border: 2px solid #c1c1c1;
}
#galeria_g {
margin: 10px 20px;
}