#branding {
	width: 1000px;
	margin: 0 auto 10px auto;
}
#menu, #informations{
	width: 205px;
	height:180px;
}
#menu {
	float:left;
	width:100%;
	height:40px;
	background: url(../images/backgrounds/bckg_menu_v2.png) no-repeat;
}
#menu ul {
	list-style: none;
	margin: 8px 15px 0px 65px;
}
#menu li {
	padding-left: 50px;
	display:inline;
}
#menu li * {
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	line-height: 25px;
	height:200px;
}
#informations {
	float:left;
	width: 100%;
	height: 40px;
	background: url(../images/backgrounds/bckg_informacje_v2.png) no-repeat;
	margin-bottom: 10px;
}
#informations p {
	display:none;
	font-size:20px;
	margin: 16px 0 0 30px;
	color:#fff;
}
#informations ul {
	list-style-type:none;
}
#informations li {
	padding: 0 0 0 35px ;
	display:inline;
}
#informations li * {
	color:#FFF;
	font-size: 11px;
	line-height: 40px;
	text-decoration:none;
}

/*slider*/
#advertise {
		float:left;
	}
	#advertise ul, #advertise li {
		margin:0;
		padding:0;
		list-style:none;
		
		}
	
	#reklama {
		position:relative;
		float:left;
		width:1000px;
		height:180px;
		overflow:hidden;
	}
	#advertise li { 
		width:1000px;
		height:180px;
		overflow:hidden; 
		float:left
		}														
	#controls{
		position:absolute;
		margin:0;
		bottom: 10px;
		right: 10px;
		padding:0;
		height:15px;	
		}
	ol#controls li{
		margin:0 2px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #000;
		background:#fff;
		color:#000;
		width: 15px;
		text-align:center;
		font-size:12px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#c2c2c2;
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
