﻿body,html { 
	background-image: url(obrazy/nowe.bmp); 
	background-attachment: fixed;
	margin: 0 auto; 
	width: 900px;
	
}
#index{
	width: 900px;
	position: absolute;
}
#kreska{
	width: 900px;
}
#menu{
	float: left;
	padding: 0px;
	width: 173px;
	height: 880px;
	overflow: hidden;}
	
#menu ul, ul li {
	display: block;
	width: auto;
    list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

#menu ul {
	width: 173px;
	padding: 2px 2px 1px 2px;
	background-color: #9ce;
	border: 1px double #28e;
}

#menu ul li {
	border-bottom: 1px solid #9ce;
}

#menu ul a:link, ul a:visited {
	display: block;
	width: 162px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 5px solid #25b;
}

#menu ul a:hover {
	width: 162px;
	background-color: #28e;
	color: #fff;
	border-left: 10px solid #26d;
}
#glowna{
	float: left;
	width: 540px;
	background-color: #e5f3ff !important;
	padding: 5px 5px 5px 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 16px;
	font-weight: normal;
}
#zegar{
	float: right;
	height: 580px;
	width: 171px;
	marginwidth: 5px;
	marginheight: 0;
}
#stopka{
	clear: both;
	width: 900px;
	
}
a {
	color: blue;
}
a:visited {
	color: blue;
}
#glowna ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	margin-top: 0px;
}

#glowna ul {
	width: 530px;
}

#glowna ul li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #25b #25b #9ce;
	width: 173px;
}

#glowna ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 173px;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-top: 10px solid #25b;
}

#glowna ul a:hover {
	background-color: #28e;
	color: #fff;
	border-top: 10px solid #26d;
}

