@charset "iso-8859-2";
/*
styles by graff.pl
*/

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img/bg.page.gif);
	background-repeat: repeat-x;
	color: #dfdfdf;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #F0BE88;
	background: transparent;
}

a:hover, a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #F0BE88;
	background: transparent; 
	border-bottom: 1px solid #c00;
}

span.bold {
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	vertical-align: top;
}

p.indent {
	text-indent: 5px;
}

img {
	display: inline;
	border: 0px;
}

input, textarea {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BC3B00;
	background-color: #F3BF53;
	color: #000;
}

h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 9px;
	color: #F0AC2D;
}

li {
   list-style-image: url(img/bullet.normal.gif);
}


#mainWrapper {
	width: 750px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	background-image: url(img/bg.mainWrapper.gif);
	background-repeat: no-repeat;
}

div#topMenu {
	width: 748px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	line-height: 100%;
}

div#topMenu span#stronaGlowna {
	display: block;
	float: right;
	height: 13px;
	padding-left: 21px;
	margin-top: 7px;
	vertical-align: middle;
	padding-right: 23px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
}

div#topMenu span#stronaGlowna a {
   font-weight: normal;
	color: #fff;
}

div#topMenu span#flagi {
	display: block;
	float: left;
	height: 13px;
	margin-top: 7px;
	padding-left: 23px;
}

div#topMenu span#flagi img {
	margin-right: 6px;
}

div#topMenu span#flagi a {
   border-bottom: 0;
}

#topImg {
	background-repeat: no-repeat;
	width: 748px;
	height: 252px;
	margin-left: auto;
	margin-right: auto;
}

div#mainMenu {
   width:727px;
	background-image: url(img/bg.mainMenu.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 3px;
	padding-left: 21px;
	height: 20px;
}

div#mainMenu span {
	display: inline;
	height: 13px;
	padding-left: 21px;
	vertical-align: middle;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	line-height: 100%;
}

div#mainMenu span a {
   font-weight: normal;
	margin-right: 20px;
	color: #fff;
}

div#mainMenu span a.activeLink {
	border-bottom: 1px solid #c00;
}


div#content {
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bg.content.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 17px;
	padding-top: 25px;
	min-height: 201px;
}

/*gathering forces against IE min-height bug*/
div#content {
   voice-family: "\"}\""; 
   voice-family: inherit;
   height: 201px;
}

html>body div#content {
  height: auto;
}
/*bug undone*/

#footer {
	float: left;
	width: 748px;
	height: 23px;
	border-top: 1px solid #666;
}

#footer p {
   font-size: 9px;
	color: #666;
	text-align: center;
}

#footer a:link, #footer a:visited {
   font-size: 9px;
	font-weight: normal;
	color: #666;
}

#footer a:hover, #footer a:active {
   font-size: 9px;
	font-weight: normal;
	color: #666;
}

div#col1 {
	float: left;
	width: 340px;
}

div#col2 {
   float: right;
	width: 340px;
}

div#col2Wrapper {
   float: right;
	width: 360px;
	background-image: url(img/bg.spike.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
	min-height: 270px;
}

div#col2Wrapper {
   voice-family: "\"}\""; 
   voice-family: inherit;
   height: 270px;
}

html>body div#col2Wrapper {
  height: auto;
}