body
{
	background-color: #476E8F;
	margin: 0;
	padding: 0;
}
.logo
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 805px;
	height: 247px;
	background-image: url(schody.png);
	z-index: 2;
}
.main
{
	position: absolute;
	left: 100px;
	top: 250px;
	width: 1050px;
	background: #CBD6D8;
	border: thin solid Black;
}
.text
{
	padding: 30px;
	margin-top: 47px;
	font: 14px/20px sans-serif;
}
.text a
{
	text-decoration: none;
}
.text h2
{
	color: #191970;
	font-size: larger;
	text-align: center;
}

.title
{
	position: absolute;
	left: 320px;
	top: 20px;
	height: 160px;
	width: 668px;
	z-index: 3;
}

.menu
{
	position: absolute;
	top: 10px;
	right: 15px;
	height: 35px;
	width: 950px;
}
.menu_linia
{
	background: Black;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
} 
.menu li 
{
	list-style-type: none;
	margin: 0 5px;
	float: right;
}

.menu li a
{
	font: bold 18px/22px sans-serif;
	color: #196F6E;
	text-decoration: none;
	border: 0;
	background: transparent;
}
.menu li a:hover 
{
	color: #476E8F;
	background: #CBD6D8;
}

address
{
	text-align: left;
	text-decoration: none;
	outline: red solid 5px;
	padding: 15px;
	margin-left: 350px;
	font-size: larger;
}
.stopper
{
	margin-bottom: -30px;
	font-size: smaller;
	color: white;
	color: #CBD6D8;
}
.stopper a
{
	color: white;
	font-size: inherit;
	text-decoration: none;
}
.telefon
{
	font-size: larger;
	font-weight: bolder;
	color: Maroon;
}
