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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
.clr {
	clear: both;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #00356f;
	padding-bottom: 1px;
}
/* Linki */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #00356f;
}
a:hover {
  text-decoration: underline;
}

/* Kontener */

#con {
	background: url(../images/top_bg.jpg) repeat-x top;
	width: 1000px;
	margin: auto;
}

/* Góra */

#top {
	width: 1000px;
}

/* Góra - Lewa */

#top_left {
	width: 240px;
	float: left;
}

/* Flagi */

#lang {
	height: 28px;
	text-align: center;
}

/* Góra - Prawa */

#top_right {
	width: 760px;
	float: right;
}

a.logo {
	padding-right: 10px;
	padding-top: 0px;
	display: block;
}

/* Kontakt */

#contact_info {
	text-align: right;
	font-weight: bold;
	color: #ABBACD;
	font-size: 11px;
	width: 530px;
	float:left;
	padding-top: 10px;
}

#contact_info a {
	color: #8097b3;
}

/* Aktualności */

#newsflash {
	background: #7f9ab7 url(../images/news_bg.jpg) no-repeat 0px;
	width: 740px;
	height: 137px;
	float: right;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}
.contentheading_news {
	font-size: 14px;
	font-weight: bold;
	color: #D2D2D2;
	text-decoration:underline;
}

/* Ścieżka dostępu */

#pathway {
	font-style: italic;
	float: left;
	font-size: 10px;
}

/* Wyszukiwarka */

#search {
	padding-top: 5px;
	float: right;
	padding-bottom: 5px;
}

#search input#mod_search_searchword.inputbox {
	background: #FFFFFF;
	width: 170px;
	height: 18px;
	border: solid #00356f 1px;
	color: #000000;
	font-size: 11px;
	padding-top: 3px;
}

#search input.button {
	background: url(../images/search_button.jpg) no-repeat 2px;
	padding-left: 15px;
	font-size: 11px;
	color: #00356f;
	margin-left: 4px;
	border: 0;
	cursor: pointer;
}

#search input.button:hover {
	background: url(../images/search_button.jpg) no-repeat 2px;
	padding-left: 15px;
	font-size: 11px;
	color: #FF0000;
	margin-left: 4px;
	border: 0;
	cursor: pointer;
}

/* Lewa kolumna */

#left {
	width: 210px;
	float: left;
}

/* Moduły */

#left h3 {
	font-weight: bold;
	font-size: 14px;
	color: #ec2227;
	background: #FFFFFF url(../images/h3_title.jpg) no-repeat left;
	padding-left: 10px;
	line-height: 31px;
	margin: 0;
	border-bottom: solid #000f41 1px;
	width: 200px;
}

div.moduletable_menu, div.moduletable {
	margin-bottom: 15px;
}

div.moduletable  {
	background: #00356f;
	border-bottom: solid #000f41 1px;
	color: #FFFFFF;
	padding: 8px;
}

div.moduletable h3 {
	position: relative;
	top: -8px;
	left: -8px;
}

/* Menu */

ul.menu, ul.menu li, ul.menu li ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

ul.menu li a:link, ul.menu li a:visited {
	background: url(../images/mainlevel_link.gif) left 2px;
	width: 180px;
	height: 29px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	line-height: 29px;
	padding-left: 30px;
	border-bottom: solid #000f41 1px;
}
ul.menu li a:hover {
	background: url(../images/mainlevel_hover.gif);
	text-decoration: none;
}
/*aktywny link*/
ul.menu li.active a {
       background: url(../images/mainlevel_hover.gif);
       text-decoration: none;
       font-weight: bold;
       color: yellow;
}

/*Submenu */

ul.menu li ul li, ul.menu li ul {

	   padding: 0; 
       margin: 0;
       list-style: none;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited {
/*       background: #004da2 url(../images/sublevel_link.gif) no-repeat left 2px; */
	   background: #004da2 left 2px;
	   font-weight: normal;
	   font-size: 11px;
       width: 182px;
       height: auto;
       color: #FFFFFF;
       display: block;
       text-decoration: none;
	   line-height: normal;
       padding-left: 28px;
	   padding-top: 5px;
	   padding-bottom: 5px;
       border-bottom: solid #000f41 1px;

}
ul.menu li ul li a:hover {
/*	background: #004da2 url(../images/sublevel_hover.gif) no-repeat; */
    background: #004da2;
	text-decoration: underline;	   
}
ul.menu span.separator {
       width: 180px;
	   font-weight: normal;
	   font-size: 11px;
       padding-left: 30px;
       height: 29px;
       border-bottom: solid #000f41 1px;
       background: #01356F;
       color: #FFFFFF;
       display: block;
}

/*Sub sub menu */

ul.menu li ul li ul li, ul.menu li ul li ul {

	   padding: 0; 
       margin: 0;
       list-style: none;
}

ul.menu li ul li ul li a:link, ul.menu li ul li ul li a:visited {
	/*       background: #004da2 url(../images/sublevel_link.gif) no-repeat left 2px; */
	   background: #015ec4 left 2px;
	font-weight: normal;
	font-size: 11px;
	width: 178px;
	height: auto;
	color: #BFBFBF;
	display: block;
	text-decoration: none;
	line-height: normal;
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid #000f41 1px;
}
ul.menu li ul li ul li a:hover {
/*	background: #004da2 url(../images/sublevel_hover.gif) no-repeat; */
    background: #015ec4;
	text-decoration: underline;	   
}
/* Treść strony */

#main {
	width: 754px;
	float: right;
	border: solid #000f41 2px;
	padding: 10px;
}

td.contentheading {
	width: 754px;
	height: 31px;
	background: #7f9ab7;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 12px;
}

.componentheading {
	width: auto;
	height: 31px;
	background: #7f9ab7;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 12px;
}
.contentpaneopen {
	width: 754px;
	text-align:left;

}

.createdate, span.small {
	color: #ccc7c7;
	font-size: 10px;
}

td.buttonheading {
	width:auto;
	background: #7f9ab7;
}
.spec {
	width: auto;
	height: auto;
}
.spec tbody tr{
	background: #7f9ab7;
}
.spec thead {
	font-weight: bold;
}	
	
/* Stopka */

#footer {
	width: 778px;
	height: 49px;
	float: right;
	background: url(../images/footer_bg.jpg) repeat-x;
	font-family: "Times New Roman";
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
	margin-right: 1px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}

ul.menu-nav {
	width: 560px;
}

ul.menu-nav, ul.menu-nav li {
	padding: 0;
	margin: 0px auto;
	list-style: none;
}

ul.menu-nav li {
	float: left;
	padding-right: 3px;
	margin-right: 3px;
	border-right: solid #FFFFFF 1px;
}

ul.menu-nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu-nav li:last-child {
	border: none;
}

/* Formularze */

input.inputbox, textarea {
	border: solid #000f41 1px;
	background: #FFFFFF;
}

input.button {
	background: #00356f;
	border: none;
	font-size: 14px;
	color: #ec2227;
	font-weight: bold;
}