html
{
	margin: 0;
}

body
{
	margin: 0;
	background: #eff8fc url(../img/body_bkg.png) 0 0 repeat-x;
	font-family: tahoma;
}

body.pages
{
	margin: 0;
	background: #eff8fc url(../img/body_bkg_pages.png) 0 0 repeat-x;
	font-family: tahoma;
}

.snow
{
	width:25px;
	height:28px;
	background: url(../img/snow.gif) 0 0 no-repeat;
}


#wrapper
{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

#header
{
	width: 960px;
	margin: 0;
	padding: 0;
	height: 70px;
	background: url(../img/head_bkg.png) 0 0 repeat-x;
}

#header_left
{
	margin: 0;
	padding: 0;
	height: 70px;
	width: 350px;
	background: url(../img/head_bkg_left.png) 0 0 no-repeat;
}

#header_right
{
	position: relative;
	margin: 0;
	padding: 0;
	left: 956px;
	top: -70px;
	height: 70px;
	width: 4px;
	background: url(../img/head_bkg_right.png) 0 0 no-repeat;
}

a#logo
{
	display: block;
	position: relative;
	background: url(../img/logo.png) 0 0 no-repeat;
	left: 10px;
	top: 17px;
	width: 224px;
	height: 37px;
	color: #454a4f;
}
a#facebook
{
	display: block;
	position: relative;
	background: url(../img/facebook.jpg) 0 0 no-repeat;
	left: 13px;
	top: 10px;
	width: 20px;
	height: 20px;
	color: #454a4f;
}

a:hover #logo
{
	text-decoration: none;
}

#f_top
{
	position:relative;
	display:block;
	top:40px;
	left:40px;
	/*border:red 1px solid;*/
	width:100px;
	height:30px;
}



#top_menu
{
	position: relative;
	top: -70px;
	left: 350px;
	width: 690px; /* for ie */
	display: block;
	background: url(../img/menu_bar.png) 0 0 no-repeat;
}

#top_menu li
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background: url(../img/menu_bar.png) 100% 0 no-repeat;

}

#top_menu li.first
{
	padding-left: 0;
}

#top_menu li a
{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	float: left;
	display: block;
	height: 43px;
	padding: 25px 20px 0 20px;
}

#top_menu li a.home
{
	padding-top: 27px;
	height: 41px;
}

#top_menu li a.lang
{
	padding-top: 28px;
	padding-left: 5px;
	padding-right: 5px;
	height: 41px;
}

#top_menu li a.login
{
	color: #6fd0f1;
}

#top_menu li.active a,
#top_menu li a:hover
{
	text-decoration: none;
	background: url(../img/head_menu_active.png) 0 0 repeat-x;
}



/* info box */
#info_box
{
	display: block;
	background: url(../img/info_box_bkg.jpg) 0 0 no-repeat;
	width: 960px;
	margin: 0;
	padding: 0;
	height: 495px;
}

#info_box_pages
{
	display: block;
	width: 960px;
	margin: 0;
	padding: 0;
	height: 340px;
	z-index: 2;
}


#info_box_txt
{
	width: 464px;
	height: 183px;
	margin: 0;
	position: relative;
	top: 43px;
	left: 11px;
}

a#info_box_button
{
	display:block;
	width: 349px;
	margin: 0;
	padding: 0;
	height: 93px;
	position: relative;
	top: 60px;
	color: transparent;
}

a#info_box_button_pages
{
	display:block;
	width: 299px;
	margin: 0;
	padding: 0;
	height: 96px;
	position: relative;
	top: 249px;
	left: 649px;
	color: transparent;
	z-index: 5;
}

#content_wrapper
{
	position: relative;
	z-index: 1;
}


#footer
{
	height: 254px;
	background: #2f3237 url(../img/footer_bkg.png) 0 0 repeat-x;
}

#footer_box
{
	width: 960px;
	height: 31px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

#bottom_menu
{
	position: absolute;
	left: 10px;
}

#bottom_menu li
{
	float: left;
	padding-left: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #646e7a;
}

#bottom_menu li.first
{
	padding-left: 0;
}


#bottom_menu li a
{
	font-family: Arial;
	font-size: 12px;
	color: #646e7a;
	float: left;
	display: block;
}

#bottom_menu li a:hover, #bottom_menu li a.active
{
	text-decoration: underline;
}


#bottom_cr
{
	position: absolute;
	left: 10px;
	top: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #646e7a;
}

#f_bottom
{
	position: absolute;
	top:3px;
	left:602px;
	width:100px;
	height:30px;
	z-index: 0;
}

a#progman_logo
{
	display: block;
	background: url(../img/progman.png) 0 0 no-repeat;
	width: 119px;
	height: 31px;
	float: right;
	margin-right: 10px;
	border: 0;
	color: #323539;
	z-index: 3;
}

a:hover#progman_logo
{
	text-decoration: none;
}

a.blue
{
	font-family: Arial;
	font-size: 12px;
	color: #70cff6;
}

a.blue:hover
{
	text-decoration: underline;
}


/* definicja czcionek na stronie */

#content
{
	margin: 0;
	padding: 0;
	padding-bottom:55px;
	min-height: 460px;
	_height: 460px;
	font-family: Arial;
	font-size: 12px;
	color: #3b4045;
	line-height: 17px;
	/*border: 1px solid red;*/
	width:600px;
}


#content.content_pages
{
	margin-top: -180px;
	padding-left: 10px;
	min-height: 600px;
	_height: 600px;
}



#news
{
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	width: 360px;	
	padding: 0;
	position: absolute;
	top:27px;
	left:600px;
	/*margin-top:28px;*/
	/*border: 1px solid red;*/
}

#news.content_pages
{
	position: absolute;
	top:207px;
	left:660px;
	width:300px;
	/*margin-top:28px;*/
	/*border: 1px solid red;*/
}


.panel
{
	overflow: auto;
}