﻿* {
	margin: 0;
	padding: 0;
	border: solid 0px #000;
	text-decoration: none;
	font: normal 12px Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	background-color: transparent;
}
body {
	text-align: center;
	background: #00448d;
}
a {
	color: #f4e710;
}
a:hover {
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
#main_message_box {
	position: absolute;
	width: 300px;
	height: 200px;
	margin-top: 200px;
	margin-left: 340px;
	padding: 10px;
	z-index: 200;
	background-color: #4c8801;
	display: none;
}
#main_message_text {
	color: #fff;
}
#main_message_close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100px;
	padding: 5px;
	cursor: pointer;
	background-color: #6abe14;
	color: #fff;
}
#background {
	margin: 0 auto;
	width: 1000px;
	background: #00448d url("../../../data/template/graphics/background_main.jpg") top left no-repeat;
	overflow: hidden;
}
#container {
	width: 880px;
	margin: 0 60px;
	clear: both;
	float: left;
}
#top_box {
	width: 880px;
	overflow: hidden;
}
#logo {
	float: left;
	width: 200px;
	height: 60px;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}
/* * * * * * Menu u góry * * * * * */
#menu_top {
	float: right;
	margin-top: 15px;
}
#menu_top .separator {
	width: 2px;
	height: 20px;
	margin: 8px;
	background-color: #fff;
}
#menu_top ul {
	overflow: hidden;
}
#menu_top ul li {
	list-style: none;
	float: left;
}
#menu_top ul li a {
	color: #fff;
	padding: 10px;
	display: block;
}
/* * * * * * Menu główne * * * * * */
#menu_box {
	text-align: right;
	padding-left: 108px;
}
#menu {
	position: relative;
	margin-top: 10px;
	background: url('../../../data/template/graphics/background_menu.png') no-repeat;
	width: 772px;
	height: 53px;
	z-index: 100;
}
#menu ul li {
	list-style: none;
	float: left;
	margin: 0 10px;
}
#menu ul li a {
	color: #4c8801;
	padding: 18px;
	display: block;
	font: bold 14px Verdana, Tahoma, Arial, sans-serif;
}

/* Formatowanie Środkowo-Górnej cześci strony - tej ze zdjęciem i listą menu po prawej na zielonym tle */
#main_box {
	position: relative;
	text-align: left;
	width: 880px;
}
#right_box {
	float: right;
	position: relative;
	background: url('../../../data/template/graphics/background_right_box.png') no-repeat;
	margin-top: -25px;
	width: 309px;
	height: 267px;
	z-index: 110;
}
#right_box #project_box {
	margin: 25px 20px 0 20px;
	padding: 5px;
}
#right_box #project_box h1 {
	font: bold 16px/1.2 "Myriad Pro", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #f4e710;
	padding-bottom: 5px;
}
#scroll_pane {
	overflow: auto;
	height: 180px;
}
a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}

#right_box #project_box .text_box {
	clear: both;
	text-align: left;
	font-size: 11px;
	color: #fff;
}
#right_box #project_box .text_box ul {
	clear: both;
	text-align: left;
	list-style: none;
}
#right_box #project_box .text_box ul li a {
	font: bold 14px/1.2 Georgia, Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	padding: 5px 0 5px 5px;
	margin: 0;
	display: block;
}
#right_box #project_box .text_box ul li.separator {
	width: 100%;
	height: 2px;
	font-size: 1px; /* Hack IE */
	line-height: 0.0; /* Hack IE */
	background: url('../../../data/template/graphics/separator_projects.png') repeat-x;
}
#right_box #project_box #backward {
	position: absolute;
	right: 10px;
	bottom: 15px;
}
#right_box #project_box #backward a {
	font-weight: bold;
}
#right_box #project_box .text_box img {
	float: left;
	margin: 0 6px 3px 0;
	border: solid 1px #6abe14;
}
#right_box #project_box .project_more {
	text-align: right;
	margin: 3px;
}
#sticker_corner {
	position: absolute;
	background: url('../../../data/template/graphics/sticker.png') no-repeat;
	width: 83px;
	height: 68px;
	top: 190px;
	left: 0;
	z-index: 100;
}
#photo_main {
	position: absolute;
	width: 563px;
	height: 250px;
	left: 25px;
	top: -12px;
}
#photo_main img {
	position: absolute;
	top: 0;
	left: 0;
	width: 563px;
	height: 250px;
}

/* Środkowe okno - część główna, która zmienia się na każdej podstronie */
#middle_box {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	margin-left: 25px;
	width: 855px;
}
#middle_box .button_box {
	width: 242px;
	height: 223px;
	float: right;
	color: #a5d5ff;
}

/* Formatowanie stopki - dolnej cześci dokumentu */
#footer {
	clear: both;
	float: left;
	margin-top: 20px;
	text-align: left;
	background: url('../../../data/template/graphics/background_footer.png') no-repeat;
	width: 880px;
	height: 37px;
}
#footer .left {
	float: left;
	margin: 10px 0 0 15px;
	color: #000;
}
#footer .right {
	float: right;
	padding: 13px 40px 0 0;
}

/* Formatowanie działu z banerami i reklamami na dole strony */
#footer_box {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 30px;
}
#reklamaHome {
	background: #FFFFFF;
	float: left;
	margin-right: 5px;
	width: 150px;
	padding: 10px 10px;
	border: 1px solid black;
	text-align: center;
}
#reklamaHome a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
#sponsors_box {
	width: 690px;
	float: right;
}
#sponsors_box .logo_box {
	float: left;
	margin: 0 5px 5px 5px;
	border: solid 0px #f4e710;
}
#standards {
	margin-top: 15px;
	float: left;
}
#standards img {
	border: solid 0 #fff;
	width: 88px;
	height: 31px;
	margin-bottom: 14px;
}

#fbWidget {
	top: 125px;
	width: 277px;
	right: -232px;
	position: absolute;
	background: url("/data/template/graphics/fbflag.png") no-repeat;
	z-index: 110;
}

body > div#fbWidget {
	position: fixed;
}

#fbWidget #fbWidgetContainer {
	width: 232px;
	float: right;
	background: #ffffff repeat;
}

<!–[if gte IE 5.5]>
<![if lt IE 7]>
div#fbWidget {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + ‘px’ );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + ‘px’ );
}
<![endif]>
