* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Tahoma', 'HelvaticaCE', 'Helvetica', 'ArialCE', 'Arial', sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0;
	background-color: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

div.hr {
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 10px 0;	
}

/* ----------------------------------------------- */

#topBar {
	float: none;	
	clear: both;
	width: 100%;
	height: 25px;
	background: #000 url('../images/layout/backgrounds/topBar.jpg') repeat-x;
	color: #fff;
	font-family: 'Arial', 'HelvaticaCE', 'Helvetica', 'ArialCE', sans-serif;
	font-size: 11px;
	padding: 5px 0 0;

}

#topBar #logging {
	width: 970px;
	margin: 0 auto;
}
#topBar form {
	float: right;
}

#topBar label {
	display: block;
	float: left;
	font-size: 9pt;
	margin: 3px 20px 0 0;
}

#topBar input[type="text"] {
	display: block;
	float: left;
	width: 201px;
	height: 17px;
	color: #fff;
	background: url('../images/layout/backgrounds/search.png') no-repeat;
	border: 0;
	margin: 0;
	padding: 2px 4px;
}

#topBar input[type="submit"] {
	display: block;
	float: left;
	width: 23px;
	height: 21px;
	background: url('../images/layout/button_search.png') no-repeat;
	border: 0;
	margin: 0 0 0 5px;
}

#topBar a {
	display: inline-block;
	margin: 0 20px 0 0;		
	color: #fff;
	border-bottom: 1px solid #ad0a0a;
}

#topBar a:hover {
	color: #ffff80;

}

#topBar #loggedAs {
	float: left;
	padding: 0px 20px 0 0;
	border-right: 1px dotted #800000;
	margin-right: 20px;
}

#topBar #links {
	float: left;
	display: inline-block; 
	margin: 0 25px 0 2px;
	padding: 5px 10px 0 0;
	border-right: 1px dotted #800000;
}

#topBar a#englishVersion {
	display: block;
	float: right;
	clear: right;
	margin: -18px 7px 0 0;
	border-bottom: 0;
}

/* ----------------------------------------------- */

#loggingWindow {
	margin: 0 auto;
	width: 470px;
	padding: 15px;
	margin-top: 15px;
	background: url('../images/layout/backgrounds/logo.jpg') no-repeat right;
}

#loggingWindow h1 {
	width: 100%;
	border-bottom: 1px solid #aaa;
	margin: 0 0 20px;
	font-weight: normal;
	color: #c00;
	font-size: 16pt;
	padding: 0 0 3px;
}

#loggingWindow label {
	display: inline-block;
	clear: left;
	width: 250px;
	height: 20px;
	font-size: 12pt;
	font-family: verdana;
	vertical-align: middle;
	margin-left: 10px;
}

#loggingWindow label.chck {
	display: inline-block;
    width: 140px;
	height: 18px;
	font-size: 10pt;
}

#loggingWindow input[type="text"], #loggingWindow input[type="password"] {
	display: inline-block;
	width: 176px;
	height: 16px;
	margin: 5px 0;
	border: 1px solid #aaa;
	background: #eee;
	padding: 2px;
}

#loggingWindow input[type="text"]:focus, #loggingWindow input[type="password"]:focus {
	background: #fff;
}

#loggingWindow input[type="checkbox"] {
	display: inline-block;
	vertical-align: -2px;
	margin-left: 263px;
}

#loggingWindow input[type="submit"] {
	display: block;
	margin: 30px auto 0;
	width: 122px;
	height: 25px;
	background: url('../images/layout/buttons/login.jpg') no-repeat;
	border: 0;
}

#loggingWindow img#loader {
	display: none;
	margin: 30px auto 10px;
}

#loggingWindow ul {
	margin-top: 30px;
	list-style: none;
	text-align: right;
}

#loggingWindow li {
	display: inline;
	margin: 20px 5px 15px;
}

#loggingWindow a {

	color: #5265b1;
	text-decoration: underline;
}

/* ----------------------------------------------- */

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: 970px;
	clear: both;
    height: 117px;
    background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
    margin: 0 auto;
}
#header img.english {
	vertical-align: middle; 
	margin: 0 -2px;
}

#header img.logo {
	width: 370px;
	height: 100px;
}

/* ----------------------------------------------- */

#mainmenu {
	width: 970px;
	height:42px;
	text-align: center;
    background-image: url(../images/layout/backgrounds/menu_bar.png);
	margin-bottom: 15px;
}

#mainmenu ul#buttons {
	margin: 0 0 0 150px;	
	float: left;
	padding: 0;
	list-style: none;
}

#mainmenu ul#buttons li {
	padding: 0;
	margin:0;
	display: block;
	float: left;
	width: 82px;
	height: 42px;
	margin-right: 53px;
	line-height: normal;
}

#mainmenu ul#buttons li a {
	display: block;
	width: 82px;
	height: 42px;
	background: url('../images/layout/menu.png');
	background-position: 83px 0;
    text-decoration: none;
}

#mainmenu ul#buttons li a.catalogue {
	background-position: 83px 0;
}

#mainmenu ul#buttons li a.catalogue:hover {
	background-position: 0 0;
}

#mainmenu ul#buttons li a.classifieds {
	background-position: 83px -42px;
}

#mainmenu ul#buttons li a.classifieds:hover {
	background-position: 0 -42px;
}

#mainmenu ul#buttons li a.tourist {
	background-position: 83px -84px;
}

#mainmenu ul#buttons li a.tourist:hover {
	background-position: 0 -84px;
}

#mainmenu ul#buttons li a.forum {
	background-position: 83px -126px;
}

#mainmenu ul#buttons li a.forum:hover {
	background-position: 0 -126px;
}

#mainmenu ul#buttons li a.links {
		background-position: 83px -168px;
}

#mainmenu ul#buttons li a.links:hover {
		background-position: 0 -168px;
}

#mainmenu ul#buttons li > ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	background: url('../images/layout/backgrounds/menu.jpg') #fff bottom repeat-x;
	z-index: 4;
	border: 2px solid #ddd;
}
		
#mainmenu ul#buttons li > ul li	{
	float: none;
	display: inline;
	height: 15px;
}
		
#mainmenu ul#buttons li > ul li a {
	width: auto;
	background: none; 
	width: 150px;
	height: 15px;
	padding: 10px;	
	font-size: 10pt;
	font-family: Verdana;
	color: #333;
	text-align: left;
	border-bottom: 1px dotted #ccc;

}
		
#mainmenu ul#buttons li > ul li a:hover	{
	background: #eee;
	width: 150px;
	height: 15px;
}

#mainmenu #flag {
	vertical-align: top;
	margin-top: 14px;
	margin-left: 100px;
}

/* ----------------------------------------------- */

#footer {
	width: 970px;
	color: #fff;
	clear: both;
	font-family: verdana;
	font-size: 8pt;
	background: url('../images/layout/backgrounds/footer.jpg') no-repeat;
	margin: 10px 0 5px;
}

#footer a.clickableLogo {
	display: block;
	float: right;
	height: 50px;
	width: 230px;
}

#footer a {
	color: #000;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 7pt;
	margin: 3px 5px 0;
	float:left;
	clear: left;
	line-height: 230%;
}

#footer img.flaga {
	margin-left: 10px;
    margin-top: 6px;
	vertical-align: -1px;
}

#footer #copyright {
	color: #bbb;
	text-align: right;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 10px;
	margin-right: 5px;
	
}

#footer #copyright a {
	color: #bbb;
	text-decoration: underline;
	font-weight: bold;
}
 
 
/* ----------------------------------------------- */

#left {
	margin-top: 5px;
	margin-right: 3px;
	width: 180px;
	height: 100%;
	float: left;
    background: #fff;
}

#left .menu {
	font-family: arial;
	margin-left: -15px;
	margin-bottom: 15px;
	padding: 0px 15px;
}

#left .menu a {
	width: 157px;
	display: block;
	font-size: 9pt;
	margin: 1px 5px;
	padding: 5px 0px 5px 5px;	
	border-left: 7px solid #eee;
	font-weight: normal;	
	border-bottom: 1px solid #eee;
	margin-left: 10px;
}


#left .menu a.category {
	display: block;
	font-size: 9pt;
	font-family: arial, helvetica;
	width: 155px;
	margin: 1px 5px;
	padding: 7px 3px 7px 5px;	
	border:0;
	border-left: 7px solid #F0F0F0;	
	border-bottom: 1px solid #eee;
	background: #fff;
}

#left .menu a.categorySelected {
	display: block;
	width: 160px;
	margin: 1px 0px;
	padding: 7px 3px 7px 5px;	
	border-left: 7px solid #AF1306;
	border-bottom: 1px solid #ddd;
	background: #F3F3F3;
	font-weight: bold;
}

#left .menu a:hover, #left .menu a.category:hover {
	border-left: 7px solid #AF1306;
	background: #eee;
}

#left .menu img.categoryPunktor {
	display:inline;
	clear:none;
	float: right; 
}

#left h1 {
	width: 100%;
	height: 40px;
	font-size:  9pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #fff;
	background-image: url(../images/layout/leety.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-top: 13px;
}

#left h2 {
	text-align: right;
	font-size: 8pt;
	margin: 3px;
}

#lang {
	margin: 5px auto 5px auto;
	width: 80px;
	text-align: center;
	font-size: 7pt;
	line-height: 115%;
	font-weight: bold;
	font-family: tahoma;
}

#lang img {
	float: left;
	margin: 1px;	
	border: 1px solid #000;
}

#lang a {
	color: #000;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: none;
}

/* ----------------------------------------------- */

#center {
	width: 370px; 
	margin: 3px 5px;
	float: left;
}

#text ul, #text_wide ul, #text_full ul {
	margin: 0 10px 10px 15px;
	list-style: none;
	line-height: 140%;
	padding: 0;
}

#text li, #text_wide li, #text_full li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	margin-bottom: 7px;	
}

#text ol li, #text_wide ol li, #text_full ol li {
	margin-left: 5px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#text {
	width: 750px;
	margin: 0 0 20px 30px;
	padding-top: 20px;
	line-height: 150%;
	float: left;
	font-size: 9pt;
}

#text_full {
	width: 970px;
	margin: 0 0 20px;
	padding-top: 20px;
	line-height: 140%;
}

#text_wide {
	width: 780px;
	line-height: 160%;
	font-size: 9pt;
	color: #333;
	margin: 0px 0 50px 85px;
	padding-top: 20px;
	float: left;
}

#text_wide h1 {
	font-size: 16pt;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#text p, #text_wide p, #text_full p {
	text-align: justify;
	margin: 8px 5px 8px;
}

#text p.source, #text_wide p.source {
	font-family: tahoma, helvetica;
	font-size: 8pt;
	color: #666;
	margin: 5px 5px 15px;
}

#text p.caption, #text_wide p.caption {
	font-family: verdana, helvetica;
	font-size: 8pt;
	color: #666;
	margin-bottom: 20px;
	text-align:center;
}

#text h1, #text_wide h1, #text_full h1 {
	font-size: 18pt;
	font-weight: bold;
	font-family: arial, helvetica;
	margin: 5px 0 15px;
	line-height: 120%;
}

#text h2, #text_wide h2, #text_full h2 {
	font-size: 16pt;
	font-weight: bold;
	font-family: arial, helvetica;
	margin: 10px 0;
}

#text h3, #text_wide h3, #text_full h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica;
	margin: 15px 2px 10px;
}

#text h3.red, #text_wide h3.red, #text_full h3.red {
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica;
	margin: 15px 2px 10px;
	color: #E60000;
}

#text h4, #text_wide h4 {
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica;
	margin: 7px 2px;
}

#text a, #text_wide a, #text_full a {
	color: #E60000;
	border-bottom: 1px solid #ddd;
}

#text a.imgLink, #text_wide a.imgLink, #text_full a.imgLink, #text a.imgLink:hover, #text_wide a.imgLink:hover {
	border: 0;
}

#text a:hover, #text_wide a:hover {
	border-bottom: 1px solid #E60000;
}

#text hr, #text_wide hr, #text_full hr {
	 border: 0;
	 color: #ccc;
	 background-color: #ccc;
	 height: 1px;
	 width: 100%;
	 text-align: center;
	 margin: 5px auto 5px auto;
}

#text hr.red, #text_wide hr.red {
	 border: 0;
	 color: #efefef;
	 background-color: #F56F70;
	 height: 1px;
	 width: 100%;
	 text-align: center;
	 margin: 5px auto 5px auto;
}

#text img.picture, #text_wide img.picture {
	margin: 5px 10px;
}



/* reklamy */

.reklamy_cennik {
	width: 83%;
	border: 3px solid gray;
	border-collapse: collapse;
	margin: 10px auto 0 auto;
}

.reklamy_cennik td {
	border: 1px solid silver;
	padding: 3px 5px;
}

/* formularze */

.formularz1 {
	width: 200px;
	height: 20px;
	border: 1px solid #aaa;
	color: #222;
	background: #eee;
	margin-bottom: 5px;
}
.formularz1_long {
	width: 350px;
	height: 20px;
	border: 1px solid #aaa;
	color: #222;
	background: #eee;
	margin-bottom: 5px;
}

.formularz1:focus, .formularz1_long:focus, .formularz2:focus {
	background: #fafafa;
	border: 1px solid #888;
}

.formularz2 {
	font-family: 'Tahoma', 'HelvaticaCE', 'Helvetica', 'ArialCE', 'Arial', sans-serif;
	width: 350px;
	height: 150px;
	border: 1px solid #aaa;
	color: #222;
	background: #eee;
	margin: 0 auto;
}

.formularz3 {
	width: 100px;
	height: 20px;
	border: 1px solid #555;
	color: #fff;
	font-size: 8pt;
	background: #000 url('../img/bg_form.jpg') repeat-x;
	margin: 10px;
}

.formularz4 {
	width: 150px;
	height: 30px;
	border: 1px solid #555;
	color: #C10003;
	font-size: 16pt;
}

/* --------------------------- */

.flash_notice {
	background: #a2dfb7;
	color: #153e23;
	padding: 10px;
	margin: 10px auto;
	line-height: 150%;
        font-size: 10pt;

        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
}

.flash_error {
    background: #ed4444;
    color: #fff;
    padding: 10px;
    margin: 10px auto;
    line-height: 150%;
        font-size: 10pt;

        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
}
