#portal-top {
	padding-top: 17px;
	display: block;
	margin-left: 1px;
}

#portal-left {
	background-image: url("./images/portal/top-left.gif");	
	background-repeat: no-repeat;
	background-position: center left;
	height: 102px;
	width: 512px;
	float: left;
}
#portal-right {
	background-image: url("./images/portal/top-right.gif");	
	background-repeat: no-repeat;
	background-position: center left;
	height: 102px;
	width: 462px;
	float: left;
}

#portal-right a.usermenu, a.usermenu:visited{
	color: #dddddd;
	font-family: Tahoma, sans-serif;
	font-size: 13px;

}

#portal-right a.usermenu:hover{
	color: white;
	text-decoration: underline;
	/*text-shadow: 0px 0px 0px;*/
}

#portal-top-search {
	float: left;
	padding-top: 26px;
}
#portal-top-search  select {
	border: 1px solid black;
	margin-top: 4px;
}
#portal-usermenu {
	padding: 15px;
	float: left;
	color: #fff;
}

#portal-usermenu img {
	position: relative;
	left:168px;
	top: -108px;
	z-index:1;
	vertical-align: middle;
	-moz-box-shadow: 2px 3px 2px #111;
	-webkit-box-shadow: 2px 3px 2px #111;
	box-shadow: 2px 3px 2px #111;
}

div.portal-menu {
	background-image: url("./images/portal/menu_bckgrnd.gif");	
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 32px;
	width: 974px;
	display: block;
	float: left;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 8px;
	margin-left: 1px;
}

div.portal-menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0;
}

div.portal-menu ul{
	float: left;
	padding: 0px 0 0px 0px;
	margin-left: 10px;
}

div.portal-menu ul li {
	float: left;
	
}

div.portal-menu ul a.topmenu, ul a.topmenu:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 10px 20px;
	color: #fff;
	background: none;
	border: 0px;
}

div.portal-menu ul a.topmenu:hover {
	background-color: #800;
	background-image: url("./images/portal/button.gif");
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* inner corners */

span.portal-corners-top-inner {
	margin: 0 -5px;
}

span.portal-corners-bottom-inner {
	margin: 0 -5px;
	clear: both;
}

span.portal-corners-top-inner, span.portal-corners-bottom-inner{
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

/* main menu, user menu and the links */

.portal-navigation{
	width: auto;
	border: 0px solid black;
	margin-bottom: 10px;
}

.portal-navigation ul.portal-nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.portal-navigation ul.portal-nav li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	
}

.portal-navigation ul.portal-nav li a.mainmenu, ul.portal-nav a.mainmenu:visited {
	font-weight: bold;
	font-size: 100%;
	display: block; 
    text-decoration: none; 
	color: #efefef;
	padding: 6px 0px 6px 13px;
	background: #26ADE4;
	border-left: 7px solid #000;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.portal-navigation ul.portal-nav li a.mainmenu:hover {
	color: #fff;
	border-left: 8px solid #222;
	background: #4DBCE9;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.portal-navigation div.menutitle{
padding: 1px 0;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}

.news{
	border: 1px solid #dfdfdf;
	padding: 0px;
}
.bg1 {
	background-color: #fff;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.bg2 {
	background-color: #fafafa;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;

}
a.news-row-title, a.news-row-title:visited {
	color: #3983AF;
}
a.news-row-title:hover {
	color: #B90000;
}

div.portal-news-title {
	font-size: 11px;
	padding: 3px;
}

.content {
	padding: 3px;
}
/*div.content a, a:visited {
	text-decoration: underline;
}*/

h4.first {
	font-size: 14px;
}


div.recent-news {
  margin-bottom: 9px; 
  width: 97%; 
  padding: 3px 0px 3px 10px;
  color: white;
  background-color: #26ADE4;
  border-bottom: 4px solid #4DBCE9;
}
#tab-container-1{
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  border: 1px solid #DFDFDF;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#tab-container-1 ul#tab-container-1-nav{ margin: 0; padding: 0; margin-top: 4px;}
#tab-container-1 ul#tab-container-1-nav li{ 
  display: inline; 
 }

#tab-container-1 ul#tab-container-1-nav li a.recentnav {
  padding: 3px 5px;
  background: #eee;
  color: #25252E;
  text-decoration: none;
  font-size: 13px;
  border: 1px;
  border-style: solid;
  border-color: #DFDFDF;
  background: #eee url("./images/portal/menu2unactive.gif") top left repeat-x;

}

#tab-container-1 ul#tab-container-1-nav li a.recentnav:hover{
  color: #bf0000;
  text-decoration: underline;
}

#tab-container-1 ul#tab-container-1-nav li a.active{
  background: white;
  border-bottom: 0px;
  padding-bottom: 5px;
  color: #17619d;
  font-size: 14px;
  font-weight: bold;
  background: #fff url("./images/portal/menu2.gif") top left repeat-x;
}


#tab-container-1 .tab{
  margin-top: 3px;
  padding: 3px 3px;
  background: #ffffff;
  border-top: 2px solid #DFDFDF;
  font-size: 13px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}


.tab ul {
	margin: 2px 1px 3px 4px;
}

.tab ul li{
	margin-bottom: 2px;
	
}

.tab a.recenttitle, a.recenttitle:visited{
  font-size:13px;
  font-weight: normal;
}


.tab a.recenttitle:hover {
  padding-left: 1px;
  text-decoration: underline;
  color: #B90000;
}


/*onas.html*/
div.onasadm {
	padding: 3px; 
	width: 48%; 
	float: left; 
	border: 1px solid #eee; 
	min-height: 200px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	position:relative;
    overflow: hidden;
	background: #fafafa;
}
div.onastext {
	width: 98%; 
	font-size: 12px; 
	/*text-align: justify;*/
	margin: 3px;
}
div.onasdane{
	float:right;
    display:inline;
    clear : both;
    text-align: right;
    position:absolute;
    bottom:5px;
    right:5px;
}


/*galeria*/
img.galeria {
	border: 1px solid black;
}
img.galeria:hover {
	border: 1px solid #ccc;
}

ul.galeria-nav {
	margin-left: 12px;
	background: none;
}
li.galeria.nav {
	background: none;
}
img.gal_nav {
	opacity:0.5;
	filter:alpha(opacity=50);
}
img.gal_nav:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}
span.przypis {
	margin: 3px 0px 1px 4px;
	float: left;
}


