body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #2c2c2c;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:url('images/tlo.jpg');
	background-repeat:repeat-x;
}

#wrapper-header {
	width: 942px;
	margin: 0 auto;
}

#header {
	background: url('images/topka.jpg') right no-repeat;
	height: 99px;
	text-align: left;
}

#logo{
	width:233px;
	float:left;
}

#napis{
	width:370px;
	margin-right:20px;
	display:inline;
	float:right;
	padding-top:10px;
}

#napisA{
color:#FFFFFF;
border-bottom:1px dashed #999;
padding-bottom:3px;
padding-top:20px;
font-size:22px;
font-weight:bold;
text-align:right;
}

#napisB{
color:#FFFFFF;
padding-top:3px;
font-size:12px;
text-align:right;
}

#napisB span{
font-weight:bold;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
width:942px;
margin:0 auto;
display:table;
padding-left:10px;
}

#menu{
display:tablel;
margin:0 auto;
}

#menu ul{
margin:0px;
padding:0px;
}

#menu li{
list-style:none;
float:left;
}

#menu a{
}

#menu a:hover{
}

.menu_default a{
display:block;
width:114px;
height:42px;
margin:0 9px;
background-image:url('images/menu/glowna.jpg');
background-repeat:no-repeat;
color:#FFFFFF !important;
text-decoration:none !important;
font-size:12px;
padding-top:10px;
}

.menu_default a:hover{
display:block;
width:114px;
height:42px;
background-image:url('images/menu/glowna_on.jpg');
background-repeat:no-repeat;
text-decoration:none;
padding-top:10px;
}

.menu_current a{
display:block;
width:114px;
height:42px;
margin:0 9px;
background-image:url('images/menu/glowna_on.jpg');
background-repeat:no-repeat;
color:#FFFFFF !important;
text-decoration:none !important;
font-size:12px;
padding-top:10px;
}

.content {
	width:942px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding:15px;
	background:#2c2c2c;
	font-size: 90%;
	text-align: left;
	color: #FFFFFF;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {

	margin: 0 auto;
	padding: 2px 1%;
	width:942px;
	text-align: center;
	color: white;
	letter-spacing: 0.15em;
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }