html, body {

	background-color: #DFDFDF;	
	background-image: url('img/background.gif');
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: Medium;

	}



div.top {
	
	width: 800px;
	height: 50px;
	background-color: #000;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: white;
	margin: 0 auto;

	}

div.bottom {

	clear: both;
	width: 800px;
	background-color: #000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: white;
	margin: 0 auto;

	}

div.menu {

	width: 800px;
	height: 30px;
	background-color: #000;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: white;
	margin: 0 auto;

	}
	
div.menu_prawe {

	width: 200px;
	float: right;
	background-color: #DCDCDC;
	margin: 20px 5px;
	padding: 0;

}


div.header{

	width: 800px;
	height: 200px;
	border: 1px solid white;
	background-color: black;
	margin: 0 auto;

	}



div.main{

	width: 800px;
	border: 1px solid white;
	background-color: white;
	margin: 0 auto;
	font-size: small;

	}


div.adres{

	float: right;
	vertical-align: middle;
	color: white;
	background-color: blue;

	}
	
div.tresc{

	width: 586px;
	float: left;
	border: 1px solid white;
	background-color: white;
	margin: 20px 0px; 

	}
	
div.menu_prawy_top {

	width: 180px;
	height: 19px;
	background-image: url('img/menu_top.gif');
	border: 1px solid black;
	color: white;
	font-weight: bold;
	margin: 0 auto;

	}
	
div.menu_prawa_ramka{

	width: 170px;
	border: 1px solid gray;
	background-color: white;
	margin: 0 auto;
	padding: 0px 5px 5px 5px;
}

div.startowa_menu_top{

	width: 270px;
	background-image: url('img/menu_background_bottom.jpg');
	background-repeat: repeat-x;
	border: 1px solid gray;
	float: left;
	margin: 2px;
	padding: 0 5px 5px 5px;
	
}


ul.menu, ul.menu li.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	position: absolute;
	width: 800px;
}

ul.menu li.menu {
	float: left;
	height: 29px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black gray gray black;
}

ul.menu a:link, ul a:visited {
	text-decoration: none;
	font-weight: 500;
	font-size: small;
	display: block;
	width: 131px;
	text-align: center;
	padding: 5px 0;
	background-color: black;
	background-image: url('img/button.gif');
	color: white;
}

ul.menu a:hover {
	background-color: black;
	background-image: url('img/button_hover.gif');
	color: #FFF;
	font-weight: bold;
}

img.bottom{
	
	vertical-align: middle;
	
	}
	
a:link, a:visited {
	color: #005050;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}