body {
	font-family: tahoma;
	font-size: 11pt;
	background: rgb(45,45,45);
	margin: 0px;
}
a, a:link, a:visited {color: DodgerBlue;}
a:hover {color: LightSkyBlue;}
.winieta {
	height: 145px;
	text-align: center;
	margin: none;
}
.mainmenu, .stopka {
	clear: both;
	font-family: verdana;
	font-size: 10pt;
	border-top: 1px solid #717856;
	border-bottom: 1px solid #717856;
	background: #899269;
	overflow: auto;
	margin: 0px;
}
.mainmenu {
	width: 100%;
	border-collapse: collapse;
	border: none;
	background: url("grafika/menu.jpg") repeat-x;
	height: 40px;
	margin-top:1px;
	white-space: nowrap;
	position: relative;
	/*z-index: 1000;*/
}
.stopka {
	font-size: 8pt;
	margin-top: 5px;
	padding: 2px;
	text-align: center;
}
.mainmenu a{
	text-decoration: none;
}
.menu {
	overflow: auto;
	vertical-align: top;
	padding: 0px;
}
.menu, .menu a, .menu a:link, .menu a:visited, .menu a:hover {
	color: white;
	font-weight: bold;
	font-size: 10pt;
}
.menu a.title {
	padding: 8px 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	display: block;
}
.menu .title.active {
	/*background: black;
	opacity: 0.5;*/
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.menu .items{
	clear: both;
	position: absolute;
	color: white;
	margin-top: 0px;
	border: 3px solid black;
	padding-bottom: 2px;
	display: none;
	/*background: #899269;*/
	background: #4B4B4B;
}
.menu .items a, .menu .items .kategoria{
	padding: 2px 5px;
	display: block;
	color: white;
	/*background: #899269;*/
	background: #4B4B4B;
	border-width: 1px;
	border-color: black #4B4B4B;
	border-style: solid;
	/*border-top: 1px solid #899269;
	border-bottom: 1px solid #899269;
	border-left: 1px solid #717856;
	border-right: 1px solid #717856;*/
	white-space: nowrap;
	font-size: 10pt;
}
.menu .items .kategoria {
	background: rgb(100,0,0);
	color: gainsboro;
	cursor: default;
	overflow: auto;
}
.menu .items a:hover {
	color: white;
	background: #717856;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.wrapper{
	background: url("grafika/bg_navy.jpg") black;
	position: relative;
	width: 700px;
	margin: 0px auto;
	overflow: auto;
	color: white;
	clear: both;
}
.content {
	color: white;
	padding: 16px;
	clear: both;
	min-height: 400px;
}
.content h1{
	font-size: 14pt;
	color: #899269;
}
.content h2{
	font-size: 13pt;
	color: dodgerblue;
}
.toolbar {padding: 2px 4px;}
.mainTitle {
	margin-top:3px;
	text-align: center;
	/*color: #969876;*/
	color: #BE0000;
	font-weight: bold;
	font-size: 14pt;

}
.languageSel {
	text-align: left;
	float: left;
	z-index: 100;
}
.licznik {
	text-align: right;
}

img {
	border: none;
}
i {color: dodgerblue;}
