/* BACK */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/background.jpg) center top  repeat-x #5e5e5e;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* 3 main elements */

#holder_top {
	margin: 0 auto;
	width: 1008px;
	height: 43px;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/holder_top.jpg) no-repeat;
}

#holder_middle {
	margin: 0 auto;
	width: 1008px;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/holder_medium.jpg) right repeat-y;
}

.sztuczny {
	clear: both;
}

#holder_bottom {
	margin: 0 auto;
	width:1008px;
	clear:both;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/holder_bottom.jpg);
	height: 29px;
}


/* LEFT SIDE */
#left_side {
	float: left;
	width: 244px;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/left_side.jpg);
}

	#left_side_content {
		background: url(/Portals/_default/Skins/ergomedia_nowa/assets/left_side_top.jpg) top no-repeat;
		padding-left: 37px;
		
	}
	
	#left_side_bottom {
		background: url(/Portals/_default/Skins/ergomedia_nowa/assets/left_side_bottom.jpg) top no-repeat ;
		height: 80px;
		padding-top: 30px;
		padding-left: 25px;
	}
	
.news_date {
	margin-top: 20px;
	padding: 5px 5px 5px 20px;
	background: #959595;
	color: #fff;
	width:145px;
	font-size:11px;
}

.news_title {
	font-size: 11px;
}
.news_content {
	margin-top: 5px;
	text-align: justify;
	width: 170px;
	padding-left: 20px;
	color: #959595;
	font-size: 11px;
}

	
/* RIGHT SIDE */	
#right_side {

	float: right;
	width: 764px;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/right_side.jpg);
}

#right_side_content {
	padding-top: 40px;
	padding-right: 44px;
	background: url(/Portals/_default/Skins/ergomedia_nowa/assets/right_side_top.jpg) top no-repeat;
}

#menu {

	text-align: right;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 10px;


}

	#menu a {
		text-decoration: none;

		padding:60px 10px 10px 10px;
		color: #444;
		margin: 0 10px 0 10px;
	}
	
	#menu a:hover {
		background: #4858c2;
		color: #fff;
	}


/* CONTENT */

.infobox {
	float: left;
	margin-bottom: 10px;

}

.infobox_title {
	float: left;
	background: #0070e2;
	color: #fff;
font-size: 12px;	padding: 5px 5px 5px 30px;
	margin:15px 0 5px 0;

}

.infobox_content {
	text-align: justify;
	margin-left: 30px;
	float: left;
	border: 1px solid #ccc;
	background: #f8f8f8;
	color: #666;
	font-size: 12px;
	padding: 15px;
	clear: both;
	
}

.logotypy {
	clear: both;
	border-top: 1px solid #ccc;
}

	.logotyp {
		margin: 0 17px 0 17px;
	}
	
/* UNDER */

#menu_bottom {
	padding-right: 60px;
	margin: 0 auto;
	width: 1008px;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

	#menu_bottom a {
		color: #fff;
		text-decoration: none;
	}
	
	#menu_bottom a:hover {
		color: #000;
		background: #aaa;
		text-decoration: none;
	}

#bottom {
	margin-top: 10px;
	background: #838383;
	width: 100%;
}

.wypis {
	width: 1008px;
	margin: 0 auto;

	color: #dedede;
	font-size: 10px;
	text-align: center;
}

.wypis a:link, 
.wypis a:visited,
.wypis a:active {
	color: #fff;
	text-decoration: none;
}

.wypis a:hover{
	color: #ccc;
	text-decoration: none;
}

.text_bottom {
	width: 1008px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #000;
	font-size: 10px;
	text-align: justify;	
}

#created_by {
	float: left;
	width: 200px;
	border-top: 1px solid red;
}

#copyright {
	float: right;
	text-align: right;
	width: 800px;
	border-top: 1px solid #444;
	
}