@font-face {
	font-family: font_tekst;
	src: url("fonts/calibril.ttf");
	}
@font-face {
	font-family: font_logo;
	src: url("fonts/impact.ttf");
	}
@font-face {
	font-family: font_tytul;
	src: url("fonts/calibri.ttf");
	}
body {
	background: dimgray;
	font-family: font_tekst, sans-serif;
	}
a {
	color: steelblue;
	}
a:hover {
	color: yellowgreen;
	}
	
#Naglowek {
	width: 950px;
	background: white;
	padding: 10px;
	margin: 0 auto;
	}
#Logo {
	font-size: 30px;
	font-family: font_logo, sans-serif;
	text-decoration: none;
	color: dimgray;
	}
#Dane {
	font-size: 14px;
	font-family: font_tytul, sans-serif;
	color: dimgray;
	text-align: right;
	vertical-align: top;
	}
	
#Menu1 {
	width: 944px;
	font-size: 12px;
	font-family: font_tytul, sans-serif;
	text-align: right;
	color: white;
	background: steelblue;
	padding: 3px;
	}
a.Menu1 {
	text-decoration: none;
	color: white;
	padding: 1px 4px;
	}
a.Menu1:hover {
	text-decoration: underline;
	}
a.Menu1A {
	text-decoration: none;
	color: steelblue;
	background: white;
	padding: 1px 4px;
	}

#Banner {
	width: 950px;
	height: 200px;
	background: dimgrey url(gfx/banner.jpg);
	margin: 5px 0;
	}

#Menu2 {
	width: 940px;
	font-size: 18px;
	font-family: font_tytul, sans-serif;
	text-align: center;
	color: white;
	background: yellowgreen;
	padding: 5px;
	}

a.Menu2 {
	text-decoration: none;
	color: white;
	padding: 2px 8px;
	}
a.Menu2:hover {
	text-decoration: underline;
	}
a.Menu2A {
	text-decoration: none;
	color: yellowgreen;
	background: white;
	padding: 2px 8px;
	}

div.Glowna {
	width: 940px;
	font-size: 16px;
	color: black;
	background: white;
	padding: 15px;
	margin: 10px auto;
	}
h1 {
	font-size: 26px;
	font-family: font_tytul, sans-serif;
	color: yellowgreen;
	text-shadow: 1px 1px 1px black;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted black;
	}
h2 {
	font-size: 20px;
	font-family: font_tytul, sans-serif;
	color: steelblue;
	margin: 0 0 10px 0;
	}
p {
	text-align: justify;
	margin: 0 0 15px 0;
	}
	
#Stopka {
	width: 950px;
	text-align: right;
	font-size: 12px;
	font-family: font_tytul, sans-serif;
	color: dimgray;
	background: white;
	padding: 10px;
	margin: 0 auto;
	}
span.Linki {
	float: left;
	display: inline;
	}