﻿@charset "utf-8";
body{	
	font-family:Verdana, Sans;	
	font-size:12px;
	background-image:url("./bg.jpg");
	background-repeat:repeat;
	background-attachment:fixed;
}

h1,h2{
	color:#009900;
}

a{
  	color:#777777;
}

a:hover{
	color:#008800;
	text-decoration:underline;
}

img{
	border:none;
}

table{
	background-color:#EFE;
	border-color:#008800;
	border-style:solid;
	border-width:1px;
}

th{
	border-color:#0d0;
	border-style:solid;
	border-width:1px;
	background-color:green;
	background-repeat:no-repeat;
	background-image: url("./th.png");
	text-align:left;	
}

.mail_textBox, .mail_textarea, .mail_button{
	border-width:thin;
	border-color:#060;
	background-color:#FFFFFF;
	color:#000000;
}

.mail_button{
	background-color:#FFFFFF;
	color:#000000;
}

#main{
	background-image:url("./shadow.png");
	background-repeat:repeat-y;
	background-color:transparent;
}
#header{
	font-size:16px;
	background-color:transparent;
	background-image:url("./header.png");
	color:#0c0;
	background-repeat:repeat-x;
	vertical-align:middle;
	position:absolute;
}

#header_title{
	text-align:left;
	color:inherit;
}

#header_cas{
	text-align:center;
}

#banner {
	background-image: url("./MioBanner.png");
	/*background-color:#009900;*/
}

#menu {
	background-image: url("./menu.png");
	background-repeat: repeat-x;
	/*text-align:center;*/
	vertical-align:middle;	
}
#menu a {
	background: url("./spacer.png") no-repeat;	
	/*background-position: 0 10px;*/
	padding: 12px 5px 12px 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  12px;
	color: #FFFFFF;
	position:relative;
	top:26px;
}

#menu a:hover {
	color: #0c0;
	text-decoration:underline;
}

#menu a.first {
	background: none;
}

#menu img{
	position:relative;
	top:4px;
	right:4px;	
}

#text{
	padding:16px;	
	text-align:justify;
	background:none;
	background-color:#FFFFFF;
	/*border-left:double;
	border-right:double;
	border-color:#b9EAB9;*/
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:1.2em;
}

#footer{
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	background-color:#000000;
	background-image:url("./footer.png");			
	padding-top:4px;
	color:#FFFFFF;
}

#footer a{
	/*color:#0c0;*/
	color:#FFFFFF;
}

#f_icons{
	text-align:right;
	text-decoration:none;	
	float:right;	
	background-color:transparent;
	width:295px;
	height:21px;
	padding-right:5px;
	padding-bottom:3px;
}

a#f_icons{
	text-decoration:none;
}

#copyright{
	text-align:left;
	float:left;
	background-color:transparent;
	width:220px;
	height:24px;
	padding-left:5px;

}

#aktualizacia{
	text-align:right;
	float:left;
	background-color:transparent;
	width:200px;
	height:24px;
}
#searchbutton{
	background-image:url("./search.png");
	background-repeat:no-repeat;
}

#autogram{
	text-align:right;
}
#mio_loading{
     position:absolute;
}
p.podpis{
	text-align:right;
	font-style:italic;
}

td.gallery{
	width:256px;
	border-style:solid;
	border-width:1px;
	border-color:#b9EAB9;
	padding:0 8px;	
}
tr.gallery{
	height:256px;
	border-style:solid;
	border-width:1px;
	border-color:#888;
}
table.gallery{
	width:774px;
	text-align:center;
	height:auto;
	margin:auto;
	background-color:#EEFDEE;
}
img.gallery{	
	border-color:#FFF;
	border-width:2px;
	border-style:solid;
	box-shadow:2px 2px 5px #888;
	-webkit-box-shadow:2px 2px 5px #888;
	-moz-box-shadow:2px 2px 5px #888;
}
.gallery_caption,.gallery_caption_album
{
  /*float:left;*/
  text-align:center;
  width:100%;
  font-weight:bold;
  background-color:#b9EAB9;
  border-style:solid;
  border-width:1px;
  border-color:#008800;    
}
.gallery_caption_album
{
	text-transform:uppercase;
	text-decoration:underline;
}

#location
{
  background-color:#eee;  
  background-image:url("./location.png");
  background-repeat:repeat-x;
}
