* {
	margin: 0;
	padding: 0;
}


body {
	background: #000969 url(../grafika/tlo2.jpg) top no-repeat;
}

.tekst {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}

.maly {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.stopka {
	font-family: Verdana;
	font-size: 10px;
	color: #888888;
}

a {
	font-weight: none;
	text-decoration: none;
	color: #1e7bf5;
}

a:hover {
	font-weight: none;
	text-decoration: underline;
}

/* DODANE PRZEZ EXPERIENCEIT.PL */
.wrapper {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

h1 {
  position: absolute;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  font-family: Arial, Verdana;
  font-style: italic;
  left: -169px;
  top: -5px;  
}

.content {
  width: 500px;
  margin: 60px 0 0 300px;
  text-align: center;
}

#nav {
	height: 25px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 10px;
}
  #nav li {
    float: left;
    height: 25px;
    padding-right: 25px;
  }
  #nav li.last {
    padding-right: 0;
  }
  
#nav a {
  font-family: Arial, Verdana;
  font-size: 13px;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  padding: 6px 15px 6px 15px;
}
  #nav a:hover {
    color: #eb0000;
  }
 
.footer_links {
	width: 500px;
	height: 50px;
}

.stopka {
	width: 500px;
	height: 50px;
	margin-top: 20px;
}

.main_content {
	clear: both;
	width: 500px;
	height: 390px;
}

.main_content p {
	margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.main_content img {
	border: none;
}

.main_content p.margin30 {
	margin-bottom: 30px;
}

.main_content form p {
  margin-bottom: 0;
}






