body {
	margin:0px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	background:#f0f0f0;
}
td {
	font-family: tahoma, verdana, arial;
	font-size:11px;
	color:#666666;
	text-align:justify;
}
a {
	color:#e80900;
	text-decoration:none;
}
a:hover {
	color:#e80900;
	text-decoration:underline;
}
#head {
	width:100%;
	height:80px;
	background:#ffffff;
}
#headbox {
	width:760px;
	height:80px;
	margin:auto;
}
#menu {
	width:100%;
	height:30px;
	border-top: 1px solid #e80900;
	border-bottom: 1px solid #e3e3e3;
	background-image: url(gfx/menu_bg.png);
	background-repeat: repeat-x;
}
#menubox {
	width:760px;
	heigth:22px;
	margin:auto;
	padding-top:8px;
	font-size:11px;
	color:#777777;
	text-align:center;
}
#menubox ul {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
#menubox li {
	float:left;
	margin:0 12px;
}
#menubox a {
	color:#777777;
	text-decoration:none;
}
#menubox a:hover {
	color:#e80900;
}
#body {
	width:100%;
	background:#ffffff;
	background-image: url(gfx/body_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:20px;
	padding-top:20px;
}
#bodybox {
	width:760px;
	margin:auto;
	display:block;
}
#foot {
	width:100%;
	background: #f0f0f0;
	border-top: 1px solid #e3e3e3;
	padding-top:10px;
	padding-bottom:30px;
}
#footbox {
	width:760px;
	margin:auto;
	color:#777777;
}
#przetestujbox {
	width:230px;
	height:230px;
	background-image: url(gfx/przetestuj_box.png);
	background-repeat: no-repeat;
	padding:10px;
	margin-bottom:6px;
}	
