body{
	background-color:#000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#all{
	background-color:#EC8D00;
	background-image:url(images/tlo.jpg);
	background-repeat:repeat-y;
	width:900px;
	height:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#top{
	background-image:url(images/flonzo.jpg);
	height:27px;
	min-height:27px;
	background-position:left;
	background-repeat:no-repeat;
	width:900px;
}
#header{
	width:898px;
	border: 1px solid #EC8D00;
	background-color:#0D0D0D;
	height:80px;
	min-height:80px;
}
#menu{
	float:left;
	width:213px;
	height:100%;
	max-width:220px;
	background-image:url(images/tematy.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content{
	float:left;
	width:667px;
	height:100%;
	padding:0 10px;
	font-size:13px;
	text-align:justify;

}
#middle{
	background-color:#EC8D00;
	width:900px;
	height:100%;
}
#footer{
	width:900px;
	background-color:#EC8D00;
	min-height:10px;
	margin:0 auto;
	border-top: 1px solid #000;
	font-size:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;

}
#sitemap{
	width:100%;
	text-align:center;
	background-color:#0D0D0D;
	margin-top:50px;
	font-size:10px;
}
p.sitemap{
	display:inline;
}
p.sitemap:hover{
	background-color:#000;
}


h1{
	color:#FFF;
	text-align:center;

}
h2{
	border-bottom: 1px solid #000;
}
h3{
	border-bottom: 1px solid #000;
}
ul.menu{
	color:#FFF;
	font-size:11px;
	margin: 25px 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}
li.menu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #EC8D00;
}
li.menutop{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #EC8D00;
	border-top: 1px solid #EC8D00;
}
li.menu:hover,li.menutop:hover{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-color:#EC8D00;
}
li.submenu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #EC8D00;
	border-left: 1px solid #EC8D00;
	margin-left:100px;
}
li.submenu:hover{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-color:#EC8D00;	
}
span.akapit{
	padding-left:10px;
}
span.right{
	float:right;
	padding: 0 0 0 10px;
}
img.right{
	float:right;
	padding: 0 0 0 10px;
}
a.menu, a.menu:visited, a.header, a.header:visited{
	text-decoration:none;
	color:#FFF;	
}
a.menu:hover,a.header:hover{
	text-decoration:none;
	color:#FFF;	
}
a,a:visited{
	text-decoration:none;
	color:#0D0D0D;
}
a:hover{
	text-decoration:underline;
	color:#FFF;
}


