﻿body {
background: #000000;
text-align: center;
}


#contener {
width: 748px;
height: 585px;
background: url('images/page_bg.jpg');
text-align: left;
margin: auto;
}

#top {
	height: 90px;
	width: 748px;
	padding-top: 60px;
/*	border: solid 1px red; */
}

#middle {
	height: 97px;
	width: 748px;
	margin-top: 2px;
}

#bottom {
	height: 270px;
	width: 748px;
}

#bottom div#contener-lewa {
	width: 86px;
	margin-left: 67px;
	float: left;
	height: 270px;
}

#bottom div#contener-srodkowa {
	width: 436px;
	float: left;
	height: 270px;
}

#bottom div#contener-prawa {
	width: 91px;
	float: left;
	height: 270px;
}



#contener-adres {
	width: 260px;
	height: 90px;
	margin-left: 425px;
	display: block;
}

#contener-adres TD {
	font-family: Tahoma, Verdana, Arial;
	color: white;
	font-size: 11px;
	height: 90px;
}

#contener-godzina {
	width: 86px;
	height: 97px;
	margin-left: 67px;
	display: block;
}

#contener-godzina TD {
	font-family: Tahoma, Verdana, Arial;
	color: #ff6600;
	font-weight: bold;
	font-size: 11px;
	height: 97px;
	text-align: center;
	width: 86px;
}


.key {
cursor: pointer;
}


#frame {

border: none;
}

A {
color: #ff6600;
text-decoration: none;
}

A:hover {
color: #ffffff;
text-decoration: underline;
}

