/* ################################################################### */
/* __ LOGO STRONY ____________________________________________________ */
/* __ BodyLogo.html __________________________________________________ */
/* ################################################################### */

BODY {   	   	                     /*###### ciało strony #####*/
        background-color: #8DACCD;
		text-align: center;
		padding: 0px;
		margin: 0px;
		font-family: "Trebuchet MS";
}
DIV.toplogo {   	   	             /*###### warstwa z logiem strony ######*/
        position: relative;
		margin: 0 auto;
		padding: 0;
		width: 774px;
		height: 172px;
		margin-top: 10px; 
}
IMG.topleftcorner {   	   	         /*###### górny lewy narożnik #####*/
		position: absolute;
		left: 0px;
		top: 0px;
}
IMG.toprightcorner {   	   	         /*###### górny prawy narożnik #####*/
		position: absolute;
		right: 0px;
		top: 0px;
}
IMG.topedge {   	   	             /*###### górna krawędź strony #####*/ 
        position: absolute;
	    left: 17px;
	    top: 0px;
}
IMG.leftedge {   	   	             /*###### lewa krawędź nagłówka #####*/
        position: absolute;
        left: 0px;
        top: 22px;
}
IMG.sitelogo {   	   	             /*###### kolorowe logo strony #####*/
        position: absolute;
        left: 11px;
        top: 22px;
		border: 0;
}
IMG.rightedge {   	   	             /*###### prawa krawędź nagłówka #####*/
        position: absolute;
        right: 0px;
        top: 22px;
}
IMG.middleframe {   	   	         /*###### pasek pod tagi strony #####*/
        position: absolute;
        left: 11px;
        top: 139px;
}
H1.midfrmtext {   	   	             /*###### tekst tagów strony w nagłówku #####*/
        position: absolute;
		font-weight: bold;
		font-size: 13px;
		right: 40px;
		line-height: 19px;
		margin-top:  146px;
		color: #232B33;
		z-index: 1;
}
P.midfrmshadow {   	   	             /*###### cień tekstu tagów strony w nagłówku #####*/
		position: absolute;
		font-weight: bold;
		font-size: 13px;
		line-height: 19px;
        right: 39px;
		margin-top:  147px;
		color: #FFFFFF;
		z-index: 0;
}



/* ################################################################### */
/* __ SEKCJE STRONY __________________________________________________ */
/* __ BodySection.html _______________________________________________ */
/* ################################################################### */

DIV.topsections {   	   	             /*######  warstwa z działami strony ######*/ 
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 774px;
		height: 125px;
        text-align: left;
}
IMG.secleftedge {   	   	             /*######  lewa krawędź działu ######*/
		position: absolute;
		left: 0;
		top: 0;
		width: 11px;
		height: 125px;
}
IMG.secrightedge {   	   	             /*######  prawa krawędź działu ######*/
        position: absolute;
		right: 0;
		top: 0;
		width: 11px;
		height: 125px;
}
IMG.sectionimg_1 {   	   	             /*######  zdjęcie działu strona ######*/
		position: absolute;
		left: 11px;
		top: 0;
		padding: 0;
		border: 0;
		height: 125px; 
}
IMG.sectionimg_2 {   	   	             /*######  zdjęcie działu turytyka ######*/
		position: absolute;
		left: 199px;
		top: 0;
		padding: 0;
		border: 0;
		height: 125px; 
}
IMG.sectionimg_3 {   	   	             /*######  zdjęcie działu autor ######*/
		position: absolute;
		right: 11px;
		top: 0;
		padding: 0;
		border: 0;
		height: 125px; 
}



/* ################################################################### */
/* __ FORMULARZ WYSZUKIWANIA _________________________________________ */
/* __ BodySection.html _______________________________________________ */
/* ################################################################### */

DIV.searchform {                           /*###### warstwa formularza #####*/
	 position: absolute;
	 left: 20px;
	 top: 25px;
	 width: 171px;
}
INPUT.searchfield {                         /*###### pole wyszukiwania #####*/
	 float: left;
	 width: 155px;
	 height: 15px;
	 margin: 12px 0 0 5px;
}
BUTTON.search {                             /*###### przycisk szukania #####*/
	 float: right;
	 margin: 2px 5px 0 0;
	 width: 103px;
	 padding: 0 0 0 0;
	 background-color: #C7D6E7;
}
A.searchhref {                              /*###### wyszukiwanie zaawansowane #####*/
	 font-size: 9pt;
	 font-weight: bold;
	 margin: 8px 0 0 10px;
	 float: left;
}
FORM {
     padding: 0;
	 margin: 0;
}




/* ################################################################### */
/* __ REKLAMY GOOGLE _________________________________________________ */
/* __ AdSenseSection.html ____________________________________________ */
/* ################################################################### */

DIV.adsense {   	   	             /*######  warstwa z reklamami google ######*/ 
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 774px;
		height: 110px;
        text-align: center;
		background: #D8E2EE url('../SiteImage/AdSenseBackground.gif') repeat-x;
}
IFRAME {
		margin: 10px 0 0 0;
}