/* CSS Document */

body {
	background: #B7C7D1 url("../images/zsidomuzeum/external_bgtexture.png") left top repeat;
	line-height: 130%;
}

p {
	margin-bottom: 5px;
}

div#externalBg1 {
	margin: 0px auto;
	width: 1004px;
	background: url("../images/zsidomuzeum/shad_l.png") top left repeat-y;
}
div#externalBg2 {
	padding-left: 22px;
	padding-right: 22px;
	background: url("../images/zsidomuzeum/shad_r.png") top right repeat-y;
}
div#mainPage {
	position: relative;
	width: 960px;
	font-size: 12px;
}

div.clear, span.clear, .clear {
  float: none;
  clear: both;
}

/* News + Main content title + flashgallery */
h2.newsTitle, h2.pageTitle,
h2.contentTitle,
div#fgListRows a.fgListLead {
	font-family: "Arial Narrow", times;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 4px 0px;
	font-weight: normal;
	color: #000961;
	font-size: 18px;
	display: block;
}

h1.pageTitle, h2.pageTitle {
  font-size: 16px;
}

h1.contentTitle, h2.contentTitle, h2.newsTitle {
  font-size: 20px;
}

div#newsListRows div.lead,
div.fgListItem div.lead {
	cursor: pointer;
}

div.fgListItem div.over {
  color: #000961;
}

div.newsLead {
	margin-bottom: 5px;
}

div.newsLead, div.newsBody {
	text-align: justify;
	color: #fff;
}

div#newsListRows,
div#fgListRows {
	text-align: justify;
	margin-bottom: 10px;
}

/* Header and mainmenu */
div#header {
  width: 960px;
  height: 175px;
  position: relative;
  margin-bottom: 0px;
  clear: both;
  float: none;
  background: url("../images/zsidomuzeum/header_grad.jpg") top left repeat-x;
}

div#header div.logo {
  position: absolute;
  left: 55px;
  top: 55px;
}

div#header div.menu {
  position: absolute;
  left: 30px;
  bottom: 0px;
  height: 42px;
}

div#header div.menu td {
  height: 42px;
  vertical-align: middle;
  font-size: 14px;
  color: #0060FF;
}

div#header div.menu td a {
  height: 42px;
  line-height: 42px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  color: #0060FF;
  font-weight: 300;
}

div#header div.menu td a:hover,
div#header div.menu td a.activemenu {
  background: url("../images/zsidomuzeum/mainmenu_bg_over.gif") top repeat-x;
  text-decoration: none;
  color: #fff;
}

div#header div.menu td a span.item {
  line-height: 42px;
}
div#header div.righttop {
  position: absolute;
  right: 0px;
  top: 10px;
  color: #8F1B0F;
  font-size: 11px;
}

div#header div.righttop a {
  color: #8F1B0F;
}

/* Main content background */
div#mainBgs {
  background: url("../images/zsidomuzeum/maincnt_bgtexture.png");
}

/* Frontpage flashgallery items */
div#fpbox_holder {
  width: 576px;
  float: left;
}

div#fpbox_holder div.fpbox_outer {
  padding-right: 12px;
  width: 280px;
  height: 290px;
  float: left;
}

div#fpbox_holder div.nopadd {
  padding-right: 0px;
}

div#fpbox_holder div.fpbox_inner {
  background: white url("../images/zsidomuzeum/frbox_bg.png") top repeat-x;
  padding: 7px;
  height: 265px;
  cursor: pointer;
}

div#fpbox_holder div.fpbox_inner span.image {
  display: block;
  width: 266px;
  height: 132px;
  margin: 0px auto 10px auto;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
}

div#fpbox_holder div.fpbox_inner span.title {
  display: block;
  text-align: left;
  font-family: "Arial Narrow", times;
  font-size: 14px;
  padding-bottom: 12px;
  color: #fff;  
}

div#fpbox_holder div.fpbox_inner span.intro {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 11px;
  line-height: 120%;
}

div#fpbox_holder div.fpbox_inner span.intro a,
div#fpbox_holder div.fpbox_inner span.intro a:hover {
  color: #fff;
  text-decoration: none;
}

/* Frontpage news lead list */
div#newsListRows {
  padding: 15px;
  background: #fff;
  margin-top: 15px;
  margin-left: 10px;  
  width: 739px;
}

div#newsListRows a.newsListLead {
  display: block;
  width: 235px;
  float: left;
  padding-right: 15px;
}

div#newsListRows a.nopadd {
  padding-right: 0px;
}

div#newsListRows a.newsListLead span.name {
  display: block;
  font-family: times;
  font-size: 17px;
  padding-bottom: 3px;
  text-align: left;
  color: #000000;
}

div#newsListRows a.newsListLead span.date {
  display: block;
  font-size: 11px;
  line-height: 150%;
  color: #d43333;
  padding-bottom: 2px;
}

div#newsListRows a.newsListLead span.lead {
  display: block;
  font-size: 12px;
  color: #666666;
  text-align: left;
}

div#newsListRows a.newsListLead:hover {
  text-decoration: none;
}

div#newsListRows a.newsListLead:hover span.lead {
  color: #0060ff;
}

/* Main cnt */
td#mc {
  text-align: justify;
}

td#mc table tr {
  text-align: left;
}

td#mc div.innerContent {
  background: #fff;
  padding: 0px;
}

td#mc div.innerContentInner {
  padding: 15px;
}

/* Toolbar */
div.toolbarContainer {
  margin-bottom: 0px;
  padding: 8px;
  background: #c7c7c7;
}

div.toolbarContainer table td a {
  font-size: 11px;
  color: #005BC7;
}

/* News */
td#mc div.newsLead {
  color: #00066A;
  padding-bottom: 10px;
}

td#mc div.newsBody {
  color: #000;
}

/* Left column */
td#lc {
  vertical-align: top;
  padding-right: 15px;
}

td#lc div.leftBoxName {
  background: #c7c7c7;
  padding: 8px;
  font-family: "Arial Narrow", times;
  font-size: 16px;
  color: #00066A;
}

td#lc div.leftBoxText {
  background: #fff;
  padding: 10px;
}

td#lc div.leftSeededNews {
  width: 180px;
  margin: 0px;
}

/* Left column seeded news */
td#lc div.leftSeededNews div.nlSeededItem {
  margin-bottom: 10px;
  cursor: pointer;
}

td#lc div.leftSeededNews div.nlSeededItem span.img {
  display: block;
  border: 1px solid #fff;
  width: 178px;
  height: 95px;
  margin: 0px;
}

td#lc div.leftSeededNews div.nlSeededItem span.txt {
  display: block;
  padding: 5px;
  width: 170px;
  background-color: #000000;
  color: #fff;
  font-size: 11px;
  line-height: 120%;
  height: 39px;
  overflow: hidden;
  text-align: left;
}

/* Left column more news */
td#lc ul.nlRowsLeft {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}

td#lc ul.nlRowsLeft li {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E3E5F9;
}

td#lc ul.nlRowsLeft li a {
  display: block;
}

td#lc ul.nlRowsLeft li a span.name {
  color: #000;
  font-family: "Arial Narrow", times;
  font-size: 13px;
  padding-bottom: 2px;
  display: block;
}

td#lc ul.nlRowsLeft li a span.date {
  color: #C90000;
  font-size: 11px;
}

td#lc ul.nlRowsLeft li a:hover {
  text-decoration: none;
}

/* Right box */
div.rightBoxName {
  padding-bottom: 8px;
  font-family: "Arial Narrow", times;
  font-size: 16px;
  color: #00066A;
}

/* Footer */
table#footer_bg {
  height: 98px;
  background: #0060FF url("../images/zsidomuzeum/footer_bg.jpg") top repeat-x;
}

/* Subfooter and footer menus */
td#footMenu {
  line-height: 150%;
  color: #fff;
  font-family: arial;
  font-size: 12px;  
}

td#footMenu div.menu a {
  color: #7D77CE;
}

div#subfooter_head {
  height: 38px;
  background: #0060FF /*url("../images/zsidomuzeum/subfooter_bg.gif") top repeat-x*/;
  line-height: 38px;
}

div#subfooter_head span {
  line-height: 38px;
  color: #fff;
  font-family: times;
  font-size: 18px;
  padding-left: 15px;
}

div#latest_news {
  padding: 15px;
  height: 138px;
  background: #e9e9e9;
}

div#bottomShadow1 {
	width: 1004px;
	margin: 0px auto;
	background: url("../images/zsidomuzeum/shad_bl.png") top left no-repeat;
}
div#bottomShadow2 {
	padding-left: 22px;
	padding-right: 22px;
	background: url("../images/zsidomuzeum/shad_br.png") top right no-repeat;
}
div#bottomShadow3 {
	width: 960px;
	height: 27px;
	background: url("../images/zsidomuzeum/shad_b.png") top left repeat-x;
	padding-top: 10px;
}
div#footer_menu {
  text-align: center;
  margin-bottom: 10px;
}

div#footer_menu span {
  color: #0965FE;
}

div#footer_menu a {
  color: #0965FE;
}

div#footer_menu a:hover {
  color: #416AA8;
}

/* RSS content list */
div#latest_news {
  padding: 10px;
  font-size: 11px;
}

div#latest_news a.item {
  display: block;
  width: 223px;
  float: left;
  padding-right: 15px;
}

div#latest_news a.nopadd {
  padding-right: 0px;
}

div#latest_news a.item span.name {
  display: block;
  padding-bottom: 2px;
  color: #8B0000;
  height: 32px;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
}

div#latest_news a.item span.date {
  display: block;
  line-height: 130%;
  color: #989898;
  padding-bottom: 5px;
}

div#latest_news a.item span.lead {
  display: block;
  color: #474747;
  text-align: left;
}

div#latest_news a.item:hover {
  text-decoration: none;
}

div#latest_news a.item:hover span.lead {
  color: #800000;
}

/* Flashgallery list pages */
div.fgListItemRight table.box4 td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: middle;
}

div.fgListItemRight table.box4 td a:hover {
  text-decoration: none;
}

/* Universal stuff */
td.padd10 {
  padding: 10px;
}

td.padd10trb {
  padding: 10px 10px 10px 0px;
}

td.padd20 {
  padding: 20px;
}