html {
	font-family:Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	}
body 
	{
	background-image: url('../images/topbg.png');
	background-repeat: repeat-x;
	margin:0;
	}

.naglowek {
	background-image: url('../images/naglowek_107.png');
	background-repeat: no-repeat;
	min-height: 107px;
	margin: 0px;
	width: 915px;
	opacity: 0.8;
	}
div.menu {
	background-image: url('../images/menu_span_bg.gif');
	background-repeat: repeat-x;
	width:915px;
	min-width:915px;
	min-height:40px;
}
div.bottom{
	background-image: url('../images/menu_span_bg.gif');
	background-repeat: repeat-x;
	width:915px;
	min-width:917px;
	min-height:40px;
	-moz-border-radius: 0 0 10px 10px;
}
div.content{
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-y;
	width:919px;
	min-width:919px;
	min-height:400px;
	text-align: left;
}
div.zawartosc {
	margin-left:10px;
	padding:10px;
	padding-top:65px;
	text-align: justify;
	
	}
hr.red {
	color: #871A1A;
	height: 2px;
	}
h2.czysty {
	font-size: inherit;
	font-weight: inherit;
	color: #FFFFFF;
	background-image: url("../images/menu_span_bg.gif");
	background-repeat: repeat-x;
	min-height: 40px;
	min-width: 880px;
	width: 880px;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 10px;
	}
.none
	{
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	}
span.lang {
	float: left;
	margin-top: 90px;
	margin-left: 120px;
	}
span.lang a {
	color: #5E0404;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 26px;
	}
ul#topnav {
	background-image: url('../images/menu_span_bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	font: 10px Verdana,Geneva,sans-serif;
	width:510px;
	margin-top: 0px;
	
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	/*width: 100%;*/
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
