@import url(layout.css);
body {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: Black url(../img/tlo_web.jpg) repeat fixed;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
img {
	border: 0px none;
}
#kontener {
	
	width: 800px;
	margin: 0 auto;
	border: solid #A4C2FF 1px;
	background-color: White;
}

#kontener1 {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	text-align: justify;
	background: White url(../img/tlo_body1.jpg) repeat-y;
}

#naglowek {
	text-align: right;
	background: url(../img/top11.png) no-repeat;
	width: 790px;
	height: 200px;
}
#nawigacja {
	background-color: #00008B;
	background-image: url(../img/button1.jpg);
	overflow: hidden;
	border: solid Gray 2px;
}
#foto {
	display: inline;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 200px;
	float: right;
}
#tresc{
	float: left;
	padding: 10px 10px 10px 10px;
	width: 570px;
	display: inline;
	position: relative;
}


#top_stopka {
padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #A4C2FF;
}

#stopka {
	width: 100%;
	text-align: center;
	background-color: #00008B;
	background-image: url(../img/button1.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}



/* Styl dla naglowka */
#naglowek img { 
	float: left; 
}
#naglowek p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#kolumna_prawa p {
	font-size: 11px;
	margin: 7px;
}
/* Styl dla nawigacji */
#nawigacja ul {
	list-style-type: none;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nawigacja li {
	float: left;
	width: 199px;
}
#nawigacja a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid Gray;
}
#nawigacja a:hover {
	color: Black;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #A4C2FF;
	background-image: url(../img/button2.jpg);

}
/* Styl dla stopki */
#stopka p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#stopka a {
	color: #fff;
	text-decoration: none;
}
#stopka a:hover {
	color: Silver;
	text-decoration: none;
}
/* Styl dla linkow */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
