/* ------------------------------------------------------- */
/* --------------------------------------------- AK - 2009 */
/* ------------------------------------------------------- */
/* html, body */

body {
	margin: 0;
	padding: 0;
	
	background-color: #403a3e;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	
	color: #444444;
	font-size: 12px;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
}

/* ------------------------------------------------------- */
/* clear, onfocus='blur()' */

img { border: 0 none; }
a { outline: none; }
a img { outline: none; }
input { outline: none; }

/* ------------------------------------------------------- */
/* wrap div's contents */


#container {
	margin: 0 auto;
	width: 903px;
	margin-top: 20px;
}

#header {
	float: left;
	width: 903px;
	background-image: url('../img/bg_header.png');
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 903px;
	height: 39px;
	
	background-image: url('../img/bg_menu.png');
	background-repeat: repeat-x;
}

#logo {
	float: left;
	width: 400px;
	height: 126px;
}

#top_menu {
	float: right;
	width: 450px;
	padding: 10px 10px 0px 0px;
	
	text-align: right;
	font-size: 11px;
	color: #debace;
}

#search {
	float: right;
	padding: 8px 18px 0px 0px;
}

#search #searchBtn {
	margin: 0;
	padding: 0;
	float: left;
	width: 26px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	display: inline;
	
	border: 0 none;
	outline: 0 none;
	background-image: url('../img/btn_search.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

#search #searchText {
	margin: 0;
	float: left;
	padding: 4px 4px 0px 2px;
	width: 118px;
	height: 16px;
	
	border: 0 none;
	outline: 0 none;
	background-image: url('../img/bg_search.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	font-family: inherit;
	font-size: 11px;
	color: #7a7a7a;
}


#wrapper {
	padding: 14px 0px 14px 0px;
	width: 901px;
	float: left;
	
	border: 1px solid #b5b5b5;
	border-top: 0px none;
	background-color: #fff;
}

#wrapper #leftSide {
	float: left;
	width: 194px;
	padding-left: 11px;
}

#wrapper #rightSide {
	float: right;
	width: 666px;
	padding-right: 15px;
}

#footer {
	float: left;
	margin: 14px 0px 20px 0px;
	width: 903px;
	height: 65px;
	
	background-color: #80024b;
	color: #fff;
	text-align: center;
}

#footer #contact {
	padding: 10px 20px 0px 20px;
}

#footer #copyrights {
	float: left;
	font-size: 10px;
	padding-left: 12px;
}

#footer #footer_menu {
	padding: 2px 20px 0px 20px;
}

#breadcrumb {
	font-size: 10px;
	color: #989898;
}

#submenu {
	padding-bottom: 20px;
}

#banner_poziom { width: 666px; height: 204px; }
#banner_pion { width: 215px; height: 316px; float: right; }

.main_news {
	float: left;
	width: 415px;
	margin-top: 2px;
	padding-left: 3px;
	border-top: 1px solid #bdbdbd;
}

/*------------------------------------------------------- */
/* texts */

#footer #contact p {
	margin: 0;
	padding: 3px 0px 3px 0px;
}

#leftSide h2, h3, h4, h5 {
	margin: 0;
	padding: 0px 6px 0px 6px;
	font-weight: normal;
}

#leftSide h2 {
	font-size: 20px;
	font-weight: bold;
}

#leftSide h3 {
	padding: 6px 6px 6px 6px;
	font-size: 14px;
}

#leftSide h4 {
	padding: 2px 6px 0px 6px;
	margin-bottom: 16px;
	font-size: 12px;
	text-align: right;
	height: 35px;
	border-bottom: 1px solid #bdbdbd;
}

.content h1 {
	margin: 0;
	padding: 10px 0px 2px 0px;
	font-size: 20px;
	font-weight: normal;
}

.main_news div {
	display: block;
	float: left;
	width: 100%;
}

.main_news div.title { padding-top: 16px; }
.main_news div.readmore { padding-bottom: 10px; }

.main_news .title h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	float: left;
	width: 320px;
}

.main_news .title h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	float: right;
	width: 90px;
	text-align: right;
}

.main_news .headline p { margin: 0; padding: 4px 0px 4px 0px; }

.main_news .readmore { text-align: right; }


/*------------------------------------------------------- */
/* list ul ol li */

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	text-align: center;	
}

#menu li {
	display: inline;
	float: left;
	height: 39px;
}

#menu ul a {
	display: block;
	float: left;
	height: 28px;
	padding: 11px 21px 0px 21px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover, #menu li.selected a {
	background-image: url('../img/menu_selected.png');
	background-repeat: repeat-x;
}

#menu li.sep {
	background-image: url('../img/menu_sep.png');
	background-repeat: no-repeat;
	width: 2px;
}


#submenu ul {
	padding: 0;
	margin: 0;
	
	list-style-type: none;
	list-style-position: outside;
}

#submenu ul li a {
	display: block;
	padding: 0px 16px 0px 16px;
	
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	background-color: #80024a;
}

#submenu ul li a:hover, #submenu ul li.selected a {
	background-color: #68023c;
	text-decoration: none;
}

#submenu li.sep {
	border-top: 1px solid #5f022e;
	border-bottom: 1px solid #9b0568;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

ul.sitemap {
	list-style-type: upper-roman;
}

ul.search {
	list-style-type: decimal;
}



ul.sitemap ul {
	list-style-type: decimal;
}

ul.sitemap li { padding: 2px 0px 2px 0px; }




/*------------------------------------------------------- */
/* links */

a:link { color: #a00257; text-decoration: underline; }
a:active { color: #a00257; text-decoration: underline; }
a:visited {	color: #a00257; text-decoration: underline; }
a:hover {	color: #a00257; text-decoration: underline; }

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#footer_menu a {
	color: #fff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

#leftSide a.partner_banner {
	display: block;
	padding-top: 10px;
}

#leftSide h4 a:hover {
	text-decoration: underline;
}

#top_menu a {
	color: #debace;
	text-decoration: none;
}

#top_menu a:hover {
	color: #fff;
}

#breadcrumb a {
	color: #989898;
	text-decoration: none;
}

#breadcrumb a:hover { color: #000; }