* {
	margin: 0px;
	padding: 0px;
}

html, body{
	background-color: #deefff;
	color: black;
	text-align: left;
	font-size: 14px;
}

/*
***************************************************************************************************
***************************************************************************************************
----------------------------------------- SZKIELET STRONY -----------------------------------------
***************************************************************************************************
***************************************************************************************************
*/

.baner{
	background: #deefff url(images/baner.jpg) no-repeat;
	position: relative;
	margin: 0px auto 0px auto;
	width: 740px;
	height: 157px;
}
.srodek{
	background: #deefff url(images/tlo.jpg) repeat-y;
	position: relative;
	margin: 0px auto 0px auto;
	width: 740px;
	min-height: 550px;
	overflow: hidden;
}
.srodekPudelko{
	position: relative;
	margin: 20px 40px 20px 0px;
	width: 460px;
	min-height: 460px;
	float: right;
}
.buttonyPudelko{
	position: relative;
	margin: 20px 20px 20px 40px;
	width: 180px;
	float: left;
}
.buttony{
	position: relative;
	margin-bottom: 5px;
	width: 180px;
	height: 18px;
	overflow: hidden;
}
.imgButtony{
	border-style: solid;
	border-width: 0px;
}
.stopkaPudelko{
	background-color: #deefff;
	position: relative;
	margin: 0px auto 0px auto;
	width: 740px;
	height: 27px;
	overflow: hidden;
}
.stopkaL{
	background: #deefff url(images/stopkaL.jpg) no-repeat;
	position: absolute; top: 0px; left: 0px;
	width: 20px;
	height: 27px;
}
.stopkaS{
	background: #deefff url(images/stopkaS.gif) repeat-x;
	position: absolute; top: 0px; left: 20px;
	width: 700px;
	height: 27px;
}
.stopkaR{
	background-color: #c6d7e7;
	position: absolute; top: 0px; left: 720px;
	width: 1px;
	height: 27px;
}
	
/*
***************************************************************************************************
***************************************************************************************************
------------------------------------------ PLIKI RUCHOME ------------------------------------------
***************************************************************************************************
***************************************************************************************************
*/

.aktualnosciTemat{
	font-size: 17px;
	font-weight: bold;
	color: navy;
}
.aktualnosciText{
	margin: 15px 0px 25px 20px;
}

/*
***************************************************************************************************
***************************************************************************************************
---------------------------------------------- LINKI ----------------------------------------------
***************************************************************************************************
***************************************************************************************************
*/

a.blue_black_none:link
{
    color: blue;
    text-decoration: none;
}
a.blue_black_none:visited
{
    color: blue;
    text-decoration: none;
}
a.blue_black_none:hover
{
    color: black;
	text-decoration: none;
}

a.navy_red:link
{
    color: navy;
	font-weight: bold;
    text-decoration: none;
}
a.navy_red:visited
{
    color: navy;
	font-weight: bold;
    text-decoration: none;
}
a.navy_red:hover
{
    color: red;
    font-weight: bold;
	text-decoration: none;
}

a.blue_black:link
{	
	font-weight: bold;
    color: blue;
    text-decoration: none;
}
a.blue_black:visited
{
	font-weight: bold;
    color: blue;
    text-decoration: none;
}
a.blue_black:hover
{
	font-weight: bold;
    color: black;
	text-decoration: none;
}










