/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= global definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

html, body, div, table, caption, ul, li, adress, img, h1, h2, h3, h4, p, hr {
  border: none 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;	
}
.toleft {
  float: left;
}
.toright {
  float: right;
}
.hide {
	display: none;
}
.cleaner {
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	float: none;
	font-size: 0;
}
.leftclear {
	clear: left;
}
.rightclear {
	clear: right;
}
.center {
	text-align: center;
}
.bothclear {
	clear: both;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
p.error {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "courier new", courier, monospace;
	color: #ff0000;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= base layout definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body {
  font-family: Segoe UI, Tahoma;
  font-size: 9pt;
  color: #373737;
  background: #f1f0ff url(../../img/bertici/pattern_sky.jpg) repeat-x top center;
}
#layout {
  display: block;
  width: 100%;
  min-height: 865px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../../img/bertici/pattern_ground.jpg) repeat-x bottom center;
}
#layout-in {
  width: 100%;
  background: url(../../img/bertici/motive_trees.png) no-repeat bottom center;
}
#layout-in-in {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding-top: 225px;
}
#columns {
  width: 962px;
  margin: 0 auto;
  background: url(../../img/bertici/pattern_wall.jpg) repeat top left;
  text-align: left;
}
#columns-in {
  width: 100%;
  background: url(../../img/bertici/pattern_wall_left.png) repeat-y top left;
}
#columns-in-in {
  width: 100%;
  background: url(../../img/bertici/pattern_wall_right.png) repeat-y top right;
}
#columns2 {
  width: 910px;
  position: relative;
  left: 30px;
  padding-bottom: 20px;
}
#columns2-in {
}
#columns .column-left {
  width: 655px;
  min-height: 550px;
  overflow: hidden;
  position: relative;
  float: left;
}
#columns #columns2 .column-left {
  min-height: 0;
}
#columns .column-right {
  width: 305px;
  position: relative;
  float: right;
}
#header {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 25px;
  left: 0;
  background: url(../../img/bertici/roof_face.png) no-repeat left bottom;
}
#footer {
  width: 962px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  background: url(../../img/bertici/footer_left.png) no-repeat bottom left;  
}
a {
  text-decoration: underline;
  color: #008cd2;
}
a:hover {
  text-decoration: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= header & menu1st definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header .roof {
  width: 568px;
  height: 150px;
  position: absolute;
  bottom: 0px;
  right: 66px;
  background: url(../../img/bertici/roof_pattern.png) repeat-x 30px bottom;
}
#header .roof-end {
  width: 72px;
  height: 150px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../../img/bertici/roof_end.png) no-repeat center bottom;
}
#header #back-to-nfa {
  width: 438px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  top: -15px;
  right: 10px;
  background: url(../../img/bertici/pilot.png) no-repeat center;
}
#header #back-to-nfa a {
  display: block;
  width: 270px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 24px;
  left: 17px;
  font-size: 1.1em;
  text-decoration: none;
  color: #0073b0;
}
#header #back-to-nfa a:hover {
  text-decoration: underline;
}
#logotype {
  display: block;
  width: 188px;
  height: 179px;
  position: absolute;
  top: 90px;
  left: 85px;
  background: url(../../img/bertici/logotype_bertici.png) no-repeat center;
}
/*
#logotype:hover {
  background: url(../../img/bertici/logotype_nadacni_fond_albert_hover.png) no-repeat center;
}
*/
/* -=-=-=-=-=-=-=-=-=-= menu1st definitions =-=-=-=-=-=-=-=-=-=- */
#menu1st {
  width: 610px;
  height: 30px;
  position: absolute;
  top: 158px;
  right: 25px;
  text-align: center;
}
/* level1 */
#menu1st ul {
  display: block;
  float: left;
}
#menu1st ul,
#menu1st ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu1st ul li {
  display: block;
  float: left;
  height: 22px;
  position: relative;
  padding: 0;
}
#menu1st ul li:hover,
#menu1st ul li.hover {
  background: #00aae2 url(../../img/bertici/menu1st_level1_hover_left.png) no-repeat top left;
}
#menu1st ul li.parent:hover,
#menu1st ul li.parent.hover {
  height: 30px;
  background: #00aae2 url(../../img/bertici/menu1st_level1_parent_hover_left.png) no-repeat top left;
}
#menu1st ul li a {
  display: block;
  height: 22px;
  float: left;
  padding: 0 7px;
  line-height: 18px;
  text-decoration: none;
  font-size: 1.3em;
  color: #000;
}
#menu1st ul li a:hover,
#menu1st ul li:hover a,
#menu1st ul li.hover a {
  color: #F1FF23;
}
#menu1st ul li:hover a,
#menu1st ul li.hover a {
  background: url(../../img/bertici/menu1st_level1_hover_right.png) no-repeat top right;
}
#menu1st ul li.parent:hover a,
#menu1st ul li.parent.hover a {
  background: url(../../img/bertici/menu1st_level1_parent_hover_right.png) no-repeat top right;
}
#menu1st ul li div {
  display: none;
}
/* level2 */
#menu1st ul li:hover div,
#menu1st ul li.hover div {
  display: block;
  width: 230px;
  position: absolute;
  top: 26px;
  left: 0px;
  padding-top: 5px;
  text-align: left;
/*  filter: alpha(opacity=50); /* IE */
/*  zoom: 1;
/*  opacity: 0.95; /* Safari, Opera */
/*  -moz-opacity: 0.95; /* FireFox */
/*  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”../../img/bertici/menu1st_level2_top.png”, sizingMethod=”scale”); */
  background: url(../../img/bertici/menu1st_level2_top.png) no-repeat top center;
}
#menu1st ul li:hover div ul,
#menu1st ul li.hover div ul {
  display: block;
  padding-bottom: 5px;
/*  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”../../img/bertici/menu1st_level2_bottom.png”, sizingMethod=”scale”); */
  background: url(../../img/bertici/menu1st_level2_bottom.png) no-repeat bottom center;
}
#menu1st ul li:hover div ul li,
#menu1st ul li.hover div ul li,
#menu1st ul li.parent:hover div ul li,
#menu1st ul li.parent.hover div ul li {
  display: block;
  width: 230px;
  height: auto;
  padding: 0 0 7px 0;
  /* padding: 0 10px 7px 10px; */
  position: relative;
  margin: 0;
  background: url(../../img/bertici/menu1st_level2_line.png) no-repeat bottom center;
}
#menu1st ul li:hover div ul li a,
#menu1st ul li.hover div ul li a,
#menu1st ul li.parent:hover div ul li a,
#menu1st ul li.parent.hover div ul li a {
  display: inline;
  width: 190px;
  height: auto;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 1.2em;
  background: transparent;
  color: #fff;
}
#menu1st ul li:hover div ul li a:hover,
#menu1st ul li.hover div ul li a:hover,
#menu1st ul li.parent:hover div ul li a:hover,
#menu1st ul li.parent.hover div ul li a:hover,
#menu1st ul li.parent div ul li a:hover  {
  background: url(../../img/bertici/menu1st_item_hover.png) repeat-y top left;
  color: #0073b0;
}
/* level3 */
#menu1st ul li:hover div ul li div,
#menu1st ul li.hover div ul li div {
  display: none;
}
#menu1st ul li div ul li.hover div,
#menu1st ul li div ul li:hover div {
  display: block;
  position: absolute;
  top: -5px;
  left: 230px;
}
#menu1st ul li div ul li:hover div,
#menu1st ul li div ul li.hover div {
  background: url(../../img/bertici/menu1st_level3_top.png) no-repeat top center;
}
#menu1st ul li div ul li:hover div ul,
#menu1st ul li div ul li.hover div ul {
  background: url(../../img/bertici/menu1st_level3_bottom.png) no-repeat bottom center;
}
#menu1st ul li:hover div ul li div ul li div,
#menu1st ul li.hover div ul li div ul li div,
#menu1st ul li div ul li:hover div ul li div,
#menu1st ul li div ul li.hover div ul li div, 
#menu1st ul li div ul li div ul li:hover div,
#menu1st ul li div ul li div ul li.hover div {
  display: none;
}
/* -=-=-=-=-=-=-=-=-=-= search definitions =-=-=-=-=-=-=-=-=-=- */
#search {
  width: 270px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: 205px;
  right: 35px;
}
#search label {
  display: block;
  width: 63px;
  height: 15px;
  overflow: hidden;
  float: left;
  margin-top: 7px;
  background: url(../../img/bertici/search_title.png) no-repeat center;
}
#search span.text {
  display: block;
  width: 154px;
  height: 32px;
  overflow: hidden;
  float: left;
  margin-left: 7px;
  border: 0 none;
  background: url(../../img/bertici/search_text.png) no-repeat center;
}
#search input.text {
  width: 140px;
  height: 20px;
  margin-top: 6px;
  border: 0 none;
  font-style: italic;
  background-color: transparent;
  color: #000;
}
#search input.button {
  width: 35px;
  height: 26px;
  overflow: hidden;
  border: 0 none;
  margin-top: 2px;
  cursor: pointer;
  background: url(../../img/bertici/search_button.png) no-repeat center;  
}
#search input.button:hover,
#search input.button.hover {
  background: url(../../img/bertici/search_button_hover.png) no-repeat center;  
}
/* -=-=-=-=-=-=-=-=-=-= motivebox definitions =-=-=-=-=-=-=-=-=-=- */
#motivebox {
  display: block;
  width: 515px;
  height: 174px;
  overflow: hidden;
  position: relative;
  left: 50px;
  margin-bottom: 25px;
  background: url(../../img/bertici/motive.png) no-repeat center;
}
#motivebox {
  margin-top: 10px;
}
#datapage #motivebox {
  margin-top: 0;
  margin-bottom: 35px;
}
#motive-bricks1 {
  display: block;
  width: 61px;
  height: 177px;
  position: absolute;
  bottom: 175px;
  left: 19px;
  background: url(../../img/bertici/motive_bricks_left.png) no-repeat center;
}
#motive-bricks2 {
  display: block;
  width: 59px;
  height: 96px;
  position: absolute;
  bottom: 48px;
  right: 19px;
  background: url(../../img/bertici/motive_bricks_right.png) no-repeat center;
}
#motive-doors {
  display: block;
  width: 165px;
  height: 275px;
  position: absolute;
  bottom: 0px;
  left: 420px;
  background: url(../../img/bertici/motive_doors.png) no-repeat center;
}
#motive-title {
  display: block;
  width: 83px;
  height: 60px;
  position: absolute;
  bottom: 290px;
  left: 460px;
  background: url(../../img/bertici/motive_title.png) no-repeat center;
}
#motive-shrub {
  display: block;
  width: 119px;
  height: 64px;
  position: absolute;
  bottom: -10px;
  left: 280px;
  background: url(../../img/bertici/motive_shrub.png) no-repeat center;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= column-left definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#columns .column-left .column-left-in {
  padding: 20px 25px;
}
#frontpage #columns .column-left .column-left-in {
  padding-top: 10px;
}
/* -=-=-=-=-=-=-=-=-=-= introductionbox definitions =-=-=-=-=-=-=-=-=-=- */
#introductionbox {
  width: 580px;
  height: 232px;
  background: url(../../img/bertici/introduction2.jpg) no-repeat center;
}
#introductionbox-in {
  display: none;
}
/* -=-=-=-=-=-=-=-=-=-= withdraw definitions =-=-=-=-=-=-=-=-=-=- */
#withdraw {
  width: 370px;
  height: 100px;
  overflow: hidden;
  margin-left: 5px;
  position: relative;
  background: url(../../img/bertici/laber.png) no-repeat center;
}
#withdraw #withdraw-in {
  width: 310px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 30px;
  font-style: italic;
}
#withdraw .column-left {
  width: 50%;
  float: left;
  color: #dddddd;
}
#withdraw .column-right {
  width: 50%;
  float: right;
  color: #fff;
}
#withdraw h3 {
  display: none;
}
#withdraw h4 {
  line-height: 1.6em;
  font-weight: normal;
  font-size: 1.1em;
}
#withdraw strong {
  line-height: 1.6em;
  font-size: 1.6em;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox definitions =-=-=-=-=-=-=-=-=-=- */
#columns2 {
  margin: 0;
}
#columns2 .column-left {
  width: 50%;
  float: left;
}
#columns2 .column-right {
  width: 50%;
  float: right;
}
#columns2 .floatbox {
  width: 332px;
  padding-top: 16px;
  background: url(../../img/bertici/floatbox_header.png) no-repeat top;
}
#columns2 .floatbox .floatbox-in {
  padding-bottom: 14px;
  background: url(../../img/bertici/floatbox_footer.png) no-repeat bottom;
}
#columns2 .floatbox .floatbox-in .floatbox-in-in {
  padding: 0px 20px 10px 20px;
  background: url(../../img/bertici/floatbox_pattern.png) repeat-y top center;
}
#columns2 .column-right .floatbox {
  float: right;
}
#columns2 .floatbox h3 {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #abd9f1;
  text-align: center;
  font-weight: normal;
  font-size: 1.4em;
  color: #0073b0;
}
#columns2 #help p {
  font-size: 1.2em;
}
#columns2 #partners strong {
  margin: 10px 0 5px 0;
  font-weight: normal;
  font-size: 1em;
  color: #0073b0;
}
#columns2 #partners a {
  text-decoration: none;
}
#columns2 #partners table {
  border-spacing: 4px;
}
#columns2 #partners table td {
  text-align: center;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= databox definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#databox,
#listing,
.norecord {
  width: 622px;
  overflow: hidden;
  margin: 20px 0 20px 0;
  padding-top: 14px;
  font-size: 1em;
  background: url(../../img/bertici/databox_header.png) no-repeat top center;
}
#datapage #databox {
  margin-top: 35px;
}
#frontpage #databox {
  display: block;
}
.norecord {
  font-weight: bold;
}
#listing {
  font-size: 1em;
}
#databox-in,
#listing-in,
.norecord-in {
  padding-bottom: 14px;
  background: url(../../img/bertici/databox_footer.png) no-repeat bottom center;
}
#datapage #databox-in {
  position: relative;
}
#databox .content {
  width: 570px;
  overflow: hidden;
}
#databox .content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#databox-in-in,
#listing-in-in,
.norecord-in-in {
  padding: 75px 25px 0px 25px;
  background: url(../../img/bertici/databox_pattern.png) repeat-y top center;
}
.norecord-in-in {
  padding: 0px 25px;
}
#listing-in-in {
  padding: 0;
}
#frontpage #databox-in-in {
  padding: 0px 20px;
} 
#databox .column-left {
  width: 49%;
  float: left;
}
#databox .column-left .column-left-in {
  margin: 0 10px;
}
#databox .column-right {
  width: 49%;
  float: right;
}
#databox .column-right .column-right-in {
  margin: 0 10px;
}
#databox #iconset {
  display: block;
  height: 35px;
  margin: 20px 0 0 0;
  padding-top: 15px;
  border-top: 1px solid #efeff0;
}
#databox .coins2 {
  display: block;
  width: 91px;
  height: 53px;
  position: absolute;
  bottom: 15px;
  right: 80px;
  background: url(../../img/bertici/coins2.png) no-repeat center;
}
#databox h1,
#databox h2 {
  margin: 17px 0 5px 0;
  font-weight: bold;
  font-size: 1.3em;
  color: #0073b0;
}
#databox h1.title {
  display: inline;
  width: 575px;
  height: 47px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 25px;
  margin-top: 0;
  padding-bottom: 10px;
  line-height: 22px;
  border-bottom: 1px solid #efeff0;
  font-size: 1.4em;
  font-weight: bold;
  background: url(../../img/bertici/coins1.png) no-repeat left top;
  color: #0073b0;
}
#databox h1.title span {
  display: block;
  padding: 5px 0 0 60px;
}
#databox h3 {
  margin: 24px 0 5px 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #0073b0;
}
#databox h4 {
  margin: 12px 0 3px 0;
  font-weight: bold;
  font-size: 1em;
  color: #0073b0;
}
#databox h5 {
  margin: 7px 0 0 0;
  font-weight: bold;
  font-size: 1em;
}
#databox h6 {
  margin: 7px 0 0 0;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}
#databox ul,
#databox ol {
  margin: 7px 0;
  font-size: 1em;
}
#databox #sitemap ul,
#databox #sitemap ol {
  margin: 0;
}
#databox ul li {
  display: block;
  padding-left: 15px;
  line-height: 1.4em;
  font-size: 0.9em;
  list-style-type: none;  
  background: url(../../img/bertici/databox_bullet.png) no-repeat left 5px;
}
#databox ul ul li {
  font-size: 1em;
}
#databox ol {
  padding: 0 0 0 20px;
}
#databox ol li {
  font-size: 0.9em;
}
#databox ol ol li {
  font-size: 1em;
}
#databox p {
  margin-bottom: 7px;
}
#databox p.perex {
  font-weight: bold;
  margin-bottom: 15px;
}
#databox img {
  margin: 5px 15px;
  border: 3px solid #e6f3fa;
}
#databox img.toleft {
  margin-left: 0;
}
#databox img.toright {
  margin-right: 0;
}
#databox table {
  margin: 10px 0;
}
#databox table th,
#databox table td {
  padding: 2px 7px 7px 7px;
  vertical-align: top;
  font-size: 0.9em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#databox table th {
  padding-top: 5px;
  color: #0073b0;
  background-color: #f4f4f4;
}
#frontpage #databox h2 {
  margin: 0 0 7px 0;
  font-weight: normal;
  font-size: 1.4em;
  color: #008cd2;
}
#frontpage #databox ul {
  list-style-type: none;  
}
#frontpage #databox ul li {
  display: block;
  padding-left: 27px;
  line-height: 1.6em;
  font-size: 1.1em;
  list-style-type: none;  
  background: url(../../img/bertici/frontpage_databox_bullet.png) no-repeat center left;
}
/* -=-=-=-=-=-=-=-=-=-= crumbs definitions =-=-=-=-=-=-=-=-=-=- */
#crumbs {
  position: absolute;
  top: 202px;
  color: #0073b0;
}
#crumbs a.home {
  display: block;
  float: left;
  width: 73px;
  height: 17px;
  margin-right: 5px;
  padding-left: 25px;
  text-decoration: none;
  background: url(../../img/bertici/icon_home.png) no-repeat left center;
}
#crumbs a.home span {
  text-decoration: underline;
}
#crumbs a.home:hover {
  background: url(../../img/bertici/icon_home_hover.png) no-repeat left center;
}
#crumbs a.home:hover span {
  text-decoration: none;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  color: #0073b0;
}
/* -=-=-=-=-=-=-=-=-=-= listing definitions =-=-=-=-=-=-=-=-=-=- */
#listing {
  text-align: right;
  margin: 20px 0;
}
#listing #listing-in #listing-in-in {
  position: relative;
  min-width: 0;
  padding: 0 25px;
}
#listing h2.title {
  display: block;
  width: 250px;
  float: left;
  padding: 10px 0 0 40px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  background: url(../../img/bertici/coins3.png) no-repeat left center;
  color: #0073b0;
}
#listing #items {
  width: 100%;
  clear: both;
  margin: 12px 0;
  text-align: left;
  border-top: 1px solid #efeff0;
}
#listing #items .item {
  line-height: 1.4em;
  border-bottom: 1px solid #efeff0;
}
#listing #items .item .item-in {
  padding: 15px 0 20px 0; 
}
#listing #items .item h4 {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
}
#listing #items .item p {
  display: inline; 
}
#listing #items .item .date {
  display: inline;
  font-style: italic;
  color: #969696;
}
#listing .coins4 {
  display: block;
  width: 78px;
  height: 46px;
  position: absolute;
  right: 500px;
  bottom: 10px;
  background: url(../../img/bertici/coins4.png) no-repeat center;
}
#listing .navigation {
  display: block;
  width: 250px;
  float: right;
  padding: 10px 0;
  text-align: right;
  font-size: 1.1em;
  font-style: italic;
} 
#listing .navigation .current {
  font-weight: bold;
  color: #008cd2;
}
#listing .navigation a:hover {
  color: #fbcf0a;
}
#listing .navigation .arrow-stop-left,
#listing .navigation .arrow-left,
#listing .navigation .arrow-right,
#listing .navigation .arrow-stop-right {
  line-height: 16px;
  padding: 0 8px;
  text-decoration: none;
}
#listing .preloader {
  display: block;
  position: absolute;
  top: 7px;
  left: 275px;
}
#listing .navigation .noactive .arrow-stop-left {
  background: url(../../img/bertici/icon_arrow_stop_left_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-stop-left {
  background: url(../../img/bertici/icon_arrow_stop_left.png) no-repeat center;
}
#listing .navigation a.arrow-stop-left:hover {
  background: url(../../img/bertici/icon_arrow_stop_left_hover.png) no-repeat center;
}
#listing .navigation .noactive .arrow-left {
  background: url(../../img/bertici/icon_arrow_left_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-left {
  background: url(../../img/bertici/icon_arrow_left.png) no-repeat center;
}
#listing .navigation a.arrow-left:hover {
  background: url(../../img/bertici/icon_arrow_left_hover.png) no-repeat center;
}
#listing .navigation .noactive .arrow-stop-right {
  background: url(../../img/bertici/icon_arrow_stop_right_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-stop-right {
  background: url(../../img/bertici/icon_arrow_stop_right.png) no-repeat center;
}
#listing .navigation a.arrow-stop-right:hover {
  background: url(../../img/bertici/icon_arrow_stop_right_hover.png) no-repeat center;
}
#listing .navigation .noactive .arrow-right {
  background: url(../../img/bertici/icon_arrow_right_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-right {
  background: url(../../img/bertici/icon_arrow_right.png) no-repeat center;
}
#listing .navigation a.arrow-right:hover {
  background: url(../../img/bertici/icon_arrow_right_hover.png) no-repeat center;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= column-right definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#columns .column-right .column-right-in {
  padding: 50px 15px 20px 15px;
}
/*
#column-right .sidebox {
  width: 290px;
  margin-bottom: 20px;
}
#column-right .sidebox .sidebox-in {
  padding: 20px;  
}
*/
/* -=-=-=-=-=-=-=-=-=-= newsbox definitions =-=-=-=-=-=-=-=-=-=- */

#newsbox.sidebox {
  width: 272px;
  position: relative;
  background: url(../../img/bertici/newsbox_pattern.png) repeat-y top;
}
#newsbox.sidebox .sidebox-in {
  background: url(../../img/bertici/newsbox_footer.png) no-repeat bottom;
  min-height: 345px;
}
#newsbox.sidebox .sidebox-in-in {
  padding: 75px 18px 40px 18px;  
  background: url(../../img/bertici/newsbox_header.png) no-repeat top;
}
#newsbox.sidebox h3.header {
  display: block;
  width: 240px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 15px;
  font-weight: normal;
  font-size: 1.5em;
  color: #0073b0;
}
#newsbox.sidebox h3.header .header-in {
  display: block;
  height: 40px;
  padding-left: 45px;
  background: url(../../img/bertici/bertik_smile.png) no-repeat top left;
  line-height: 35px;
}
#newsbox .news {
  margin-bottom: 20px;
}
#newsbox .news .date {
  display: block;
  margin-bottom: 4px;
  font-style: italic;
  color: #969696;
}
#newsbox .news h4 {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1em;
}
#newsbox .news p {
  display: inline;
  margin-bottom: 4px;
}
#newsbox .news-others {
  font-size: 1.1em;
  font-weight: bold;
}
.column-right .newsbox-left {
  display: block;
  width: 12px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 3px;
  background: url(../../img/bertici/newsbox_header_left.png) no-repeat center;
  overflow: hidden;
  
  display: none;
}
.column-right .newsbox-right {
  display: block;
  width: 14px;
  height: 22px;
  overflow: hidden;
  position: absolute;
  top: 52px;
  right: 4px;
  background: url(../../img/bertici/newsbox_header_right.png) no-repeat center;
  overflow: hidden;

  display: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= footer definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#footer-in {
  height: 50px;
  text-align: center;
  background: url(../../img/bertici/footer_right.png) no-repeat bottom right;  
}
#footer-in-in {
  width: 936px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin: 0 13px;
  background: url(../../img/bertici/footer_pattern.png) repeat-x top left;  
}
#footer .column-left {
  width: 640px;
  height: 50px;
  float: left;
  text-align: left;
}

#footer .column-left .column-left-in {
  padding: 15px 0px;
}
#footer .column-right {
  width: 295px;
  height: 50px;
  overflow: hidden;
  float: right;
  text-align: right;
}
#footer .column-right .column-right-in {
  padding: 17px 0px;
}

#footer #copyright {
  display: block;
  width: 206px;
  height: 16px;
  float: left;
  text-decoration: none;
  background: url(../../img/bertici/copyright_ahold.png) no-repeat center;
}
#footer #copyright:hover {
  background: url(../../img/bertici/copyright_ahold_hover.png) no-repeat center;
}
#footer #author {
  display: block;
  width: 73px;
  height: 16px;
  float: left;
  text-decoration: none;
  background: url(../../img/bertici/author_wmedia.png) no-repeat center;
}
#footer #author:hover {
  background: url(../../img/bertici/author_wmedia_hover.png) no-repeat center;
}
#footer .divider {
  display: block;
  width: 10px;
  height: 16px;
  float: left;
  background: url(../../img/bertici/footer_divider.png) no-repeat center;
}
/* -=-=-=-=-=-=-=-=-=-= iconset definitions =-=-=-=-=-=-=-=-=-=- */
#footer a.sendemail,
#iconset a.sendemail {
  display: block;
  position: relative;
  width: 27px;
  height: 16px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  background: url(../../img/bertici/icon_mailto.png) no-repeat center;
}
#databox #iconset a.sendemail {
  background: url(../../img/bertici/icon_mailto_databox.png) no-repeat center;
}
#footer a.sendemail:hover,
#databox #iconset a.sendemail:hover {
  background: url(../../img/bertici/icon_mailto_hover.png) no-repeat center;
}
#footer .print,
#iconset .print {
  display: block;
  position: relative;
  width: 22px;
  height: 20px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  background: url(../../img/bertici/icon_print.png) no-repeat center;
}
#databox #iconset .print {
  background: url(../../img/bertici/icon_print_databox.png) no-repeat center;
}
#footer .print:hover {
  background: url(../../img/bertici/icon_print_hover.png) no-repeat center;
}
#databox #iconset .print:hover {
  background: url(../../img/bertici/icon_print_databox_hover.png) no-repeat center;
}
#footer .rss, 
#iconset .rss {
  display: block;
  position: relative;
  width: 22px;
  height: 21px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  background: url(../../img/bertici/icon_rss.png) no-repeat center;
}
#databox #iconset .rss {
  background: url(../../img/bertici/icon_rss_databox.png) no-repeat center;
}
#footer .rss:hover {
  background: url(../../img/bertici/icon_rss_hover.png) no-repeat center;
}
#databox #iconset .rss:hover {
  background: url(../../img/bertici/icon_rss_databox_hover.png) no-repeat center;
}
#footer .pagemap,
#iconset .pagemap {
  display: block;
  position: relative;
  width: 33px;
  height: 21px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  background: url(../../img/bertici/icon_pagemap.png) no-repeat center;
}
#databox #iconset .pagemap {
  background: url(../../img/bertici/icon_pagemap_databox.png) no-repeat center;
}
#footer .pagemap:hover {
  background: url(../../img/bertici/icon_pagemap_hover.png) no-repeat center;
}
#databox #iconset .pagemap:hover {
  background: url(../../img/bertici/icon_pagemap_databox_hover.png) no-repeat center;
}
#databox #iconset .goup {
  display: block;
  position: relative;
  right: 5px;
  width: 16px;
  height: 27px;
  float: right;
  text-decoration: none;
  background: url(../../img/bertici/icon_goup_databox.png) no-repeat center;
}
#databox #iconset .goup:hover {
  background: url(../../img/bertici/icon_goup_databox_hover.png) no-repeat center;
}
#databox #iconset .goup {
  float: right;
  margin-right: 0;
}
#dialog-modal ul {
  margin-left: 20px;
}
.ui-dialog .ui-dialog-title,
#dialog-modal h4,
#dialog-modal a {
  color: #0073B0;
}

