html {
	height:100%;
	margin:0px 0px 0.1px 0px;
	padding:0px;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Verdana", "Tahoma", sans-serif;
	font-size:11px;
	color:#6c6c6c;
	background-color:#ffffff;
}

/* Body classes */

html.error {
	background:none;
	background-color:#ffffff;
}

body.error {
	background:none;
	color:#6c6c6c;
}

html.image {
	background:none;
}

body.image {
	text-align:left;
	background:none;
	background-color:#e8e1cf;
	color:#6c6c6c;
}

/* Site simple layout */

div#site_area {
	width:675px;
	height:100%;
	margin:0px auto;
	text-align:left;
}

div#site_content_wrapper {
	min-height:100%;
	padding:0px 40px 0px 40px;
	background-image:url('../img/bg_middle.gif');
	background-position:top left;
	background-repeat:repeat-y;
}

* html div#site_content_wrapper {
	height:100%;
}

div#site_content {
	position:relative;
	padding:40px 30px 50px 30px;
	background-image:url('../img/bg_top.gif');
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	zoom:1;
}

div#site_footer_wrapper {
	position:relative;
	clear:both;
	height:50px;
	margin-top:-50px;
	padding:0px 40px 0px 40px;
	background-image:url('../img/bg_foot.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}

p#site_footer {
	position:absolute;
	margin:0px;
	padding:0px;
	bottom:10px;
	right:70px;
	font-family:"Tahoma", sans-serif;
	font-size:10px;
}

p#site_footer span {
	margin-left:20px;
}

p#site_footer a {
	text-decoration:none;
}

div#navi_content {
	position:relative;
	height:105px;
	margin:0px 0px 40px 0px;
	z-index:10;
	background-image:url('../img/bg_motive.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}

/* Tags */

h1, h2, h3, h4 {
	font-family:"Verdana", "Tahoma", sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

h1 {
	font-size:17px;
	line-height:25px;
}

h2 {
	font-size:15px;
	line-height:23px;
}

h3 {
	font-size:13px;
	line-height:21px;
}

h4 {
	font-size:11px;
	line-height:17px;
}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height:17px;
	text-align:left;
}

a {
	color:#6a1715;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

li {
	line-height:16px;
}

hr {
	margin:0px 0px 16px 0px;
	background:none;
	border:none;
	height:1px;
	border-top:1px dashed #000000;
}

img {
	border:none;
}

blockquote {
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}

pre {
	font-family:"Courier New", monospace;
	font-size:12px;
	margin:0px 0px 16px 0px;
}

acronym, abbr {
	cursor:help;
	border-bottom:1px dashed #000000;
}

ul {
	list-style-type:square;
}

ul ul, ol ul {
	list-style-type:disc;
}

/* Forms */

form {
	margin:0px 0px 16px 0px;
	padding:0px;
}

form fieldset {
	border:none;
	padding:0px;
	margin:0px 0px 16px 0px;
}

form legend {
	padding:0px 0px 16px 0px;
	margin:0px;
	font-weight:bold;
}

* html form legend {
	margin-left:-7px;
}

form input, form select, form textarea {
	height:16px;
	font-family:"Tahoma", sans-serif;
	font-size:12px;
	line-height:normal;
	background-color:#fafafa;
}

form .fb {
	width:100px;
	height:auto;
	padding:1px;
	border-top:1px solid #666666;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:1px solid #666666;
	font-weight:bold;
	background-color:#eeeeee;
	margin-right:16px;
}

* html form .fb {
	margin-bottom:4px;
}

form div.ff_row {
	margin:4px 0px 4px 0px;
	overflow:hidden;
	zoom:1;
}

form .error {
	color:#ff0000;
}

/* Formularz kontaktowy */

form fieldset#contact label {
	float:left;
	width:140px;
	padding-right:10px;
}

/* Images within text */

span.img_left {
	float:left;
	margin:4px 10px 8px 0px;
	overflow:hidden;
	zoom:1;
}

span.img_right {
	float:right;
	margin:4px 0px 8px 10px;
	overflow:hidden;
	zoom:1;
}

span.img_noalign {
	display:block;
	margin:0px 0px 16px 0px;
	overflow:hidden;
	zoom:1;
}

span.img_left img, span.img_right img, span.img_noalign img {
	display:block;
}

span.img_description, div.img_description {
	display:block;
	font-family:"Verdana", "Tahoma", sans-serif;
	font-size:10px;
	line-height:14px;
	color:#a0a0a0;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size:10px;
}

/* Lang switch */

#lang_switch {
	font-size:10px;
}

/* Pager */

.pager {
	font-size:10px;
	margin-bottom:16px;
}

.pager a {
	text-decoration:none;
}

.pager span {
	color:#000000;
	font-weight:bold;
}

/* News etc with date, more and back */

.date {
	font-size:10px;
	color:#666666;
	margin-top:-16px;
	margin-bottom:4px;
	font-style:italic;
}

.more {
	font-size:10px;
	margin-top:-12px;
	margin-bottom:16px;
}

.more a {
	text-decoration:none;
}

.return {
	font-size:10px;
	margin-top:-12px;
	margin-bottom:16px;
}

.return a {
	text-decoration:none;
}

.news_block {
	margin-bottom:28px;
}

/* Gallery */

.gallery {
	clear:both;
	margin-bottom:16px;
	overflow:hidden;
	zoom:1;
}
.gallery img {
	display:block;
}

.gallery a {
	float:left;
	margin:0px 21px 21px 0px;
}

/* Files */

.files {
	clear:both;
	margin-bottom:16px;
}

.files ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

.files li {
	margin-bottom:8px;
}

.files span {
	font-size:10px;
}

/* Classes */

.db {
	display:block;
}

.di {
	display:inline;
}

.dn {
	display:none;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.fn {
	float:none;
}

.cl {
	clear:left;
}

.cr {
	clear:right;
}

.cb {
	clear:both;
}

/*** melon ***/
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
