@CHARSET "UTF-8";

/*Ustawienia ogólne*/
body {
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-family: Tahoma;
	color: #07519A;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 0;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #07519A;
	text-decoration: none;
}

a:hover {
	color: #696969;
}

p.paragraph {
	text-indent: 15px;
}

/*Ustawienia wspolne*/
div#header, div#menu, div#content, div#footer {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/*Ustawienia strony glownej*/
div.main_page {
	position: absolute;
	background-image: url('../images/glowna.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	top: 0;
	left: 100px;
	height: 470px;
	width: 580px;
	padding: 10px 10px;
	text-align: justify;
}

div#main_images {
	position: absolute;
	bottom: 30px;
}

div#krd {
	position: absolute;
	bottom: 150px;
	left: 56px;
}

div#main_text {
	position: absolute;
	width: 430px;
}

/*Ustawienia wyświetlania stron*/
/*Ustawienia nagłówka*/
div#header {
	position: relative;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	margin: auto;
	height: 126px;
	width: 700px;
}

#contact {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

#logo {
	position: absolute;
	top: 42px;
	left: 40px;
}

/*Ustawienia menu głównego*/
div#menu {
	position: relative;
	background-image: url('../images/menu_background.jpg');
	margin: auto;
	height: 34px;
	width: 700px;
}

/*Ustawienia treści strony*/
div#content {
	position: relative;
	background-color: #FFFFFF;
	height: 470px;
	width: 700px;
	margin: auto;
}

div.title {
	position: absolute;
	top: 0;
	left: 0;
	height: 470px;
	width: 100px;
	border-right: 1px solid #CCCCCC;
	font-size: 19px;
	font-family: Arial;
	text-align: center;
	padding-top: 10px;
	margin: auto;
}

.content_menu {
	text-align: left;
	padding: 20px 4px;
}

.content_menu a {
	font-size: 11px;
	display: block;
	padding: 10px 5px;
	border-bottom: 1px solid #CCCCCC;
}

.content_menu a:hover {
	background-color: #83AECB;
}

div.text {
	position: absolute;
	top: 10px;
	left: 100px;
	height: 470px;
	width: 430px;
	padding: 0 10px;
	text-align: justify;
}

div.images {
	position: absolute;
	top: 0px;
	left: 550px;
	height: 470px;
	width: 150px;
	font-size: 10px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
}

div.images a {
	text-decoration: none;
}

div.images a span {
	padding-left: 4px;
}

div.images a:hover span {
	text-decoration: underline;
}

div.images img {
	padding-top: 5px;
}

/*Ustawienia galerii*/
div.gallery {
	position: absolute;
	top: 10px;
	left: 100px;
	height: 470px;
	width: 530px;
	padding: 0 10px;
}

div.gallery img {
	padding: 5px;
}

/*Ustawienia certyfikatów jakości*/
div#cert_content {
	position: absolute;
	top: 10px;
	left: 100px;
	height: 650px;
	width: 530px;
	padding: 0 10px;
}

div#cert_content > div#content {
	height: 700px;
}

div#cert_content img {
	float: left;
	text-align: right;
	padding: 5px;
}

#cert_line {
	clear: left;
}

div.cert_title {
	position: absolute;
	top: 0;
	left: 0;
	height: 550px;
	width: 100px;
	border-right: 1px solid white;
	font-size: 19px;
	font-family: Arial;
	text-align: center;
	padding-top: 10px;
	margin: auto;
}

/*Ustawienia oferty*/
div#offer_list {
	line-height: 30px;
}

div#offer_list a {
	text-decoration: none;
}

div#offer_list a span {
	padding-left: 4px;
}

div#offer_list a:hover span {
	text-decoration: underline;
}

/*Ustawienia stopki*/
div#footer {
	position: relative;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat;
	margin: auto;
	height: 35px;
	width: 700px;
}

div#footer_text {
	position: absolute;
	top: 1px;
	left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #07519A;
}

div#copyright {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 11px;
	font-weight: bold;
}

/*Ustawienia wydruku strony*/