﻿@charset "utf-8";
/* CSS Document */
td {
	padding:20px;
}

a {
	color:#244061;
}

ol {
	color:#244061;
}

li {
	color:#244061;
}

h1 {
	color:#244061;
}
div {
	clear;
}
body {
	margin:0 auto;
	background:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	width:960px;
}
strong, a{
	text-decoration:none;
	font-style:normal;
	color:#244061;
}
p {
	text-decoration:none;
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:justify;
	padding:0 20px 0 0;
}
li {
	font-size:12px;
}
hr {
	margin:40px 0 0 0;
	color:#fff;
	width:80%;
}
#menu {
	position:relative;
	height:60px;
	width:960px;
	background-color:#dd0373;
	top:0px;
}
.przycisk a {
	position:relative;
	width:110px;
	height:25px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	list-style:none;
	text-decoration:none;
	display:block;
	float:right;
	color:#fff;
	padding:5px 0 0 0;
	right:100px;
	top:15px;
}
.przycisk a:hover {	
	height:25px;
	padding:10px 0 0 0;
	top:10px;
	width:110px;
	background-color:#b7014c;
	border-radius:20px;
}

#slider {
	position:relative;
	width:960px;
	height:300px;
	float:right;
	z-index:2;
}
#srodek_body {
	position:relative;
	width:960px;
	padding:20px 0;
	display:table;
	background-color:#f7f5e9;
}
#srodek {
	width:760px;
	margin:0 auto;
	padding:0px;
}
#obrazek {
	position:relative;
	width:230px;
	height:350px;
	padding:30px 10px;
	float:left;
	text-align:inherit;
}
#guzik a {
	position:absolute;
	width:160px;
	height:30px;
	background:#035a9d;
	text-align:center;
	font-size:14px;
	font-style:normal;
	list-style:none;
	text-decoration:none;
	display:block;
	float:left;
	top:360px;
	padding:15px 0 0 0;
	color:#fff;
}
#all_okno {
	position:relative;
	float:left;
	display:block;
	width:760px;
	height:470px;
	margin:0 0 30px 0;
}
.okno {
	position:relative;
	background-color:#a5a5a5;
	color:#244061; 
	width:340px; 
	margin:10px;
	padding:10px;
	float:left;
	-moz-border-radius:40px; /* FF */
	-webkit-border-radius:40px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:40px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:40px; /* pozostałe przeglądarki */	
}
.okno h1 {
	text-align:center;
}
#all_kontakt {
	display:block;
	float:left;
}
#adres {
	position:relative;
	width:300px;
}
#kontakt {
	position:relative;
	top:-280px;
	left:320px;
}
#footer_all {
	margin:20px 0 0 0;
	position:relative;
	width:960px;
	height:50px;
	background:#dd0373;
	color:#fff;
	font-size:12px;
}
#footer_informacje {
	position:relative;
	top:30px;
	left:100px;
	height:170px;
	width:380px;
}
#footer {
	position:relative;
	left:100px;
	float:left;
	width:380px;
	top:10px;
	height:15px;
}
#footer_menu {
	position:relative;
	text-align:right;
	width:380px;
	right:100px;
	float:right;
	top:10px;
}

#footer_menu a{
	margin:0px;
	color:#fff;
	text-decoration:none;
}

