/* CSS Document */

body {
margin: 0; 
padding: 0;
background: #ffffff; 
text-align: center; 
font-family: "Calibri", Verdana, "Trebuchet MS", "Arial CE", lucida, sans-serif !important;
font-size: 11pt !important;
color: #111111;
width:100%;
}


/* layout */

#telo {
width: 928px;
margin: 0 auto;
position: relative;
}

#top {
width: 928px;
min-height: 86px;
_height: 86px;
background: url(../img/bg_top.jpg) top center no-repeat;
position: relative;
z-index: 1;
}

#menu {
position: absolute;
right: 24px;
top: 40px;
width: 550px;
z-index: 5;
}

#middle {
width: 928px;
min-height: 100px;
_height: 100px;
position: relative;
background: url(../img/bg_middle.jpg) top center repeat-y;
}

#bottom {
width: 928px;
height: 120px;
position: relative;
background: url(../img/bg_bottom.jpg) top center no-repeat;
}

#middle-in {
width:880px;
position: relative;
left:24px;
_left: 0px;
text-align: left;
padding-top: 15px;
padding-bottom: 15px;
}

#logomenustripe{
width: 928px;
height: 86px;
position: relative;
}

.bigtop {
position: relative;
left: 24px;
@left: 0px;
width: 880px;
height: 345px;
}

.smalltop {
position: relative;
left: 24px;
@left: 0px;
width: 880px;
height: 147px;
}

#smlogo {
width: 19px;
height: 60px;
position: absolute;
top: 10px;
right: -5px;
}

#submenu {
padding: 5px;
background: #d7d7d7;
}


h1 {
display: block;
width: 230px;
height: 61px;
margin: 0;
padding: 0;
position: absolute;
left: 24px;
bottom: 0px;;
}

h1 span {
display: block;
width: 230px;
height: 61px;
background: url("../img/logo.jpg") no-repeat;
}

#b1 {
font-size: 0.7em;
position:absolute;
left: 40px;
top: 35px;
text-align: left;
color: #ffffff;
}

#b2 {
font-size: 0.7em;
position:absolute;
left: 270px;
top: 35px;
text-align: left;
color: #ffffff;
}

#b2 a {
color: #ffffff;
}

#b2 a:hover {
color: #b2b2b2;
}


#aktualne {
  float: right;
  width: 30%;
  margin-left: 30px;
  padding: 10px 10px 30px 10px;
  border-left: 1px solid #808080; 
}


 /* TYPO */

h2 { 
font-size: 2em;
font-weight: normal;
margin: 0;
padding: 5px 0 2px 0;
color: #005e20;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 3px 0 2px 5px;
}

h4 {
font-size: 1.1em;
font-weight: bold;
margin: 0;
color: #005e20;
padding: 2px 0 1px 7px;
}

p {
margin: 0;
padding: 3px 0 3px 10px;
}

ul {
padding-left: 60px;
font-size: 1em !important;
}

blockquote {
width: 80%;
padding: 25px 0 25px 0;
margin: 0 auto;f
font-style: italic;
color: #d7d7d7;
text-align: justify;
}

a {
color: #005e20;
text-decoration: underline;
}

a:hover, a.ishover {
color: #111111;
text-decoration: underline;
}

hr
{ 
width: 80% !important;
border-width:0;
border-top:1px dotted #005e20;
height:0px;
text-align:center;
}


/* dalsi */
.noscreen {
display: none;
}

.ghost {
visibility: hidden;
}

.noborder {
border: 0 !important;
}

.noscreen {
display: none;
}

.center {
text-align: center;
}

img {
border: 0;
}

.clearboth {
clear: both;
}

a {
cursor: hand;
cursor: pointer;
}


/**
 * Core styles.
 */

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.FontSmaller
{
	font-size: smaller;
}

.FontLarger
{
	font-size: larger;
}

.FontSmall
{
	font-size: 8pt;
}

.FontBig
{
	font-size: 14pt;
}

.FontDouble
{
	font-size: 200%;
}

/**
 * Font colors.
 */
.FontColor1
{
	color: #005e20;
}

.FontColor2
{
	color: #000000;
}

.FontColor3
{
	color: #999999;
}

.FontColor1BG
{
	background-color: #005e20;
	color: #ffffff;
}

.FontColor2BG
{
	background-color: #000000;
	color: #ffffff;
}

.FontColor3BG
{
	background-color: #999999;
	color: #ffffff;
}



/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}


/**
 * Template Layouts.
 */

div.leftdiv {
float: left;
width: 50%;
}

div.rightdiv {
float: right;
width: 50%;
}

div.asyleftdiv {
float: left;
width: 66%;
}

div.asyrightdiv {
float: right;
width: 33%;
}

div.clearboth {
clear: both;
visibility: hidden;
height: 1px;
width: 100%;
}

div.thleftdiv {
float: left;
width: 33%;
}

div.thcenterdiv {
float: left;
width: 34%;
}

div.thrightdiv {
float: left;
width: 33%;
}


#reference {
}

.flags a {
text-decoration: none;
padding: 0px 5px 0 0;
}

.flags a img {
border: 1px solid #c8c8c8;
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=70);
}

.flags a:hover img {
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}

.flags a img.activeflag {
-moz-opacity: 1 !important;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}

.flags {
position: absolute;
top: 15px;
right: 15px;
z-index: 12;
width: 300px;
text-align: right;
height: 30px;
padding: 0px;
}

#newsbox .clearboth  {
clear: left !important;
}

.priloha a {
text-decoration: none !important;
}


.priloha a img {
border: 0 !important;
vertical-align: middle;
}


#mailbox .warn
{
text-align: center;
font-weight: bold;
color: #990000;
}

#mailbox fieldset
{
width: 525px;
margin: auto; 
border: 0;
padding:10px;
}

#mailbox legend
{
color: #a60000;
width: 100px;
text-align:center;
font-weight:bold;
margin-bottom: 0.1em;
}

#mailbox label
{
float: left;
width: 55px;
padding-left:10px;
}

#mailbox label code
{
font-size: 70%;
font-style: italic;
}

#mailbox input, select
{
border: 1px solid #c7c7c7;
width: 170px;
height: 20px;
color: #333333;
margin-bottom: 8px;
}

#mailbox textarea
{
border: 1px solid #c7c7c7;
width: 255px;
height: 120px;
margin-bottom: 8px;
}

.warn
{
	margin: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 1.2em;
}
#mailbox input.odeslat
{
background-color: #f67521 !important;
border: 1px solid #000000 !important;
color: #ffffff !important;
font-weight:bold;
margin-left: 65px;
height: 20px;
}

#mailbox #submitbutton
{
margin-left: 107px;
width: 180px;
}

.card {
width: 80%;
margin: 15px auto;
}

a img.smalldetail {
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=70);
}

a:hover img.smalldetail {
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}


/* DEFINE Gallery SM Web 1.3.1 */

.gallery {
line-height: 2.0em;
margin-left: 10px;
padding: 0;
}

.highslide-caption {
display: none;
}

.gall {
margin: 0 15px;
padding: 0;
}

.tym-foto-outer {
display: table;
height: 130px;
_position: relative;
overflow: hidden;
float: left;
width: 150px;
}

.tym-foto {
_position: absolute;
_top: 50%;
display: table-cell;
vertical-align: middle;
}

.c_photos {
width: 133px;
overflow: hidden;
margin: 0;
padding: 0;
float: left;
text-align: center;
position: relative;
_top: -50%
}

.c_photos p {
margin: 0;
padding: 0;
text-align: center;
}

.c_photos img {
max-height: 100px;
max-width: 133px !important;
margin: 0;
padding: 0;
border: 0 !important;
}

.c_photos a img {
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=70);
}

.c_photos a:hover img {
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}

.c_photos .highslide-caption2 {
background-image: url(../ico/bgblack70pc.png);
background-repeat: repeat;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
height: 20px;
_overflow: hidden;
_background-color: expression(
  this.onmouseover = new Function("this.className += ' hover';"),
  this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
);
}


.c_photos .highslide-caption2 .popisek {
background-image: url(../ico/gallery-sipkaclosed.png);
_background-image: url(../ico/gallery-sipkaclosed-msie.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
text-align: left;
padding: 0 4px 0 20px;
margin: 0;
color: #ffffff !important;
_height: 20px;
font-size: 1em !important;
cursor: help;
line-height: 20px;
}

.c_photos .highslide-caption2.hover, .c_photos .highslide-caption2:hover {
height: 100%;
cursor: help;
}

.c_photos .highslide-caption2:hover .popisek {
background-image: url(../ico/gallery-sipkaopen.png);
line-height: 1.2em;
}

.c_photos .highslide-caption2.hover .popisek {
background-image: url(../ico/gallery-sipkaopen-msie.gif);
line-height: 1.2em;
}

/* END Gallery SM Web 1.3.1 */

/*


  SMweb MENU 2LEV - ROLLOUT START

 
*/


/******** MENU STRUCTURE **********/

ul.nav, .nav ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
  width: 100%; /*ie*/
	float: right;
	
}


ul.nav li {
  float: right;
  width: auto;
	position: relative;
	padding: 15px 8px 6px 8px;
	height: 25px;
	border-bottom: 0;
}

.nav ul li a {	display: block; }

ul.nav li ul {
	display: none;
	position: absolute;
	margin-top: 13px;
  width: 178px;
  @left: 0px;
  @top: 0;
  background-color: none;
}


ul.nav li ul li {
  padding: 2px 0 2px 7px !important;
  width: 178px;
  text-align: left;
  height: auto;
  margin: 0;
  text-transform: none;
  background-image: url('../img/menubg.png');
  background-repeat: repeat;
  _background: none !important;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
  (src='/img/menubg.png',sizingMethod='scale');
  /*border-top: 2px solid #112c41;*/
}

ul.nav li.main   { _font-style: expression(this.onmouseover = new Function("this.className='main hover'"), this.onmouseout = new Function("this.className='main'")); }
ul.nav li.main.hover ul  { display: block; 	margin-top: 46px;}
ul.nav li.main.hover { font-style: expression(""); }
ul.nav li:hover ul {
	display: block;
}

ul.nav li ul li   { _font-style: expression(this.onmouseover = new Function("this.className='main hover'"), this.onmouseout = new Function("this.className='main'")); }

/******** MENU STYLE **********/

ul.nav li a {
text-decoration: none;
color: #000000;
font-size: 14px;
}

ul.nav li#activeli {
/*border-bottom: 1px solid #005e20 !important;*/
background-image: url('../img/activesipka.png');
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 15px !important;
font-weight: bold;
}

ul.nav li ul li, ul.nav li ul li#activeli {
border-bottom: none !important;
}

ul.nav li:hover, ul.nav li.hover {
	cursor: pointer;
	cursor: hand;
}

ul.nav li.hover ul a, ul.nav li:hover ul a {
  color: #000000 !important;
}

ul.nav li a:hover, ul.nav li a#active, ul.nav li ul li a:hover, ul.nav li ul li a#active  {
color: #005e20 !important;
}

ul.nav li:hover a, ul.nav li.main.hover a {
	color: #005e20;
	text-decoration: none !important;
}


/*

  SMweb MENU 2LEV - ROLLOUT END

*/





