@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #2A2A2A;
	background-image: url(../grafika/pasTlo2.jpg);
	background-repeat: repeat-x;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.zasady {
	margin-top: 0px;
	margin-bottom: 0px;
}
#zasady li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bigger {
	font-size: 14px;
}

#container {
	width: 793px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
} 

.aktualnosci {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 10px;
	width: 225px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.aktualnosci  h2  {
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EF1D26;
}
.aktualnosci  p  {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	margin-top: 8px;
	margin-bottom: 4px;
}
#navi   li  {
	display: inline;
	color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EE1C25;
	padding-left: 4px;
	font-size: 13px;
}
#navi  ul  {
	margin: 0px;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.men {
	padding-top: 40px;
}

#navi a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#navi  a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#navi  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navi  a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.greyBack {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
}
h1 {
	color: #CCCCCC;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	margin-top: 15px;
	margin-left: 0px;
}
.logo {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.mapa {
	margin-right: 30px;
	color: #323232;
	font-size: 11px;
	margin-bottom: 18px;
	margin-top: 5px;
}
.find {
	width: 300px;
	float: right;
	margin-top: 15px;
	text-align: right;
}

.formPole {
	font-size: 10px;
	width: 95px;
}
.formBut {
	font-size: 9px;
	width: 45px;
}
.find  #form1  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flash {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}



#header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EC1B1E;
	border-bottom-color: #EC1B1E;
	height: 90px;
	background-color: #FFFFFF;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 18px;
}
#sidebar1 .prezent {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 28px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar1 .prezent p {
	margin-top: 8px;
	margin-bottom: 6px;
}


#mainContent {
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent .osoba p {
	margin-left: 10px;
}
.textGlowny {
	line-height: 16px;
}

.daneArt {
	margin-top: 5px;
	margin-bottom: 5px;
}


#footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 12px;
}
#footer  {
	color: #CCCCCC;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #232323;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent  h3 {
	color: #CCCCCC;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	margin-top: 10px;
	margin-left: 10px;
}
#mainContent .osoba {
	background-color: #2A2A2A;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.kontakty {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#mainContent  h2 {
	font-size: 13px;
	color: #E2E2E2;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	background-color: #515151;
}

.osoba ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.aktualnosci li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 13px;
	color: #CCCCCC;
	background-image: url(../grafika/arrow13.gif);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bezFlash {
	background-color: #343233;
	height: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}

.aktualnosci ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.aktualnosci h3 {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EF1D26;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 li a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar1 li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar1 li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header .mapa a:link {
	color: #666666;
	text-decoration: none;
}
#header .mapa a:visited {
	color: #666666;
	text-decoration: none;
}
#header .mapa a:hover {
	color: #FF0000;
	text-decoration: none;
}
#header .mapa a:active {
	color: #FF0000;
	text-decoration: none;
}
#mainContent  .osoba  p.mapka   {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mapka a:link {
	text-decoration: none;
	color: #999999;
}
.mapka a:visited {
	text-decoration: none;
	color: #999999;
}
.mapka a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.mapka a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.more {
	margin-left: 8px;
	font-size: 11px;
}
.more a {
	color: #CCCCCC;
}
.aktualnosci  .info {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.kontaktyInfo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.later {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 20px;
}
.powrot {
	color: #CCCCCC;
	text-align: right;
	font-size: 11px;
	margin-top: 1px;
}
#mainContent .osoba2 {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.osoba li a:link {
	color: #CCCCCC;
}
.osoba li a:visited {
	color: #CCCCCC;
}
.osoba li a:hover {
	color: #FFFFFF;
}
.osoba li a:active {
	color: #FFFFFF;
}
a.artykulyDalej:link {
	color: #999999;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	padding-left: 10px;
}
.CollapsiblePanelContent td {
	background-color: #363636;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A2A2A;
	border-bottom-color: #2A2A2A;
}
.formNag {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.CollapsiblePanelContent form {
	margin: 0px;
	padding: 0px;
}
.formPytanie {
	font-size: 11px;
	width: 200px;
}

a.artykulyDalej:visited {
	color: #999999;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	padding-left: 10px;
}
a.artykulyDalej:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	padding-left: 10px;
}
a.artykulyDalej:active {
	color: #CCCCCC;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	padding-left: 10px;
}
.artykulyTlo {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#footer  a:link, #footer  a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer  a:hover, #footer  a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.mailek {
	color: #EC1B1E;
}
.linkiText {
	color: #CCCCCC;
	text-decoration: underline;
}
#tabek  h6 {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #515151;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EC1B1E;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#tabek td {
	vertical-align: top;
	padding: 5px;
}
#mainContent .osobaBezRamki {
	background-color: #2A2A2A;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px none #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#CollapsiblePanel2 .CollapsiblePanelContent p {
	font-size: 12px;
}
#CollapsiblePanel2 .CollapsiblePanelContent li {
	font-size: 12px;
}
#pyt td, #pyt2 td {
	background-color: #363636;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #2A2A2A;
	border-bottom-color: #2A2A2A;
}
.formNagWidth {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 84px;
}
.tabFormWidth {
	width: 359px;
}
#flag {
	margin-left: 720px;
}
.aktualnosci h4 {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 13px;
	color: #CCCCCC;
	background-image: url(../grafika/arrow13.gif);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.aktualnosci h3 {
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EF1D26;
}
#sidebar1 h4 a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#navi h3 {
	display: inline;
	color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EE1C25;
	padding-left: 4px;
	font-size: 13px;
	font-weight: normal;
}
#navi {
	text-align: center;
	padding-bottom: 8px;
}
#sidebar1 h4 a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.aktualnosci h4 {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 13px;
	color: #CCCCCC;
	background-image: url(../grafika/arrow13.gif);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
}
#sidebar1 h4 a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar1 h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 h4 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
