@charset "iso-8859-2";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#2a2a2a;
	background-color:#e1e1e1;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.cyt {
	font-style:italic;
	text-align:right;
}
.under {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
.wiecej {
	text-align:right;
	font-weight:normal;
}
.wiecej a {
	color:#2a2a2a;
}
.promo {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#E7740A;
	text-align:center;
	margin-right:20px;
}
.foto {
	padding:10px;
}
.foto img {
	margin:0px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logobox {
	width:975px;
	margin:0px auto;
	background-image:url(images/head1.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:101px;
}
#headbox {
	width:975px;
	margin:0px auto;
	background-image:url(images/head2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:198px;
}
#headbox h1 {
	font-size:14px;
	font-weight:bold;
	color:#e1e1e1;
	line-height:28px;
	padding:30px 0px 0px 15px;
}
#headbox h2 {
	font-size:14px;
	font-weight:bold;
	color:#e1e1e1;
	line-height:28px;
	padding:30px 0px 0px 15px;
}
#menu {
	height:40px;
	background-image:url(images/bg-menu.jpg);
	background-repeat:repeat-x;
}
#menubox {
	width:950px;
	margin:0px auto;
}
#menubox a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#2a2a2a;
	padding:0px 20px;
	background-image:url(images/bg-button1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#menubox a:hover {
	background-image:url(images/bg-button2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#flagi {
	float:right;
	width:72px;
	padding:11px 10px;
}
#flagi a {
	border:none;
	float:none;
	height:auto;
	width: auto;
	display: inline;
	padding:0px;
	background:none;
}
#flagi a:hover {
	background:none;
}
#flagi img {
	margin:0px 0px 0px 10px;
}
#main {
	width:975px;
	margin:0px auto;
	background-image:url(images/bg-main.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#left {
	float:left;
	width:213px;
	padding:10px 10px 0px 30px;
}
#leftpromo {
	text-align:center;
	font-weight:bold;
	background-image:url(images/bg-promo.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#leftpromo p {
	padding:10px;
}
#leftvideo {
	padding:20px;
	border-bottom:#e1e1e1 solid 2px;
	border-top:#e1e1e1 solid 2px;
	color:#FFFFFF;
}
#leftvideo a {
	color:#FFFFFF;
}
#leftvideo img {
	margin:5px;
}
#leftkontakt {
	text-align:center;
	padding:20px 0px;
}
#leftkontakt p {
	font-weight:bold;
	padding:5px 0px;
}
#leftkontakt a {
	color:#2a2a2a;
}
#right {
	float:right;
	width:662px;
	padding:30px 30px 20px 30px;
}
#right h1 {
	font-size:18px;
	color:#AAAAAA;
	padding:10px 0px 20px 0px;
}
#right h2 {
	font-size:14px;
	padding:10px 0px;
}
#right p {
	padding:10px 0px;
}
#right ol, ul {
	padding:10px 20px;
}
#pierwsza {
	background-image:url(foto/pierwsza.jpg);
	background-repeat:no-repeat;
	background-position:450px 100px;
	text-align:justify;
}
#foot {
	background-color:#2a2a2a;
	color:#949494;
	background-image:url(images/bg-foot.png);
	background-repeat:repeat-x;
	font-size:10px;
}
#foot a {
	color:#949494;
}
#footbox {
	width:975px;
	margin:0px auto;
	height:55px;
}
#footmenu {
	float:left;
	margin:18px 0px 0px 20px;
}
#copy {
	float:right;
	margin:18px 20px 0px 0px;
}
