/****************ogólne*/
html {
	height: 100%;
	margin: 0;
	font-family: Garamond,serif;
	background-color: #075073;
	color: #d0d0d0;
	background-image: url(tlo.jpg);
	background-repeat: repeat-x;
}
body {
	height: 100%;
	margin: 0;
	background-image: url(desen.png);
}
h1 {
	color: #ffffff;
	font-family: Arial;
	border-bottom: 1px dotted #666666;
}
h2 {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial;
}
a {
	color: inherit;
}
/*****************menu*/
.menuLink, .menuLinkActive {
	height: 50px;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.menuLink:hover {
	background-color: #ffffff;
	color: #000000;
}
.menuLinkActive {
	background-color: #ffffff;
	color: #000000;
}
.menu {
	background-color: #282827;
	margin: 0px;
}
.menuLeft, .menuRight {
	width: 120px;
	height: 70px;
	margin: 0px;
}
.menuRight {
	background-image: url(menuRight.png);
}
.menuLeft {
	background-image: url(menuLeft.png);
}
/**********************głowny box*/
.main {
	background-color: #1B1B1B;
	height: 500px;
	margin: 0px;
}

.main img {
	border: 15px solid #1B1B1B;
}

.main img:hover {
	border: 15px outset #666666;
}
.main .tekst {
	height: 500px;
	overflow: auto;
	text-align: justify;
	padding-right: 5px;
	margin-right: 0;
}

.main .tekst .serwis {
	border-bottom: solid 1px #666666;
	font-size: 14px;
}
.mainLeft, .mainRight {
	width: 40px;
	height: 500px;
	margin: 0px;
}
.mainRight {
	background-image: url(mainRight.png);
}
.mainLeft {
	background-image: url(mainLeft.png);
}
/**********************stopka*/
.foot {text-align: center; color: #1B1B1B}
/**********************losowe zdjęcie*/
.losowe-0, .losowe-1, .losowe-2, .losowe-3 {
	display: block;
	height: 400px;
}
.losowe-0 {background-image: url(../img/0-g.jpg)}
.losowe-0:hover {background-image: url(../img/0.jpg)}
.losowe-1 {background-image: url(../img/1-g.jpg)}
.losowe-1:hover {background-image: url(../img/1.jpg)}
.losowe-2 {background-image: url(../img/2-g.jpg)}
.losowe-2:hover {background-image: url(../img/2.jpg)}
.losowe-3 {background-image: url(../img/3-g.jpg)}
.losowe-3:hover {background-image: url(../img/3.jpg)}


/********************przydatne*/
.blue {background-color: blue}