/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: Segoe UI, Tahoma;
  font-size: 9pt;
  background: url(../../img/main/pattern.png) repeat top center;
  color: #373737;
}
#layout {
  display: block;
  width: 100%;
  text-align: center;
  background: url(../../img/main/layout.png) repeat-y top center;
}
#layout-in {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding-top: 375px;
}
#columns {
  text-align: left;
}
#column-left {
  width: 680px;
  position: relative;
  float: left;
}
#column-right {
  width: 320px;
  float: right;
}
#header {
  width: 100%;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
}
#header .bg {
  width: 100%;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/main/menu1st.png) no-repeat top left;
}
#footer {
  width: 100%;
  height: 70px;
  margin-bottom: 50px;
  text-align: center;
  background: url(../../img/main/layout_footer.png) no-repeat bottom center;  
}
a {
  text-decoration: underline;
  color: #008cd2;
}
a:hover {
  text-decoration: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= header & menu1st definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#logotype {
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  bottom: 257px;
  left: 35px;
  text-decoration: none;
}
#logotype:hover {
  background: url(../../img/main/logotype_nadacni_fond_albert_hover.png) no-repeat center;
}
#menu1st {
  width: 800px;
  height: 35px;
  position: absolute;
  top: 95px;
  right: 30px;
  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: 26px;
  position: relative;
  padding: 0 0 0 26px;
  background: url(../../img/main/menu1st_bullet.png) no-repeat 5px 7px;
}
#menu1st ul li:hover,
#menu1st ul li.hover {
  background: #00aae2 url(../../img/main/menu1st_level1_hover_left.png) no-repeat top left;
}
#menu1st ul li.parent:hover,
#menu1st ul li.parent.hover {
  height: 35px;
  background: #00aae2 url(../../img/main/menu1st_level1_parent_hover_left.png) no-repeat top left;
}
#menu1st ul li a {
  display: block;
  height: 26px;
  float: left;
  padding-right: 7px;
  line-height: 23px;
  text-decoration: none;
  font-size: 1.3em;
  color: #fff;
}
#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/main/menu1st_level1_hover_right.png) no-repeat top right;
}
#menu1st ul li.parent:hover a,
#menu1st ul li.parent.hover a {
  background: url(../../img/main/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: 30px;
  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/main/menu1st_level2_top.png”, sizingMethod=”scale”); */
  background: url(../../img/main/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/main/menu1st_level2_bottom.png”, sizingMethod=”scale”); */
  background: url(../../img/main/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/main/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/main/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/main/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/main/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: 280px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: 25px; 
}
#search label {
  display: block;
  width: 63px;
  height: 23px;
  overflow: hidden;
  float: left;
  margin-top: 7px;
  background: url(../../img/main/search_text.png) no-repeat center;
}
#search span.text {
  display: block;
  width: 178px;
  height: 34px;
  overflow: hidden;
  float: left;
  margin-left: 7px;
  border: 0 none;
  background: url(../../img/main/search_input_text.png) no-repeat center;
}
#search input.text {
  width: 158px;
  height: 20px;
  margin-top: 7px;
  border: 0 none;
  font-style: italic;
  background-color: transparent;
  color: #008cd2;
}
#search input.button {
  width: 27px;
  height: 27px;
  overflow: hidden;
  border: 0 none;
  margin-top: 2px;
  cursor: pointer;
  background: url(../../img/main/search_input_button.png) no-repeat center;  
}
#search input.button:hover,
#search input.button.hover {
  background: url(../../img/main/search_input_button_hover.png) no-repeat center;  
}
/* -=-=-=-=-=-=-=-=-=-= motivebox definitions =-=-=-=-=-=-=-=-=-=- */
#motivebox {
  width: 660px;
  height: 235px;
  position: absolute;
  top: 136px;
  left: 11px;  
}
#motivebox .frame {
  display: block;
  width: 660px;
  height: 235px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/main/motive_frame.png) no-repeat center;
}
#motivebox .motive {
  display: block;
  width: 637px;
  height: 220px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 15px;
  background: url(../../img/main/motive.jpg);
}
#motivebox .watchword {
  display: none;
}
/* -=-=-=-=-=-=-=-=-=-= flashbox definitions =-=-=-=-=-=-=-=-=-=- */
#flashbox {
  width: 319px;
  height: 235px;
  overflow: hidden;
  position: absolute;
  top: 136px;
  right: 15px;
  text-align: left;
}
#flashbox .background {
  display: block;
  width: 289px;
  height: 179px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../../img/main/flash_bg.png) repeat-x center;
  
}
#flashbox .frame {
  display: block;
  width: 319px;
  height: 230px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../../img/main/flash_frame.png) no-repeat top center;
}
#flashbox .animation {
  display: block;
  width: 290px;
  height: 230px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 20px;
  text-align: center;
}
#flashbox .animation .no-content {
  display: block;
  padding: 15px 25px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= column-left definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#column-left-in {
  padding: 25px 12px 0px 15px;
}
#frontpage #column-left-in {
  padding-top: 10px;
}
/* -=-=-=-=-=-=-=-=-=-= introductionbox definitions =-=-=-=-=-=-=-=-=-=- */
#introductionbox {
  width: 653px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.4em;
  font-size: 1.1em;
  background: url(../../img/main/introduction_top.png) no-repeat top center;
  color: #0073b0;
}
#introductionbox-in {
  position: relative;
  padding-bottom: 40px;
  background: url(../../img/main/introduction_bottom.png) no-repeat bottom center;
}
#introductionbox-in-in {
  padding: 10px 20px 10px 20px;
  background: url(../../img/main/introduction_pattern.png) repeat-y center top;
}
#introductionbox h1 {
  margin: 5px 0 8px 0;
  font-size: 1.4em;
}
#introductionbox a.continue {
  display: block;
  width: 40px;
  height: 37px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
#introductionbox a.continue strong {
  display: block;
  width: 40px;
  height: 37px;
  background: url(../../img/main/introduction_continue.png) no-repeat center;
}
#introductionbox a.continue strong:hover,
#introductionbox a.continue strong.hover {
  background: url(../../img/main/introduction_continue_hover.png) no-repeat center;
}
/* -=-=-=-=-=-=-=-=-=-= guidepost definitions =-=-=-=-=-=-=-=-=-=- */
#guidepost {
  width: 656px;
  height: 306px;
  overflow: hidden;
  margin-bottom: 10px;
  background: url(../../img/main/guidepost.png) no-repeat center;
}
#guidepost .family,
#guidepost .health {
  width: 328px;
  height: 306px;
  overflow: hidden;
  position: relative;
}
#guidepost .family {
  float: left;
}
#guidepost .motive {
  display: block;
  width: 290px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 17px;
  text-decoration: none;
}
#guidepost .family .motive {
  background: url(../../img/main/guidepost_family_motive.png) no-repeat center;
}
#guidepost .family .entrance {
  display: block;
  width: 237px;
  height: 57px;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 40px;
  text-decoration: none;
  cursor: pointer;
}
#guidepost .family .entrance strong {
  display: block;
  width: 237px;
  height: 57px;
  overflow: hidden;
  cursor: pointer;
  background: url(../../img/main/guidepost_family_entrance.png) no-repeat center;
}
#guidepost .family .entrance strong:hover,
#guidepost .family .entrance strong.hover {
  background: url(../../img/main/guidepost_family_entrance_hover.png) no-repeat center;
}
#guidepost .health {
  float: right;
}
#guidepost .health .motive {
  background: url(../../img/main/guidepost_health_motive.png) no-repeat center;
}
#guidepost .health .entrance {
  display: block;
  width: 265px;
  height: 54px;
  overflow: hidden;
  position: absolute;
  bottom: 17px;
  left: 30px;
  text-decoration: none;
  cursor: pointer;
}
#guidepost .health .entrance strong {
  display: block;
  width: 265px;
  height: 54px;
  overflow: hidden;
  cursor: pointer;
  background: url(../../img/main/guidepost_health_entrance.png) no-repeat center;
}
#guidepost .health .entrance strong:hover,
#guidepost .health .entrance strong.hover {
  background: url(../../img/main/guidepost_health_entrance_hover.png) no-repeat center;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= databox definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#databox {
  width: 645px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 6px;
  padding-top: 50px;
  font-size: 1em;
  background: url(../../img/main/databox_header.png) no-repeat top center;
}
#databox-in {
  padding-bottom: 13px;
  background: url(../../img/main/databox_footer.png) no-repeat bottom center;
}
#datapage #databox-in {
  position: relative;
}
#databox-in-in {
  padding: 0 30px 0 30px;
  background: url(../../img/main/databox_pattern.png) repeat-y top center;
}
#databox-in-in-in {
  width: 585px;
  margin-top: 30px;
}
#databox .content {
  width: 585px;
}
#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 {
  margin: 30px 0 7px 0;
}
#databox h1,
#databox h2,
#flashbox .animation h2 {
  margin: 17px 0 5px 0;
  font-weight: bold;
  font-size: 1.3em;
  color: #0073b0;
}
#databox h1.title {
  display: inline;
  width: 550px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 70px;
  margin: 0;
  line-height: 27px;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
#databox h3,
#flashbox .animation h3 {
  margin: 24px 0 5px 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #0073b0;
}
#databox h4,
#flashbox .animation h4 {
  margin: 12px 0 3px 0;
  font-weight: bold;
  font-size: 1em;
  color: #0073b0;
}
#databox h5,
#flashbox .animation h5 {
  margin: 7px 0 0 0;
  font-weight: bold;
  font-size: 1em;
}
#databox h6,
#flashbox .animation h6 {
  margin: 7px 0 0 0;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}
#databox ul,
#databox ol,
#flashbox .animation ul,
#flashbox .animation ol {
  margin: 5px 0;
  font-size: 1em;
}
#databox #sitemap ul,
#databox #sitemap ol {
  margin: 0;
}
#databox ul li,
#flashbox .animation ul li {
  display: block;
  padding-left: 15px;
  line-height: 1.4em;
  font-size: 0.9em;
  list-style-type: none;  
  background: url(../../img/main/databox_bullet.png) no-repeat left 5px;
}
#databox ul ul li,
#flashbox .animation ul ul li {
  font-size: 1em;
}
#databox ol,
#flashbox .animation ol {
  padding: 0 0 0 20px;
}
#databox ol li,
#flashbox .animation ol li {
  font-size: 0.9em;
}
#databox ol ol li,
#flashbox .animation ol ol li {
  font-size: 1em;
}
#databox p,
#flashbox .animation p {
  text-align: left;
  margin-bottom: 7px;
}
#databox p.perex,
#flashbox .animation p.perex {
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
#databox img,
#flashbox .animation img {
  margin: 5px 15px;
  border: 3px solid #e6f3fa;
}
#flashbox .animation img {
  margin: 3px 15px;
  border: 0 none;
}
#databox img.toleft,
#flashbox .animation img.toleft {
  margin-left: 0;
}
#databox img.toright,
#flashbox .animation img.toright {
  margin-right: 0;
}
#databox table,
#flashbox .animation table {
  margin: 10px 0;
}
#databox table th,
#databox table td,
#flashbox .animation table th,
#flashbox .animation table td {
  padding: 2px 7px;
  vertical-align: top;
  font-size: 0.9em;
  line-height: 1.4em;
}
#databox table th p,
#databox table td p,
#flashbox .animation table th p,
#flashbox .animation table td p {
  padding: 0;
  margin: 0;
  text-align: left;
}
#databox table th[align=right] p,
#databox table td[align=right] p,
#flashbox .animation table th[align=right] p,
#flashbox .animation table td[align=right] p {
  text-align: right;
}
#databox table th,
#flashbox .animation table th {
  padding-top: 5px;
  color: #0073b0;
  background-color: #f4f4f4;
}
#databox table img {
  margin: 0;
}
#frontpage #databox {
  padding: 0px;
  background: transparent;
}
#frontpage #databox-in {
  padding: 0;
  background: transparent;
}
#frontpage #databox-in-in {
  padding: 0;
  background: transparent;
}
#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/main/frontpage_databox_bullet.png) no-repeat center left;
}
/* -=-=-=-=-=-=-=-=-=-= crumbs definitions =-=-=-=-=-=-=-=-=-=- */
#crumbs {
  width: 645px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  margin-left: 25px;
  color: #969696;
}
#crumbs a.home {
  display: block;
  float: left;
  width: 73px;
  height: 17px;
  margin-right: 5px;
  padding-left: 25px;
  text-decoration: none;
  background: url(../../img/main/icon_home.png) no-repeat left center;
}
#crumbs a.home span {
  text-decoration: underline;
}
#crumbs a.home:hover {
  background: url(../../img/main/icon_home_hover.png) no-repeat left center;
}
#crumbs a.home:hover span {
  text-decoration: none;
}
#crumbs a:hover {
  color: #fb9f02;
}
/* -=-=-=-=-=-=-=-=-=-= listing definitions =-=-=-=-=-=-=-=-=-=- */
#listing {
  margin: 25px 0 20px 0;
}
#listing #listing-in {
  padding: 0 10px;
}
#listing h2.title {
  position: relative;
  display: block;
  float: left;
  padding-left: 40px;
  font-size: 1.4em;
  font-weight: normal;
  background: url(../../img/main/icon_albert_symbol_blue.png) no-repeat left center;
  color: #0073b0;
}
#listing #items {
  width: 100%;
  clear: both;
  margin: 12px 0;
  background: url(../../img/main/listing_line.png) no-repeat top center;
}
#listing #items .item {
  line-height: 1.4em;
  background: url(../../img/main/listing_line.png) no-repeat bottom center;  
}
#listing #items .item .item-in {
  padding: 15px 15px 20px 15px; 
}
#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 .navigation {
  display: block;
  float: right;
  text-align: center;
  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: 0;
  left: 260px;
}
#listing .navigation .noactive .arrow-stop-left {
  background: url(../../img/main/icon_arrow_stop_left_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-stop-left {
  background: url(../../img/main/icon_arrow_stop_left.png) no-repeat center;
}
#listing .navigation a.arrow-stop-left:hover {
  background: url(../../img/main/icon_arrow_stop_left_hover.png) no-repeat center;
}
#listing .navigation .noactive .arrow-left {
  background: url(../../img/main/icon_arrow_left_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-left {
  background: url(../../img/main/icon_arrow_left.png) no-repeat center;
}
#listing .navigation a.arrow-left:hover {
  background: url(../../img/main/icon_arrow_left_hover.png) no-repeat center;
}
#listing .navigation .noactive .arrow-stop-right {
  background: url(../../img/main/icon_arrow_stop_right_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-stop-right {
  background: url(../../img/main/icon_arrow_stop_right.png) no-repeat center;
}
#listing .navigation a.arrow-stop-right:hover {
  background: url(../../img/main/icon_arrow_stop_right_hover.png) no-repeat center;
}
#listing .navigation .noactive .arrow-right {
  background: url(../../img/main/icon_arrow_right_noactive.png) no-repeat center;
}
#listing .navigation a.arrow-right {
  background: url(../../img/main/icon_arrow_right.png) no-repeat center;
}
#listing .navigation a.arrow-right:hover {
  background: url(../../img/main/icon_arrow_right_hover.png) no-repeat center;
}
/* -=-=-=-=-=-=-=-=-=-= norecord definitions =-=-=-=-=-=-=-=-=-=- */
.norecord {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 2px 0 20px 0; 
  background: url(../../img/main/message.png) no-repeat center;
}
.norecord .norecord-in {
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
/* -=-=-=-=-=-=-=-=-=-= photogallery definitions =-=-=-=-=-=-=-=-=-=- */
#databox table.photogallery {
  border-spacing: 10px;
}
#databox table.photogallery tr,
#databox table.photogallery td {
  padding: 5px;
  border: 1px solid #d2e1e6;
}
#databox table.photogallery td {
  vertical-align: middle;
}
#databox table.photogallery tr img,
#databox table.photogallery td img {
  margin: 0;
  border: 0 none;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= column-right definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#column-right-in {
  padding: 5px 15px 10px 5px;
}
#column-right .sidebox {
  width: 290px;
  margin-bottom: 20px;
}
#column-right .sidebox .sidebox-in {
  padding: 20px;  
}
/* -=-=-=-=-=-=-=-=-=-= newsbox definitions =-=-=-=-=-=-=-=-=-=- */
#newsbox.sidebox {
  position: relative;
  background: url(../../img/main/newsbox_pattern.png) repeat-y top;
}
#newsbox.sidebox .sidebox-in {
  padding: 65px 20px 25px 20px;  
  background: url(../../img/main/newsbox_footer.png) no-repeat bottom;
}
#newsbox.sidebox h3.header {
  display: block;
  width: 290px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 1.5em;
  background: url(../../img/main/newsbox_header.png) no-repeat center;
  color: #0073b0;
}
#newsbox.sidebox h3.header .header-in {
  display: block;
  width: 210px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 60px;
  line-height: 30px;
}
#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 {
  margin-bottom: 4px;
}
#newsbox .news-others {
  font-weight: bold;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= footer definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#footer-in {
  width: 1000px;
  margin: 0 auto;
}
#footer .column-left {
  width: 680px;
  float: left;
  text-align: left;
}
#footer .column-left .column-left-in {
  padding: 0px 17px 10px 30px;
}
#footer .column-right {
  width: 320px;
  float: right;
  text-align: right;
}
#footer .column-right .column-right-in {
  padding: 5px 25px 10px 5px;
}

#footer #copyright {
  display: block;
  width: 206px;
  height: 16px;
  float: left;
  text-decoration: none;
  background: url(../../img/main/copyright_ahold.png) no-repeat center;
}
#footer #copyright:hover {
  background: url(../../img/main/copyright_ahold_hover.png) no-repeat center;
}
#footer #author {
  display: block;
  width: 73px;
  height: 16px;
  float: left;
  text-decoration: none;
  background: url(../../img/main/author_wmedia.png) no-repeat center;
}
#footer #author:hover {
  background: url(../../img/main/author_wmedia_hover.png) no-repeat center;
}
#footer .divider {
  display: block;
  width: 10px;
  height: 16px;
  float: left;
  background: url(../../img/main/footer_divider.png) no-repeat center;
}
/* -=-=-=-=-=-=-=-=-=-= newsbox 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/main/icon_mailto.png) no-repeat center;
}
#footer a.sendemail:hover,
#iconset a.sendemail:hover {
  background: url(../../img/main/icon_mailto_hover.png) no-repeat center;
}
#footer .print,
#iconset .print {
  display: block;
  position: relative;
  width: 22px;
  height: 19px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  background: url(../../img/main/icon_print.png) no-repeat center;
}
#footer .print:hover,
#iconset .print:hover {
  background: url(../../img/main/icon_print_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/main/icon_rss.png) no-repeat center;
}
#footer .rss:hover, 
#iconset .rss:hover {
  background: url(../../img/main/icon_rss_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/main/icon_pagemap.png) no-repeat center;
}
#footer .pagemap:hover,
#iconset .pagemap:hover {
  background: url(../../img/main/icon_pagemap_hover.png) no-repeat center;
}
#footer .goup,
#iconset .goup {
  display: block;
  position: relative;
  width: 17px;
  height: 22px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  background: url(../../img/main/icon_go_up.png) no-repeat center;
}
#footer .goup:hover,
#iconset .goup:hover {
  background: url(../../img/main/icon_go_up_hover.png) no-repeat center;
}
#databox #iconset .goup {
  float: right;
  margin-right: 0;
}
