#contentContainer {
	float: left;
	width: 1000px;
}

#popularPanel {
	float: left;
	margin: 2px 0 0 0;
	padding: 8px 0px 12px 25px;
	height: 20px;
	width: 649px;
	border-right: solid 1px #dcf1ff;
  	background: #4589a6;
}

#popularPanel ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#popularPanel ul li {
	float: left;
	margin: 0 20px;
}

#popularPanel ul li a {
	display: block;
	width: 70px;
	height: 22px;
	color: #fff;
	background: #3d6e84 url(../gfx/whiteOnGreenArrow.gif) 60px 7px no-repeat;
	padding: 3px 0 0 10px;
	font-size: 121%;
	font-weight: bold;
	text-decoration: none;
}

#popularPanel ul li a:hover {
	background-color: #244c5e;
}

#popularPanel h2 {
	padding: 0;
	background: url(../gfx/headers/popular.gif) no-repeat;
	width: 117px;
	height: 18px;
	margin: 3px 0 0;
	float: left;
}

#newsletter {
	float: right;
	padding: 8px 0px 12px 25px;
	width: 300px;	
	height: 20px;
	margin: 2px 0 0;
  	background: #4589a6;
}

#mainPanel {		
	width: 1000px;
	margin:0;
  	background: #fff;
}

#contentColumn {
	padding: 20px 0 0 20px;
}

#leftColumn, #rightColumn {
	padding: 10px 10px 10px 10px;
	width: 478px;
  	background: #fff;
}

#leftColumn {
	float: left;
	border-right: solid 1px #dcf1ff;		
}

#leftColumn h2 {
	background: url(../gfx/headers/signNews.gif);
	width: 49px;
	height: 16px;
}

#rightColumn h2 {
	background: url(../gfx/headers/signEvents.gif);
	width: 60px;
	height: 16px;
}


#rightColumn {
	float: right;
}

a.events {
	display : block;
	width: 60px;
	height: 16px;
}

a.news {
	display : block;
	width: 49px;
	height: 16px;
}

/** czcionki **/
body
{
}

.searchbox
{
	text-decoration: underline;
	color: #ffffff;
}


#popularLink
{
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
}

#path
{
	color:#7a7a7a;
	font-size: 11px;
}


.about, .presentation, #submenu, footer
{
	color:#12556d;
}

/* *** */
.column {
	padding-bottom: 20px;
}

.column li {
/*	width: 100%;  */
	float: right;
	display: block;
	height: 25px;
	padding: 7px 0 0;
	width: 190px;
	background: url(../gfx/grayOnWhiteArrow.gif) center right no-repeat;
	border-bottom: 1px solid #e2e2e2;
}

.column .first {
	float: left;
	width: 230px;
	height: 100%;
	padding: 10px 0 0;
	background: none;
	border: none;
}

.column .first p, .column .first h3, .column ul {
	padding: 0;
	margin: 0;
}

.column .first h3 {
	float: left;
	font-size: 9pt;
	color: #237897;
}

.introBox
{
	height: 70px;
	display: block;
	width : 240px;
	float: left;
}

.column .first .date {
	float: right;
	color: #b5b5b5;
}

.column .first .intro {
	line-height: 200%;
	padding: 5px 0 0;
	clear: both;
	position: relative;
}

.column .first .more {
	display: block;
	bottom: 5px;
	right: 0px;
	width: 12px;
	height: 11px;
	background: url(../gfx/greenOnBlueArrow.gif) no-repeat;
	position: absolute;
	right: -32px;
}

.column .first .more span {
	display: none;
}

.column ul {
	padding: 0 10px 0;
	list-style-type: none;
}

.column li.last {
	border-bottom: none;
}

.column li a {
	text-decoration: none;
	color : #000000;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 0;
}

.column li a:hover {
	text-decoration: none;
	color : #000000;
}

.column li a:visited {
	text-decoration: none;
	color : #000000;
}

/* hack */
#menu li.first {
	background: url(../gfx/menuArrow.gif) bottom center no-repeat;
}

#menu li.first a {
	display: block;
	background-color: #f4f4f4;
}

#footer {
	width: 970px;
}