@charset "UTF-8";
body {
	margin: 0 0 0 0;
	background-color: #5A0000;
}

a:link {
	color:#5A0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#A22311;
}
a:hover {
	text-decoration: none;
	color: #A22311;
}
a:active {
	text-decoration: none;
	color: #A22311;
}




.indeks {
	font-size: 70%;
}

.bold-powiekszony {
	font-size: 15px;
	font-weight: bold;
}

.bold-powiekszony-2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.bold-powiekszony-kolor {
	font-size: 15px;
	font-weight: bold;
	color: #5A0000;
}

#main {
	width: 1200px;
	margin: auto;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	color: #5A0000;
	font-size: 14px;
	line-height: 17px;
}


#main div.top {
	height: 210px;
	background-image: url(images/top-background.jpg);
	background-repeat: no-repeat;
}

#middle-table td.tresc {
	background-image: url(images/middle-background.jpg);
	background-repeat: repeat-y;
}

#main div.middle {
/*	background-repeat: repeat-y;
	background-image: url(images/middle-background.jpg); 
	height: 550px;*/
	}

#main div.middle-left {
	height: 548px;
	width: 450px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/middle-left-background.jpg);
}

#main div.menu {
	width:125x;
	float: right;
	margin: 21px 0 0 0;
	overflow: hidden;
}

#main div.middle-center {
	width: 520px;
	margin: 23px 40px 0 40px;
	float: left;
}

#main div.middle-right {
	height: 548px;
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/middle-right-background.jpg);
}



#main div.bottom {
	height: 55px;
	background-image: url(images/bottom-background.jpg);
	background-repeat: no-repeat;
	
}

#main div.footer {
	height: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
	color:#B50000;
}

#main a.footer1 {
	
	color:#C30000;
}

.style1 a:link {
color:#5A0000;
} 
.style1 a:hover {
color:#5A0000;
text-decoration:underline;
} 
.style1 a:visited {
	color:#5A0000;
}
.style1 a:active {
	color:#5A0000;
}



/* różne ramki na ilustracje */

#dwa-kwadraty {
	width: 520px;
	height: 230px;
	margin: 0 0 25px 0;
	float: left;
}

#dwa-kwadraty div.lewy{
width: 250px;
height: 230px;
float: left;
margin: 0 20px 0 0;
background-color: #CCC;
}

#dwa-kwadraty div.prawy{
width: 250px;
height: 230px;
float: left;
background-color: #CCC;
}

#dwa-kwadraty-pion {
	width: 250px;
	height: 480px;
	margin: 0 0 0 20px;
	float: left;
}
#dwa-kwadraty-pion1 {
	width: 200px;
	height: 470px;
	margin: 10px 0px 20px 20px;
	float: left;
}

#dwa-kwadraty-pion div.gorny {
width: 250px;
height: 230px;
float: left;
margin: 0 0 0 0;
background-color: #CCC;
}

#dwa-kwadraty-pion div.dolny {
width: 250px;
height: 230px;
float: left;
margin: 20px 0 0 0;
background-color: #CCC;
}

#jeden-kwadrat-pion {
	width: 250px;
	height: 250px;
	margin: 0 0 0 20px;
	float: left;
}


/* różne ramki na tekst */

#tytul-strony {
	font-size: 20px;
	color: #B50000;
	width: 520px;
	margin: 0 0 25px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #B50000;
	text-align: right;
}

#tekst-pion-z-lewej {
	width: 250px;
	float: left;
}
#tekst-pion-z-lewej1 {
	width: 260px;
	float: left;
	text-align:right;
}

#tekst-poziom {
	margin: 10px 0 0 0;
	width: 520px;
	float: left;
}


