@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#0A0702;
	font-family:"Times New Roman", Times, serif;
	
	color:#eee;
	font-size: 14px; 
	
}
div{
	/*
border:1px solid #fff;
*/
}
img{
	border:0px;
}
a{
	color:#FDF6A6;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}

ul{
	list-style:square;
}
#all{
	margin: 0 auto;
	padding:0px;
	width:932px;
}

#header{
	height:200px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}
#underheader{
	height:56px;
	background-image:url(../img/underheader.jpg);
	background-repeat:no-repeat;
}
#footer{
	clear:both;
	height:46px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}
#partners{
	clear:both;
	background-image:url(../img/content-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:932px;
	height:123px;
	z-index:1;
}
#contentarea{
	margin:0;
}

#menu{
	float:left;
	width:179px;
}
#menutop{
	height:74px;
	background-image:url(../img/menu-top.jpg);
	background-repeat:no-repeat;
}
#menu-content{
	width:inherit;
	background-image:url(../img/menu-content.jpg);
	background-repeat:repeat-y;
	padding-bottom:5px;
}

#menubottom{
	height:6px;
	background-image:url(../img/menu-bottom.jpg);
	background-repeat:no-repeat;
}

#menu-content ul{
	margin-left:-33px;
	margin-top:0px;
	list-style:none;
	width:142px;
}
#menu-content ul li{
	font-size: 17px; 
	font-weight:bold;
	padding-top:3px;
}
#menu-content ul li ul{
	margin-left:-28px;
	list-style:none;
	width:100%;
}
#menu-content ul li ul li{
	font-size: 14px; 
	font-weight:normal;	
}
#content{
	float:left;
	width:752px;
	background-image:url(../img/content.jpg);
	background-repeat:repeat-y;
}
#h1{
	background-image:url(../img/h1.jpg);
	background-repeat:no-repeat;
	height:54px;
	padding-top:10px;
	margin-bottom:10px;
	text-align:center;	
	font-weight:bold;
	font-size:26px;
	color:#FDF6A6;
}
#menu2{
	background-image:url(../img/fill.jpg);
	margin-bottom:-15px;
}
#inside{
	padding-left:20px;
	padding-right:20px;
	margin-top:-10px;
	width:640px;
	text-align:justify;
}
#blank{
	width:52px;
	float:left;
	background-image:url(../img/blank.jpg);
	height:500px;
}
.ukryty {display:none}
.widoczny {display:inline}