/* CSS Document */
body {
	text-align: center;
	background-image:  url(img/bg_body.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
}
td,th {
	font-size: 10pt;
}
th {
	text-align: center;
}
h1 {
	display: none;
}
h2 {
	margin-top: 5px;
	color: #E87C60;
	line-height: 140%;
}
a {
	color:#990000;
}
a:hover {
	color: #009048;
}
#main {
	position: relative;
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 238px;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
}
#language-switch {
	position: absolute;
	top: 220px;
	left: 20px;
	color:#AF5841;
	font-size: 80%; 
}
#language-switch img {
	margin-right: 8px;
	border: none;
}
#content {
	position: absolute;
	top: 238px;
	left: 0;
	width: 770px;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-y;
}
#navigation {
	position: absolute;
	top: 0;
	left: 5px;
	width: 200px;
	background-image: url(img/bg_column.jpg);
	background-repeat: repeat;
}
#navigation ul {
	margin: 0;
	list-style-type: none;
	padding: 13px;
}
#navigation li {
	margin: 0 0 3px 0;
	width: 174px;
}
#navigation a {
	display: block;
	height: 38px;
	background-image: url(img/bg_button.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 28px;
	margin: 0;
	font-size: 14pt;
	text-decoration: none;
	color: #FFFFA0;
}
#navigation a:hover {
	background-position: -174px 0;
	color: #FFFF00;
}

#document-body {
	padding: 20px 20px 20px 235px;
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#document-body img {
	border: 1px solid black;
	margin: 10px;
}

#footer {
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 3px;
	border-top: 1px dashed gray;
	font-size: 90%;
}
#links {
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	font-size: 80%;
	color: #999999;
}
#links a {
	color: #999999;
}
.meteo {		
	margin: 0px 0 20px 20px;
	padding: 20px 0 0px 0px;
	border-top: 1px dashed white;
}

.column {
	width: 200px;
	float: left;
	text-align: center;
	margin-right: 40px;
}
.column img {
	display: block;
}

.cennik {
	margin-left: 20px;
	border: 1px solid #B86440;
	padding: 0;
	background: #FFFFA0;
}

.cennik td,th {
	padding: 10px 20px 10px 20px;
	border: 1px solid black;
	margin: 0px;
}
.cennik th {
	color: #7F4227;
}

.cennik td {
	background-color: #FFFFCF;
}

.cleaner {
	clear: both;
	visibility: hidden;
}

.skipnavigation {
	display: none;
}
.gallery img {
	border: 3px solid white;
	margin-bottom: 15px;
}
.highlight {
	font-size: 1.2em;
	background-color:#FFCC66;
	border: 1px solid #FF6600;
	padding: 10px;
	color:#990000;
	line-height: 1.5em;
}

.euro
{
	font-size: 11px;
	color: #333333;
}
