@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#424242;
	background-image:url(../gfx/page_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

a, a:visited {
	color:#009eec;
	text-decoration:underline;
}

a:hover {
	color:#009eec;
	text-decoration:none;
}

#container {
	width: 1000px;
	margin:auto;
	min-height: 70px;	
}

#header {
	width: 971px;
	/*
	height: 165px;
	padding-top: 15px;
	*/
	padding-left: 29px;
}

#top_menu {
	width: 992px;
	height: 60px;
	background-image:url(../gfx/top_menu.png);
	padding-left: 8px;
}

#top_menu img {
	vertical-align:top;
}

#top_menu a, #top_menu a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-left: 24px;
	padding-right: 24px;
	display:inline-block;
	height: 60px;
	line-height: 60px;
}

#top_menu a:hover, #top_menu a.active {
	background-image:url(../gfx/top_menu_hover.png);
	background-repeat: repeat-x;
	background-position: center 4px;
}

#banner {
	width: 1000px;
	height: 229px;
}

#bar {
	width: 1000px;
	height: 21px;
	background-image:url(../gfx/bar.png);
}

#inner {
	width: 970px;
	margin:auto;
	background-image:url(../gfx/inner_bg.png);
	min-height:100px;
}

#left_col {
	width: 186px;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
}

/*
NOWE MENU 
*/
#left_menu h3 a, #left_menu h3 a:visited, #left_menu h2 {
	font-size: 18px;
	color:#00a8ec;
	text-decoration:none;
	display:block;
	width: 176px;
	min-height: 26px;
	line-height: 26px;
	margin-left: 10px;
	cursor:pointer;
}

#left_menu h3 a:hover, #left_menu h2:hover {
	text-decoration:underline;
}

.submenu {
	
}

a.submenu_item {
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	display:block;
	width: 151px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	background-image:url(../gfx/left_menu_pointer.png);
	background-position: left 9px;
	background-repeat:no-repeat;
	margin-left: 10px;
}

a.submenu_item:hover{
	text-decoration:underline;
}

a.sub_sub_cat, a.sub_sub_cat:visited {
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	display:block;
	width: 139px;
	height: 24px;
	line-height: 24px;
	padding-left: 37px;
	margin-left: 10px;
}

a.sub_sub_cat:hover {
	text-decoration:underline;
}
/*
KONIEC NOWEGO MENU
*/

a.main_cat, a.main_cat:visited {
	font-size: 18px;
	color:#00a8ec;
	text-decoration:none;
	display:block;
	width: 176px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
}

a.main_cat:hover {
	text-decoration:underline;
}

a.sub_cat, a.sub_cat:visited {
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	display:block;
	width: 151px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	background-image:url(../gfx/left_menu_pointer.png);
	background-position: left 9px;
	background-repeat:no-repeat;
	margin-left: 10px;
}

a.sub_cat:hover {
	text-decoration:underline;
}

a.sub_sub_cat, a.sub_sub_cat:visited {
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	display:block;
	width: 139px;
	height: 24px;
	line-height: 24px;
	padding-left: 37px;
	margin-left: 10px;
}

a.sub_sub_cat:hover {
	text-decoration:underline;
}

#content {
	width: 744px;
	float:right;
	padding-left: 13px;
	padding-right: 13px;
}

.podrzedne_menu {
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 12px;
	color: #00a8ec;
	margin-bottom: 20px;
}

.podrzedne_menu a, .podrzedne_menu a:visited {
	font-size: 12px;
	color: #00a8ec;
	text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}

.podrzedne_menu a:hover {
	text-decoration:underline;
}

a.podrzedne_active {
	font-weight:bold;
}

.banner_dolny {
	width: 245px;
	height: 160px;
	float:left;
	margin-right: 4px;
}

#footer {
	width: 1000px;
	height: 61px;
}

#footer_left {
	width: 490px;
	height: 61px;
	line-height: 61px;
	font-size: 12px;
	color:#ffffff;
	padding-left: 10px;
	float: left;
}

#footer_left a, #footer_left a:visited {
	text-decoration:none;
	font-size: 12px;
	color:#ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

#footer_left a:hover {
	text-decoration:underline;
}

#footer_right {
	width: 490px;
	height: 61px;
	line-height: 61px;
	font-size: 12px;
	color:#ffffff;
	padding-right: 10px;
	text-align:right;
	float:right;
}

#footer_right a, #footer_right a:visited {
	text-decoration:none;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
}

#footer_right a:hover {
	text-decoration:underline;
}

a.odwrotny {
	text-decoration:underline;
}

a.odwrotny:hover {
	text-decoration:none;
}

a.odwrotny_ {
	text-decoration:none;
}

a.odwrotny_:hover {
	text-decoration:underline;
}

.content_title {
	font-size: 18px;
	color:#00a8ec;
	height: 57px;
	line-height: 57px;
	background-image:url(../gfx/content_title_bg.png);
	background-position: bottom left;
	background-repeat:repeat-x;
	margin-bottom: 20px;
}

.content_title a, .content_title a:visited {
	text-decoration:none;
	color:#00a8ec;
}

.content_title a:hover {
	text-decoration:underline;
}

.news_archive {
	width:115px; height:260px; float:left; margin-left: 20px;
	line-height: 18px;
	font-size: 14px;
	color:#605f5f;
}

.news_archive a, .news_archive a:visited {
	padding-left: 12px;
	background-image:url(../gfx/news_archive_pointer.png);
	background-position: left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size: 11px;
	color:#6a6a6a;
}

.news_archive a:hover {
	text-decoration:underline;
}

.paginacja a, .paginacja a:visited {
	text-decoration:none;
	color:#00a8ec;
}

.paginacja a:hover {
	text-decoration:underline;
}

.cleaner{
	float:none;
	clear:both;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}
