﻿body{
	margin: 0px;
	padding: 0px;
	font: 8pt Tahoma;

text-align: right;

}
#top {
	width: auto;
	height: 280px;


}
#top2
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 133px;
	background-image: url('images/gora.png');
	background-repeat: no-repeat;
}
#naglowek
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 44px;
	background-image: url('images/background.jpg'); repeat-x left top;
}

#top3
{
	width: auto;
	height: 110px;
	background-image: url('images/background4.jpg'); repeat-x left top;

}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: inherit;
background-image: url('images/mjproject.jpg');
}



#pudlo{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;

}

#pudlo p {
	padding-left: 25px;
	padding-right: 25px;
	font-family: Century Gothic, Tahoma, Verdana, Ariel;
	font-size: 16px;
	color: #999999;

}



#dol{
margin-left: auto;
margin-right:auto;
margin-top:0px;
width: 800px;
height:129px;


}

/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin-left: 210px;
	padding-top: 80px;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#menu .active a {
	background: #000000;
	color: #cccccc;
}

#menu a:hover {
	background: #ffffff;
	color: #000000;
}


