@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #F4ECCC;
 	background-image: url('/images/plan-budynku.jpg'); background-repeat: repeat-x;
}

a {
	color: #0951b1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:0;
}
div#wrapper {
	margin: 0 auto;
	width: 970px;
}
div#header {
	color: #333;
	width: 970px;
	height: 250px;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	background: #F0F7FF;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
div#content {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background: #FFFFFF;
}
span.title {
	font-size: 18px;
	color: #FFEEAE;
	font-weight: bold;
}
a.title {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.title  {
	text-decoration: underline;
}
div#rotator {
	position: relative;
	left: 650px;
	top: 25px;
	width: 220px;
	height: 165px;
	border: solid 2px;
}
#menu {
	position: relative;
	left: 540px;
	top: 10px;
	width: 420px;
	height: 40px;
	background:url(images/menu.jpg) no-repeat #83b1e9;
}
#menu a {
	display: table-cell;
	width: 140px;
	height: 40px;
	font-size: 22px;
	color: #000066;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
#menu a:hover {
	background: #4990e7;
	color: #FFFFFF;
}
a:hover#menu-left {
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
	background-color: #4990e7;
	background-position: -420px 0px;
}
a:hover#menu-right {
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
	background-color: #4990e7;
	background-position: -560px 0px;
}
#logo {
	position: relative;
	left: 50px;
	top: -139px;
	width: 600px;
	height: 180px;
	overflow: hidden;
}
#logo-company{
	position: relative;
	left: 170px;
	top: -130px;
	font-size: 22px;
	font-weight: bold;
}
#logo-owner{
	position: relative;
	left: 160px;
	top: -63px;
	font-size: 24px;
	font-weight: bold;
}
#logo-phone{
	position: relative;
	left: 200px;
	top: -63px;
	color: #660000;
	font-size: 24px;
	font-weight: bold;
}
#logo-address{
	position: relative;
	left: 110px;
	top: -50px;
	font-size: 24px;
	font-weight: bold;
}

.miniature {
	float: left;
	overflow:visible;
	margin: 5px;
}
.miniature a {
	text-decoration: none;
	cursor: hand;
}
.miniature-image {
	display: block;
	width: 240px;
	height: 150px;
	background-repeat: no-repeat;
	background-color: #E8E8E8;
}
.miniature-title {
	display: table-cell;
	width: 240px;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #000000;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#kontakt {
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-left: 20px;
}
#kontakt h1 {
	font-size: 18px;
}
#kontakt h2 {
	margin-top: 40px;
	font-size: 16px;
}
#kontakt a {
	display: block;
	margin-top: 40px;
	font-size: 16px;
}
#fpp-content {
	float: left;
	width: 550px;
	height: 300px;
}
