/* projekt marszu 2010 */


/* IE6 przezroczystosc PNG */
/* Do elementu w ktorym chcesz umiescic PNG dodaj klase: .iepng */
.iepng {
 behavior: url(iepngfix.htc);
 }
 
 body {
	background: #121212 url(../obrazkidizajn/bgtlo.jpg) repeat fixed;
	z-index: 1;
}

a.mail:link{
	 font-family: Georgia;
	color: #909090;
	text-decoration: none;
	word-spacing: normal;
	line-height: 1.2em;
	font-size: 1.em;
}

a:hover.mail {
	color: #909090;
}

a:visited.mail {
	color: #909090;
}


p{
	font-family: Georgia;
   color: #909090;
   text-decoration: none;
   word-spacing: normal;
   text-align: left;
   line-height: 1.2em;
   font-size: 1.em;
}
h1 {
	font: 0.9em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #909090;
	width: 960px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 20px;
}

#tabelakontakt {
margin-top: 40px;
margin-left: 100px;
}

#tabelakontakt td {
  padding: 0px;
}

#tabelakontakt td.text {
	vertical-align: middle;
	padding-right: 40px;
}


 /* Banner gorny szerokosc 100% */
#baner {
	background: #070707; /*url(../obrazkidizajn/tlobaner.jpg) repeat-x scroll 0 0;*/
	height: 60px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #2A2A2A;
}

 /* menu wysrodkowane w banerze */
#menu {
	width: 960px;
	height: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.czysc{
	font-size:0;
   line-height:0;
   height:0;
   display:block;
   clear:both;
	}
	
#kontener{
	width:960px;
	padding-top: 80px;
	margin: auto;
}

.underlinemenu{
   margin-left: 220px;
	width: 100%;
	font-family: Georgia;
	font-size: 1em;
}

.underlinemenu ul{
padding: 22px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: Gray;
	background-color: #1C1C1C;
	padding: 6px 10px 6px 10px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /* odstep miedzy pozycjami menu */
	text-decoration: none; /* border-bottom: 3px solid #1C1C1C; /*dolne podkreslenie 3px*/
   border: 1px solid #1C1C1C;
}


.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #E3E3E3;
	background-color: #8A4829; /* border-bottom-color: black; /*dolne podkreslenie hover */
	border: 1px solid #252525;
}
 

 /* klasa kontenera na prace */
.praca {
	width: 460px; height: 216px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	background: Aqua;
}

