/* rzeczy wspolne dla obu layoutow */
body {
	font: normal 11px Arial,sans-serif;

}
a {
	color: #1A4490;
}
#main {
	width: 1200px;
	margin: 0 auto;
}
#header {
	padding: 1px 0 0;
	zoom: 1;
}
#header #contact, #lang {
    float: right;
    margin: 20px;
}
#header #contact a, #lang a {
    margin: 0 5px;
}
#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 50px 20px;
	background-color: #fafafa;
	border-top: 4px solid #f5f5f5;
    color: #3e3e3e;
    line-height: 20px;
	zoom: 1;
}
#footer_bottom {
    float: left;
    height: 80px;
    width: 968px;
}
#footer_bottom p a {
    margin-left: 20px;
}
#footer_bottom img {
	float: right;
	display: inline;
	margin: 18px 0 0 27px;
}
#footer_bottom p {
	padding: 10px 0 5px;
    color: #8B8B8B;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer dl {
	padding: 0 0 5px;
}
#footer dl,
#footer dl a {
	color: #8b8b8b
}
#footer dt,
#footer dd {
	display: inline;
}
#footer li {
    list-style-type: none;
    line-height: 20px;
    margin-left: 10px;
}
#footer .column_footer {
    height: 240px;
    width: 200px; 
    float: left;
    margin-left: 40px;
}

#footer .section_footer {
    margin: 10px 0;
}
#footer .section_footer .section_title a{
    color: #3E3E3E;
    font-weight: bold;
    margin-bottom: 5px;
}
#footer #emails {
    line-height: 14px;
}
/**/
#right .news li .teaser {
	display: none;
}
#right .news li.first-child .teaser {
	display: block;
}
