body {
	background-color: #3a3a3a;
	color: white;
	font-size: 10pt;
}
.ramka {
	background-color: #262626;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: #383838;
	border-style: solid;
	border-width: 3px;
	padding: 10px;
}
.tabela {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: #2e2e2e;
	border-style: solid;
	border-width: 5px;
	background-color: #2e2e2e;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.kolumny {
	vertical-align: top;
	padding: 5px;
}
.kolumna1 {
	width: 630px;
}
.kolumna2 {
	
}
.tytul {
	font-size: 14pt;
	margin-bottom: 10px;
}
.news {
	text-align: justify;
	margin-bottom: 13px;
}
.newstytul {
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 10px;
	margin-top: 0px;
}
.bok {
	margin-bottom: 13px;
}
.logo {
	text-align: center;
	background-color: #262626;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: #2e2e2e;
	border-style: solid;
	border-width: 5px;
}
.menu {
	text-align: center;
	font-size: 13pt;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding: 5px;*/
	/*background-color: #262626;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: #2e2e2e;
	border-style: solid;
	border-width: 5px;*/
	background-color: #383838;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: #2e2e2e;
	border-style: solid;
	border-width: 5px;
}
.menu a {
	margin-left: 50px;
}
.menu a:first-child {
	margin-left: 0px;
}
/*.menu a:link, .menu a:visited {
	color: white;
	text-decoration: underline;
}*/
.stopka {
	text-align: center;
	margin-bottom: 10px;
}
.pasek {
	text-align: center;
	margin: 3px;
	margin-bottom: 5px;
}
/*.pasek a:link, .pasek a:visited {
	color: white;
	text-decoration: underline;
}*/
.polecenie {
	font-style: italic;
}
a:link, a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
input[type="text"] {
	color: white;
	background-color: #2e2e2e;
	border-radius: 2px;
	border-color: #525252;
	border-style: solid;
	border-width: 2px;
}
textarea {
	color: white;
	background-color: #2e2e2e;
	border-radius: 2px;
	border-color: #525252;
	border-style: solid;
	border-width: 2px;
}
select {
	color: white;
	background-color: #2e2e2e;
	border-radius: 2px;
	border-color: #525252;
	border-style: solid;
	border-width: 2px;
}
