/* GLOBAL
==============================================================================*/

.imgleft {
	float: left;
	margin: 4px 20px 4px 0;
}

.imgright {
	float:right;
	margin: 4px 0 4px 20px;
}

#content img {
	border: 3px solid #fff;
}

body {
	text-align: center;
	background: #9e1f00;
	color: #fdf0c2;
	font-family: 'Verdana', sans-serif;
	font-size: 75%; }
 
#page {
	width: 1020px;
	text-align: left;
	margin: 0 auto; }
 
div { overflow: hidden; }
 
a:active, a:focus { text-decoration: none; }
 
a:hover {
	color: #fff;
	text-decoration: underline; }
 
a {
	color: #ece84e;
	text-decoration: none; }
 
.center {
	text-align: center;
	margin: 0 auto; }
 
.image {
	margin: 10px;
	border: 1px solid white; }
 
.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0; }
 
.floatleft { float: left; }
 
.highlight {
	background-color: #A92400;
	border: 1px solid #9E1F00;
	padding: 10px 15px;
	background-image: none; }
 
strong {
	font-weight: bold;
	color: #FDF7E2; }
 
h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Arial';
	color: #fff;
	letter-spacing: 0.8pt;
	line-height: 55px; }

h2 {
	margin: 30px 0 15px 0;
	font-size: x-large;		
}

h3 {
	margin: 50px 0 10px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: xx-large;
	border-bottom: 1px solid #A92400;
	color: #f7f7f7;
	font-family: 'Arial' }
 
p { margin: 0.75em 0; }
 
#header * { z-index: 10; }
 
#header {
	background: url('../design/bg_header.png') top center no-repeat;
	height: 350px; }
 
.two #header { background-image: url('../design/bg_header_two.png'); }
 
#header a {
	display: block;
	float: left;
	margin: 70px 0 0 280px;
	height: 120px;
	text-indent: -50000px;
	width: 480px; }
 
#content {
	width: 940px;
	margin: 0 auto;
	padding: 0 40px 0px 40px;
	background: url('../design/bg_content.png') 50% 50% repeat-y; }
 
.two #content {
	background-image: url('../design/bg_content_two.png');
	padding-bottom: 100px; }
 
#content p {
	font-size: 14px;
	line-height: 1.3em; }
 
#content h1 {
	background: url('../design/bg_h1.png') 0% 50% no-repeat;
	padding-left: 25px; }
 
.gallery img {
	padding: 5px;
	background-color: #AF2C01; }
 
.gallery a {
	width: 200px;
	height: 150px;
	display: block;
	float: left;
	text-align: center;
	margin: 15px 7px; }
 
#section {
	float: left;
	width: 570px;
	overflow: hidden;
	padding-bottom: 40px;
	padding-right: 25px; }
 
#sidebar {
	float: left;
	padding: 20px 0 0 20px;
	background: url('../design/bg_menu.png') 50% 50% repeat-y;
	width: 320px;
	font-family: Arial, sans-serif; }
 
	#sidebar ul { margin: 0 0 30px 0; }
 
		#sidebar ul li { margin-bottom: 3px; }
 
		#sidebar ul a {
			font-size: 150%;
			color: #333;
			background: url('../design/button_menu.png') 50% 50% no-repeat;
			width: 240px;
			height: 35px;
			line-height: 35px;
			display: block;
			padding: 0 10px; }
 
			#sidebar ul a:hover, #sidebar ul li.active a {
				text-decoration: none;
				color: #ffedd8;
				background-image: url('../design/button_menu_over.png'); }
 
#sidebar-down {
	background: url('../design/ornament.png') 50% 50% repeat-y;
	height: 166px; }
 
#section  h1 { margin-bottom: 7px; }
 
#section  h2 { margin-bottom: 7px; }
 

#section p { text-align: justify; }
 
#content .wide { padding: 25px 40px; }
 
	#content .wide p { text-align: justify; }
 
#content {
	width: 940px;
	margin: 0 auto;
	padding: 0 40px;
	background: url('../design/bg_content.png') 50% 50% repeat-y; }
 
	#content table {
		background-color: #C12F00;
		border: 1px solid #9E1F00;
		padding: 5px;
		font-size: medium; }
 
		#content table td, #content table th { padding: 0.25em 0.5em; }
 
		#content table td.toright { text-align: right; }
 
#flags { margin: 0 0 20px 110px; }
 
	#flags img { border: 1px #ffffff solid; }
 
#footer {
	text-align: center;
	margin-top: 8px; }
 
	#footer span {
		display: block;
		color: #D35032;
		text-align: right;
		font-size: 90%;
		padding: 7px 0; }
 
		#footer span a { color: #D35032; }

#mainmenu {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 3px solid #A92400;
}
		
	#mainmenu li {
		display: inline;
		border-right: 1px solid #EE7F00;
		padding: 0 9px 0 9px;
		font-size: medium;	
	}
	
table.cenik {
	font-size: 14px;
	line-height: 1.4em;
	margin: 20px 0;
	width: 100%;
}
 
	table.cenik td, .cenik th { border-bottom: 1px solid #D34E20; }
 
	table.cenik td { text-align: right; }
 
	table.cenik th {
		text-align: left;
		font-weight: normal;
		padding: 10px 0; }
