a {
	text-decoration: none;
	color: #288A95;
}
.link {
	font-weight: bolder;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: none;
}
.clear2 {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #DEDEDE;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
#home-page {
	background-image: url(../img/bg1.gif);
}
#page {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 998px;
	text-align: left;
}
#page #container {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/page-bg-top.gif);
	background-repeat: no-repeat;
	margin-top: 90px;
	padding-top: 9px;
	text-align: left;
}
#page #container #container-main #header {
	background-image: url(../img/page-header-bg.gif);
	background-repeat: repeat-x;
	height: 101px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3A4953;
	text-align: right;
}
#page #container #container-main #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#page #container #container-main {
	background-image: url(../img/page-bg.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#page #container #container-main #path {
	font-size: 10px;
	color: #999999;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E5E8;
	padding-left: 20px;
}
#page #container #container-footer {
	background-image: url(../img/footer-bg-bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
}
#page #container #container-main #footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3A4953;
	line-height: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#page #container #container-main #content-panel {
	position: relative;
}
#page #container #container-main #content-panel #main-column {
	width: 720px;
	float: right;
	color: #52565B;
	font-size: 12px;
	line-height: 1.6em;
}

#page #content-panel h1 {
	font-size: 25px;
	color: #2A5877;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#page #content-panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006996;
	font-weight: normal;
	margin-top: 30px;
	
}
#page #content-panel .col-1 {
	float: left;
	width: 350px;
}
#page #content-panel .col-2 {
	float: right;
	width: 350px;
}
#page .list1 li{
	margin-bottom: 10px;
	color: #00A1B3;
	padding-left: -20px;
	background-repeat: no-repeat;
	font-size: 12px;
}
#page .list1 li span{
	color: #52565B;
	font-size: 12px;
}
.keywords {
	background-color: #E6F2FA;
	border: 1px solid #00A1B3;
	color: #2A5877;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.keywords h1, .keywords h2, .keywords h3, .keywords a{
	display: inline;
	color: #2A5877;
	font-size: 12px;
}
.keywords a:hover {
	text-decoration: underline;
}

#page #sub-menu {
	position: absolute;
	width: 200px;
	left: -10px;
	top: 20px;
}
#page #sub-menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#page #sub-menu li {
	background-color: #BCC1C4;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #00A1B3;
	margin: 4px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#page #sub-menu li a{
	color: #FFFFFF;
}

#page #sub-menu li a:hover{
	color: #00A0B2;
}


.margin-main {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}




#menu {
	position: fixed;
	top: 0px;
	left:0px;
	background-image: url(../img/menu-bg.gif);
	background-repeat: repeat-x;
	height: 74px;
	width: 100%;
	z-index: 2;
}

.header {
	height: 60px;
	background-image: url(../img/line-menu-bg.png);
	background-repeat: no-repeat;
	background-position: 193px 0px;
}
.header .main-menu {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	/*position: fixed; top: 0px; left:10px;*/
}
.header .main-menu a {
	text-decoration: none;
	color: #FFFFFF;
	width: 155px;
	display: block;
	float: left;
	filter: DropShadow(Color="#555555",offx=1,offy=1);
	background-image: url(../img/arrow-menu.png);
	background-repeat: no-repeat;
	background-position: 70px 0px;
	margin: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header .main-menu a:hover {
	color: #CCCCCC;
}
.header .main-menu li {
    display: inline;	
	text-shadow: 1px 1px #555555;		
}
#intro {
	background-color: #EEEDE9;
	height: 220px;
	margin-top: 28px;
	margin-bottom: 17px;
	margin-left: 9px;
	margin-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 205px;
	z-index: 1;
	position: relative;
}
#intro #logo {
	position: absolute;
	left: 30px;
	top: 55px;
}


#scroll-navigator {
	margin-top: 0px;
	border: 1px solid #AAA8A4;
	background-color: #AAA8A4;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/boxed/h150.png);
	background-repeat: repeat-x;
	margin-left: 9px;
	margin-right: 9px;
}
#main-panel {
	margin-top: 19px;
	background-image: url(../img/main-left-bg.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 658px;
}
#panel-group #sub-panel {
	width: 337px;
	margin-top: 19px;
	background-image: url(../img/main-bg.jpg);
	background-repeat: repeat-y;
}
#panel-group #sub-panel #sub-top {
	background-image: url(../img/margin-top.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-top: 10px;
	position: relative;
}
#panel-group #sub-panel #sub-top .news-panel {
	margin-right: 18px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
}
#panel-group #sub-panel .margin {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#panel-group .news-panel #video {
	margin-top: 25px;
	margin-left: 10px;
}


#panel-group .news-panel ul {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#panel-group .news-panel li {
	list-style-image: url(../img/point1.gif);
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#panel-group .news-panel p {
	margin-left: 20px;
}
#panel-group .news-panel li p {
	margin: 0px;
	padding: 0px;
}
#news-list .newsitem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	position: relative;
	padding-left: 100px;
}
#news-list .newsdate {
	position: absolute;
	left: 10px;
	top: 0px;
}
#news-list .newstitle {
	color: #68A1B6;
	font-weight: bold;
}
.newsitem p {
	margin-top: 5px;
	margin-bottom: 5px;
}


#panel-group #sub-panel h2 {
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #EEEEEE;
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #ADACAA;
}
#panel-group .news-panel a {
	color: #575757;
}
#panel-group .home-main {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 43px;
	height: 282px;
}
#panel-group .home-main p {
	margin-left: 200px;
	font-weight: bolder;
	color: #333333;
}
#panel-group .home-main h1 {
	font-size: 20px;
	font-style: italic;
	color: #2B949F;
}
#panel-group .home-main ul {
	margin-left: 200px;
	margin-top: 30px;
}
#panel-group .home-main li {
	font-size: 15px;
	margin-top: 8px;
	background-image: url(../img/point2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	list-style-type: none;
}
#panel-group #bottom-block {
	color: #FFFFFF;
}
#panel-group #bottom-block h1{
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#panel-group #bottom-block li{
	list-style-image: url(../img/point3.gif);
	margin-top: 6px;
	margin-bottom: 6px;
}
#panel-group #bottom-block li a{
	color: #FFFFFF;	
}
#panel-group #bottom-block li a:hover{
	text-decoration: underline;	
}

#panel-group #bottom-block-bg {
	background-image: url(../img/bottom-box-line.gif);
	background-repeat: repeat-y;
	height: 301px;
}
#panel-group #dlaczego-futura {
	
}
#panel-group #bottom-block-header {
	background-image: url(../img/bottom-box-line-top.gif);
	background-repeat: repeat-y;
	height: 12px;
}
#panel-group #margin-separator {
	background-image: url(../img/margin-box-top.gif);
	background-repeat: repeat-y;
	height: 12px;
}
#panel-group #margin-box {
	background-image: url(../img/margin-box.gif);
	background-repeat: repeat-y;
	height: 289px;
}
#home-page #footer {
	background-repeat: no-repeat;
	clear: both;
	height: 56px;
	background-image: url(../img/footer-bg-home2.jpg);
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
#home-page #footer span {
	position: absolute;
	top: 20px;
	right: 60px;
	font-size: 10px;
}

.margin30 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 43px;
	margin-bottom: 30px;
	margin-left: 44px;
}
.tekst-box {
	vertical-align: top;
}
.oferta-box {
	border: 1px solid #BCC1C4;
	font-weight: bolder;
	color: #2A5877;
	background-color: #E6F2FA;
}
.oferta-box a{
	color: #2A5877;
}
.oferta-box a:hover{
	color: #288A95;
}
.oferta-box img{
	border: 1px solid #FFFFFF;
}
.right {
	float: right;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.ramka1 {
	background-color: #EDF9FA;
	border: 1px solid #C1EAEE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	position: relative;
}
.ramka1 b{
	color: #2A5890;
	
}
.height1 {
	height: 120px;
}

.ramka1 img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #C1EAEE;
}
.col-left {
	float: left;	
}.col-right {
	float: right;
}
.napiszdonas {
	background-image: url(../img/koperta.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 30px;
}
.button {
	background-color: #7BBCC4;
	margin-left: 20px;
	float: right;
	width: 150px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}
.button a {
	color:#FFFFFF;
}
.ramka1 .project-title {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #2A5877;
	float: right;
	width: 470px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
.ramka1 .project-description {
	float: right;
	width: 470px;
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	padding-top: 10px;
}
.ramka1 .project-button {
	float: right;
}
.ramka1 .project-text {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	line-height: 25px;
	margin-left: 20px;
}
.ramka1 .project-text span {
	font-weight: bolder;
}
#film {
	height: 300px;
	width: 550px;
}
#zetbeer {
	border: 2px solid #288A95;
	padding: 3px 7px 3px 3px;
	margin-left: 65px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.facebook {
	position: absolute;
	top: 323px;
	right: 40px;
}

