/* GŁÓWNE STYLE */
a:Link, a:Active, a:Visited, a:Hover {
	color : #115589;
	text-decoration : none;
}

html, body {
	color : #636363;
	font : 11px Verdana;
	margin : 0px auto;
    padding:0;
	text-align : center;
	width : 100%;
    height:100%;
    border:none;
}

img {
	border : 0px;
}

.shadow {
    background: url(img/ramka.jpg) repeat-y;
    width: 7px;
}

ul, li {
	list-style : none;
	margin : 0px;
	padding-top: 5px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 5px;
}

li {
    display: inline;
}


li a {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #115589;
    background-color: #ffffff;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
}

li a:hover, li .current {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #115589;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
}

li.separator {
    font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
    color: #115589;
    background-color: #ffffff;
}

.tytul_strony {
    font-family: verdana;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #115589;
    text-align: left;
    letter-spacing: 1px;
}

.nawigator {
    font-family: courier;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    color: #115589;
}

.nawigator:hover {
    font-family: courier;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    background-color: #115589;
    color: #ffffff;
}

.nawigator_strony {
    font-family: courier;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #115589;
}

.data {
    font-family: tahoma;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    color: #000000;
}

.tytul {
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    text-align: left;
}

.tresc {
    font-family: tahoma;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

.obrazek {
    border: 2px solid #666666;
}


/* KONIEC - GŁÓWNE STYLE */

/* STYLE DO NAGŁÓWKA */
#Naglowek, #Content, #Stopka {
	margin : 0px auto;
	width : 1000px;
}

#Naglowek {
	height : 50px;
	margin-top : 30px;
}

#Naglowek div.Menu {
	font : bold 12px Verdana;
	margin : 33px 0px 0px 0px;
}

#Naglowek div.Menu li.Separator, #Content div.Teksty li.Separator {
	color : #115589;
	margin : 0px 5px;
}
/* KONIEC - STYLE DO NAGŁÓWKA */

/* STYLE DO ZAWARTOŚCI STRONY */
#Content {
	background : url(img/fotka.jpg) no-repeat;
	height : 683px;
	text-align : left;
	width : 1000px;
}

#Content div.TekstyMenu {
	background : url(img/tlo-przezroczyste.png);
	height : 683px;
	width : 574px;
}

#Content div.Tytul {
	margin : 5px 0px 0px 25px;
}

#Content div.TekstyMenu ul, #Content div.Paginacja  {
	font : bold 14px Verdana;
	margin : 5px 8px 0px 0px;
}

#Content div.TekstyMenu li.Separator {
	margin : 0px;
}

#Content div.Teksty {
	margin : 10px 0px 0px 25px;
	width : 540px;
}

#Content div.Teksty div.PodTytul {
	font-weight : bold;
}

#Content div.Teksty div.TekstBox {
	margin : 10px 0px;
}

#Content div.Teksty div.TekstBoxWielkosc {
	margin : 0px 5px;
	text-align : left;
	width : 400px;
}

/* KONIEC -  STYLE DO ZAWARTOŚCI STRONY */

/* STYLE DO STOPKI */
.stopka {
	padding-right: 25px;
    text-align: right;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

.stopkaf {
	padding-right: 25px;
    text-align: right;
    vertical-align: middle;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

.copyright {
	text-align: center;
    font-family: tahoma;
    font-size: 9px;
    font-weight: normal;
}
/* KONIEC - STYLE DO STOPKI */
