/* rzeczy wspolne dla obu layoutow */
body {
	font: normal 11px Arial,sans-serif;
	color: #1A4490;
}
a {
	color: #1A4490;
}
#main {
	width: 950px;
	margin: 0 auto;
}
#header {
	padding: 1px 0 0;
	zoom: 1;
}
#topmenu {
	float: right;
	padding: 11px 12px 0 0
}
#topmenu li {
	margin: 0 0 0 9px;
	padding: 0 0 0 9px;
	background: url('../images/threedots.gif') no-repeat left center;
}
#topmenu li.first-child {
	background: none;
}
#menu {
	width: 700px;
}
#topmenu a {
	color: #1C4591;
}
#menu li {
	padding-left: 1px;
	background: #2B8E39 url('../images/threedots.gif') no-repeat left center;
}
#menu li.first-child {
	padding-left: 0;
	background-image: none;
}
#menu a {
	padding: 10px 14px;
	border-bottom: 5px solid #2D5399;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#menu li.hover a,
#menu li:hover a {
	background-color: #2D5399;
	border-bottom-color: #2D5399;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #2D5399;
	border-bottom-color: #2D5399;
	text-decoration: none;
}
#menu li a.active {
	background-color: #2D5399;
}
#menu ul.dropdown_menu li ul {
	top: 40px;
	padding: 5px 0 5px;
	border-color: #2D5399;
	background-color: #2D5399;
	border-width: 0;
}
#menu li li {
	padding: 0;
	background-color: #2D5399;
	background-image: none;
}
#menu li li a {
	padding: 3px 14px;
	background: none;
	text-align:left;
	font-weight:normal;
}
#menu li li a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	padding: 0 18px 20px;
	background-color: #fafafa;
	border-top: 4px solid #f5f5f5;
	zoom: 1;
}
#footer img {
	float: right;
	display: inline;
	margin: 18px 0 0;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	padding: 10px 0 5px;
}
#footer dl {
	padding: 0 0 5px;
}
#footer dl,
#footer dl a {
	color: #8b8b8b
}
#footer dt,
#footer dd {
	display: inline;
}
/**/
#right .news li .teaser {
	display: none;
}
#right .news li.first-child .teaser {
	display: block;
}