@charset "utf-8";
/* Normal, standard links. */
a:link, a:visited {
	color: #ffa900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
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: #eef6f7;
	background-image: url(img/body_top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	width: 95%;
	min-width: 780px;
	max-width: 1200px;
	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. */
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding: 0 10px 0 10px;
}
#bbbbmenu {
	float:right;
	margin: 140px 2px 0 0;
}
#fmenu a {
margin: 0 5px 0 0;
display:inline-block;
	height:16px;
	width:16px;
	background-repeat:no-repeat;
}
#fmenu a.ap {
	background-image: url(img/b_ap.png);
}
#fmenu a.ap:hover {
	background-image: url(img/b_ap_o.png);
}
#fmenu a.am {
	background-image: url(img/b_am.png);
}
#fmenu a.am:hover {
	background-image: url(img/b_am_o.png);
}
#fmenu a.theme {
	background-image: url(img/b_theme.png);
}
#fmenu a.theme:hover {
	background-image: url(img/b_theme_o.png);
}
#header {
	height: 118px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#header #lang {
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding:0;
	margin:0 0 15px 0;
}
#header #lang .selected {
	color: #ffa900;
}
#header #lang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header #lang ul li {
	display: inline;
	padding: 0 5px 0 5px;
}
#header #lang ul a {
	font-size: 8pt;
	color: #000000;
	text-decoration:none;
}
#header #lang ul a:hover {
	color: #ffa900;
	background-color:#ffffff;
}
#header #logo {
	height:60px;
	width:130px;
	margin: 10px 0 0 10px;
	float:left;
	display:block;
}
#header #banner {
	height:75px;
	width:460px;
	float:right;
}
#menu_top {
	margin: 0px 0 0 200px;
	color: #FFFFFF;
	padding: 0;
	
	
}
#menu_top ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
#menu_top li {
	float: left;
	position:relative;
	padding: 0;
	margin: 0;
}
#menu_top li a.firstlevel {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration:none;
	padding: 0px 10px 4px 10px;
	display: block;
}
#menu_top li a.firstlevel:hover{
	color: #ffa900;
	background-color:#ffffff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}

#menu_top li ul
{
	z-index: 90;
	display: none;
	position: absolute;
	font-weight: normal;
	border-top:  solid 8px #535454;
	border-bottom: solid 1px #535454;
	background-color:#bfdaed;
	padding: 0px;
	margin: 0px 0 0 0;
	background-image:url(img/menu_bg.gif);
	background-repeat:repeat-x;
	
}
#menu_top li li
{
	width: 19em;
	margin: 0;
	border-left: solid 1px #535454;
	border-right: solid 1px #535454;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#menu_top li li a{
	display:block;
	padding: 4px;
	color: #000000;
	text-decoration:none;
	
}
#menu_top li li a:hover{
	color: #ffa900;
	background-color:#686868;
	border:none;
}



#menu_top ul li ul ul
{
	margin: -1.8em 0 0 13em;
}
/* the hover effects on level2 and 3*/

#menu_top li:hover ul ul, #menu_top li:hover ul ul ul
{
	top: -999em;
}
#menu_top li li:hover ul
{
	top: auto;
}
#menu_top li:hover ul
{
	display: block;
}
#menu_top li li.additional_items
{
	background-color: #fff;
}



#fmenu {
	float:right;
}
#content_top {
	padding: 0px 0 0 0;
	margin: 0;
	height:24px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/ct_top.gif);
}
#content_top span.left {
	background-image: url(img/ct_top.gif);
	background-repeat: no-repeat;
	background-position: -1375px 0px;
	float: right;
	width: 25px;
	height: 24px;
	padding: 0;
	margin: 0;
}
#content {
	background-image: url(img/ct_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #535454;
	border-top-width: 0px;	
}
#footer {
	padding-left:45px;
	height:65px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/ct_footer.gif);
}
#footer span.left {
	background-image: url(img/ct_footer.gif);
	background-repeat: no-repeat;
	background-position: -1355px 0px;
	float: right;
	display: block;
	width: 45px;
	height: 65px;
}
#footer p {
	padding: 20px 0 2px 0;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
#footer p.small {
	padding: 0;
	font-size: 7pt;
	color: #bfdaed;
}
#main_content {
	margin: 0px 10px 20px 195px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding: 0 1px 1px 1px;

}
#main_content .modtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	margin: 0 0 0px 0;
}
#main_content .modtitle span.modtitle {
	font-size: 18pt;
	color: #ffa900;
	font-weight: bold;
	margin: 0 15px 0 0;
}
#main_content .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	font-weight: bold;
	margin: 20px 0 0 0;
}
#main_content .extended_top {
	padding: 0 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}
#main_content .extended_bottom {
	background-color:#eef6f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #343434;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cacaca;
	height:16px;
}
#main_content .extended_bottom .fltrt{
	padding: 0 8px 0 8px;

}
#main_content .content {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
/* Tips for menu_left:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #menu_left p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#menu_left {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px; /* top and bottom padding create visual space within this div  */
	padding-left:9px;
	background-color: #bfdaed;
	background-image: url(img/ct_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0;
}
#menu_left .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	padding: 0 0 0 5px;
}
#menu_left .content {
	width:173px;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 5px 0;
	padding: 5px 0 15px 0;
}
.sidebar .content ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 5px;
}
.menu .content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.menu .content ul li {
	padding: 1px 1px 1px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(img/menu_square_w.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
.menu .content ul li:hover {
	background-image: url(img/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
.menu .content ul li a {
	color: #000000;
	text-decoration:none;
}
.menu .content ul li a:hover {
	color: #FF6600;
}
#main_content .news {
	border: 1px solid #333333;
	background-color: #CCCCCC;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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;
	display:block;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#comments p {
	font-size: 8pt;
	padding:3px;
	margin:0px;
}
#comments .color1 {
	background-color:#FFFFCC;
}
#comments .color2 {
	background-color:#FFFFFF;
}
#comments .comment {
}
#comments .comment .mod {
	float:right;
	font-size:9px;
}
.comment .mod a {
	color:#99CC66;
	text-decoration:none;
}
.comment .mod a.hover {
	color:#990000;
	text-decoration:underline;
}
#atrakcje .group {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #333333;
	padding:1px;
	margin-bottom:5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#atrakcje .more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #F2F4FF;
	padding:1px;
	margin-bottom:5px;
}
#atrakcje .info td {
	background-color:#d5d5d5;
	padding:2px;
}

