html {
  height:100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	color: #000;
	font-size: 12px;
  background: #37b2f9 url('gfx/bg_shadow2.png') repeat-y center;
  height:100%;
}
a {
	color: #FF7700;
	text-decoration:none;
}
a:hover, a:active
{
  text-decoration:underline;
}
input {
	border: 0;
}
ul, li {
	margin: 0;
}
h1, h2, h3, h4, h5, p {
	margin: 0;
}
h1 {
	font-size: 24px;
}
h3.gData, h4.gData, h5.gData {
  font-weight:normal;
  color:green;
}
h3.gData {
  font-weight:bold;
}
h4.currPage {
  font-variant: normal;
  font-family: tahoma, arial;
  font-size:20px;
  margin:0 auto;
  margin-top:-32px;
  margin-bottom:4px;
  text-align:right;
  color:#FF6C00;
  width:95%;
}
/* === Login === */
#login_box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -144px;
	margin-top: -90px;
	width: 289px;
	height: 179px;
	background: url('gfx/loginbox.png') no-repeat;
}
#LoginFormAbsolute {
	position: absolute;
	left: 50px;
	top: 30px;
}
input#login {
	text-align: center;
	width: 180px;
}
input.LoginButton {
	position: absolute;
	top: 88px;
	left: 47px;
}
div#LoginErrorDiv {
  position:absolute;
  height:50px;
  top:-50px;
  left:10px;
  color:#ff0000;
  font-weight:bold;
  font-size:0.8em;
}

div#LoginErrorDiv img{
  float:left;
}
div#LoginErrorDiv p {
  margin:0;
  padding:0;
  margin-top:10px;
}
.centerme {
margin:0 auto;
}
/* === Main Div === */
div.OverAll {
	width: 820px;
	margin: 0 auto;
	/*background:url('gfx/bg_shadow2.png') repeat-y;
	height:97%;*/
}

div.OverAllFoot {
  width:820px;
  margin: 0 auto;
  clear:both;
  position:relative;
  /* background:url('gfx/bg_shadow2.png');*/

  height:59px;
}


div.OverAllFoot p {
  margin: 0 auto;
  background:#4dc835;
  height:12px;
  width:796px;
  border-bottom:2px solid #000;
  padding: 3px 0; 
}

div.OverAllFoot .counter
{
  position:absolute;
  right:15px;
  bottom:4px;
}

div#PageInner {
  margin-left:10px;
  margin-right:10px;
}
div#Top {
  width:800px;
  margin-left:10px;
  margin-right:10px;
  background:url('gfx/logo.jpg');
  height:211px;
}
div#afterlogo {
  width:800px;
  margin-left:10px;
  margin-right:10px;
  background:url('gfx/afterlogo.gif');
  height:50px;
}
div#Foot {
  width: 796px;
  margin-left:10px;
  margin-right:10px;
  clear:both;
}
div#MainContent {
  margin: 0 0 0 219px;
  padding:5px 5px 10px 10px;
    z-index:51;
  /*
  border-right:2px solid #000;
  border-left:2px solid #000;
  */
}
div#MainContent p {
  padding-right:8px;
}
/* === NEWS === */
div.News {
  padding: 0 10px 0 10px;
}
div.News_header {
  font-family:verdana, arial;
  font-weight: bold;
  background: #4DC835;
  padding: 3px 2px 3px 2px;
  margin: 2px 0 3px 0;
  color:#fff;
}
div.News_content {
  text-align: justify;
  padding: 1px 2px 1px 2px;
}
div.News hr {
  color: #4DC835;
  background: #4DC835;
  height: 2px;
  border: 0;
}
span.small_date {
  border-left:2px solid #4DC835;
  padding-left:4px;
  font-size:10px;
}
p.right {
  text-align: right;
  margin:0;
  margin-right:2px;
  margin-top:4px;
}
a.on_news_head {
  text-decoration:none;
  color: #fff;
}
p.shortcut {
  font-weight:bold;
  margin:1px 0 10px 5px;
}
/* === Menus === */
div#Menu {
  z-index:50;
	width: 208px;
	margin: 0;
	margin-left:3px;
	/*
	border-left:2px solid #000;
	border-right:2px solid #000;
	*/
	background: #fbe100;
	padding: 4px;
  float:left;
  font-size:14px; 
}

div#Menu a.index {
  width: 190px;
	text-decoration: none;
	font-weight:bold;
	color: #ff8c00;
	display:block;
	padding:5px 0 3px 2px;
	height:20px;
	padding-left:10px;
	background: url('gfx/maly-kwiat.gif') no-repeat right;
}
div#Menu a {
  width: 185px;
	text-decoration: none;
	font-weight:bold;
	color: #ff8c00;
	display:block;
	padding:5px 0 3px 2px;
	height:20px;
	padding-left:10px;
	background: url('gfx/maly-kwiat2.gif') no-repeat right;
}
div#Menu a:first-letter, div#Menu a.index:first-letter {
	color: #ff6c00;
	font-size:15px;
}
div#Menu a:focus, div#Menu a:active {
  background: url('gfx/maly-kwiat2-hover.gif') no-repeat right;
}
div#Menu a:hover {
  background: url('gfx/maly-kwiat2-hover.gif') no-repeat right;
}
div#Menu a.index:focus, div#Menu a.index:active {
  background: url('gfx/maly-kwiat-hover.gif') no-repeat right;
}
div#Menu a.index:hover {
  background: url('gfx/maly-kwiat-hover.gif') no-repeat right;
}
/* === special === */
a.LinkUndecorated {
	color: orange;
	text-decoration: none;
}
/* === articles === */
#artable th
{
  cursor: pointer;
  background:#FFCB1D;
  border: 1px solid #fa8900;
  padding: 2px;
}

#artable td {
  border: 1px solid #FBA43A;
  padding:2px;
}
/* === Gallery === */
table.gallery_table {
  width:90%;
  margin:3px auto;
  border:0;
}

table.gallery_table td {
  padding:5px;
  border:0;
  text-align:center;
  vertical-align: bottom;
}

table.gallery_table td:hover {
  background:#FFEA3F;
}

table.gallery_table td.half{
  width:50%;
}

table.gallery_table td.full{
  width:100%;
}
table.gallery_table span.date, table.gallery_table2 span.date{
  font-size:9px;
  font-style: italic;
  color:#0000cc;
}
table.gallery_table img
{
  border:2px solid white;
}
table.gallery_table2 {
  width:95%;
  margin:3px auto;
  border:0;
}
table.gallery_table2 img
{
  border:2px solid white;
}
table.gallery_table2 td {
  text-align:center;
  vertical-align:bottom;
  padding-bottom:10px;
}
p.one {
  color:#42AC2D;
}
p.one a {
  color:#42AC2D;
}

table.gallery_table td.year-separator {
  background:#FFEE5F;
  font-size:16px;
  font-weight:bold;
  text-align:left;
  border:3px solid #FFF59F;
}

table.gallery_table td a:hover {
  text-decoration:none;
}

.slide-link {
  float:right;
  text-align:right;
  font-size:12px;
}

.slide-link a{
  font-size:12px;
}

