/* podstawowe */
html, body {
	font: verdana,Helvetica,sans-serif;
	background-color: #EBF8FD;
	margin:0;
	padding:0;
}
h1 {
  padding-top:10px;
  height:18pt;
  display: block;
  font-variant: small-caps;
}
h1 a {
	text-decoration: none;
}
h2 {
	color: #141558;
	font: 10pt/12pt;
}
h2 a {
	text-decoration: none;
}
p {
	font: 10pt/12pt;
}
p:first-letter {
	font-size: x-large; 
} 
a {
	color: #141558;
}
 a:hover {
	text-decoration: underline;
}
a[target] { 
	cursor: crosshair; 
}

.pogrubiony {
	font-weight: bold;
	font-size: 120%;
}
.center {
	text-align: center;
}

/* layout */

#kontener {
	width: 780px;
	margin: 0 auto;
	padding:0;
	overflow: hidden; 
}

#top {
	width: 100%;
	height: 200px;
	min-height: 200px;
	background: url(../images/top.jpg) no-repeat;
}

#naglowek {
	width: 500px;
	text-align: center;
}
#menu_poziome {
	margin:0;
	padding:0;
	background-color: orange;
	width: 100%;
	height: 10px;
	min-height: 10px;
}
#menu {
	width: 180px;
	float: left;
	font-variant: small-caps;
	background: #2458A1 url(imgages/shadow_top.gif) repeat-y;
	height: auto;
	padding-top: 20px;
	padding-bottom:10000px;
margin-bottom:-10000px;
}
.element_menu {
	text-align: left;
	text-decoration: none;
	color: white;
	font-size: 150%;
}

#tresc {
	height: auto;
	width: 560px;
	float: left;
	text-align: justify;
	padding: 20px 20px 20px 20px;
}

#stopka {
	clear: both;
	width: 100%;
	background-color: #2458A1;
	text-align: center;
}
.link_stopki {
	text-decoration: none;
	color: white;
	font-size:small;
}
/* formmailer */
fieldset { 
border:0;margin:0;padding:0; 
}
label { 
display:block;
}
input.text,textarea {
	width: 300px;
	font: 12px/12px;
	color: #333;
	padding: 5px;
	margin: 1px 0;
	border: 1px solid #ccc;
}
input.submit { 
padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; 
}
 #lynk {
	font-size:x-small;
	text-align: center;
}  

#promocja {
	padding-left: 5px;
	text-transform: uppercase; 
	color: #FFF;
	font-weight: bolder;
	text-align: center; 
}   
.promocja_blok {
	display: block; 
	background: #FFA500;
	margin-right: 5px;
}