/* CSS Document */

body {
margin: 0; 
padding: 0;
background: #9fa6a9 url(../img/bg.jpg) top left repeat-x; 
text-align: center; 
font-family: "Calibri", "Trebuchet MS", "Arial CE", lucida, sans-serif !important;
font-size: 14px !important;
color: #363636;
width:100%;
}

.noscreen {
display: none;
}

.ghost {
visibility: hidden;
}

.noborder {
border: 0 !important;
}

.highslide-caption {
display: none;
}

/* layout */

#hlavicka-obal {
width: 100%;
height: 633px;
background: url(../img/topbg.jpg) top center no-repeat;
position: relative;
z-index: 2;
}

#hlavicka-in {
width: 840px;
height: 230px;
margin: 0 auto;
position: relative;
z-index: 4;
}

#menu {
position: absolute;
top: 65px;
right: 20px;
height: 30px;
width: 550px;
font-size: 0.93em;
}

h1 {
display: block;
width: 240px;
height: 166px;
margin: 0;
padding: 0;
position: absolute;
left: 0px;
top: 0px;
}

h1 span {
display: block;
width: 240px;
height: 166px;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
  (src='/img/logoaplaus.png',sizingMethod='scale');
}

head:first-child+body h1 span { 
background: url("../img/logoaplaus.png") no-repeat;
_background: none !important;
}

#telo-obal {
width: 100%;
background: url(../img/middlebg.jpg) top center repeat-y;
position: relative;
z-index: 4;
}

#telo-in {
width: 780px;
margin: 0 auto;
margin-top: -445px;
margin-bottom: -130px;
min-height: 575px;
_height: 445px;
position: relative;
z-index: 5;
text-align: left;
}

#paticka-obal {
width: 100%;
background: url(../img/bottombg.jpg) top center no-repeat;
height: 307px;
position: relative;
z-index: 2;
}

#paticka {
clear: both;
width: 780px;
margin: 0 auto;
height: 120px;
position: relative;
top: 160px;
border-top: 1px solid #6f7476;
font-size: 0.8em;
}

#p1 {
padding-top: 25px;
margin-left:100px;
width: 220px;
float: left;
text-align: left;
}

#p2 {
padding-top: 25px;
width: 200px;
float: left;
text-align: left;
}

#p3 {
padding-top: 25px;
width: 200px;
float: left;
text-align: left;
}

#smlogo {
width: 57px;
height: 9px;
position:absolute;
right: 0;
bottom: 10px;
}

/* typo */

h2 {
font-size: 2em;
font-weight: normal;
color: #dd137b;
margin-top: 0px;
padding-top: 10px;
}

h3 {
color: #ffffff;
padding-left: 5px;
}

h4 {
padding-left: 10px;
}

ul {
margin-left: 20px;
}

a {
color: #dd137b;
}

a:hover, a.ishover {
color: #ffffff;
}

p {
margin: 0;
padding: 5px 15px 5px 15px;
text-align: justify;
}

#paticka a {
color: #363636;
text-decoration: none;
}

#paticka a:hover {
color: #ffffff;
text-decoration: none;
}

#submenu {
padding: 5px;
background: #a8aeb1;
position: relative;
top: -20px;
color: #ffffff;
}

/*

  SMweb menu 1lev SHAPE START

*/
/* top > menu */

#menu {
width: 600px;
height: 40px;
display: block;
position: absolute;
top: 68px;
right: 18px;
overflow: hidden;
}


ul#menu-in li span a  {
/*  display: block;*/
text-decoration: none !important;
}

ul#menu-in, ul#menu-in li {
  margin: 0; 
}

ul#menu-in {
  list-style: none;
  width: 600px;
  height: 40px;
  padding: 0;
  display: block;
}

ul#menu-in li {
  display: block;
  _overflow: hidden;
  position: relative;
  float: right;
  _height: 40px;
}
ul#menu-in .menu-domu {
  _background-color: expression(
    this.onmouseover = new Function("this.className += ' hover';"),
    this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
  );
}
ul#menu-in .menu-domu:hover .leftside, ul#menu-in .menu-domu.hover .leftside {
  background: url("../img/menu-domu-mouseover_left.gif");
  position: absolute;
  width: 6px;
  height: 26px;
  top: 0;
  left: 0;
  _left: -50%;
  z-index: 2;
}
ul#menu-in .menu-domu:hover .rightside, ul#menu-in .menu-domu.hover .rightside {
  background: url("../img/menu-domu-mouseover_right.gif");
  position: absolute;
  width: 6px;
  height: 26px;
  top: 0;
  right: 0;
  _right: -1px;
  z-index: 2;
}

ul#menu-in .menu-domu:hover .centerside, ul#menu-in .menu-domu.hover .centerside {
       
  background: url("../img/menu-stredbg.gif") repeat-x;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  _left: -50%;
  z-index: 1;
  color: #ffffff;
}

ul#menu-in .menu-domu:hover .arrow, ul#menu-in .menu-domu.hover .arrow {
  background-image: url(../img/arrow_hover.gif);
  background-position: center;
  _background-position: left;
  background-repeat: no-repeat;
  height: 8px;
  position: absolute;
  top: 26px;
  _top: 21px;
  left: 0;
  _margin-left: -7px;
  width: 100%; 
  z-index: 3;

}

ul#menu-in #active .leftside {
  background: url("../img/menu-domu-active_left.gif") !important;
  position: absolute;
  width: 6px;
  height: 26px;
  top: 0;
  left: 0;
  _left: -50%;
  z-index: 2;
}
ul#menu-in #active .arrow {
  background-image: url(../img/arrow.gif) !important;
  background-position: center;
  _background-position: left;
  background-repeat: no-repeat;
  height: 8px;
  position: absolute;  
  top: 26px;
  _top: 21px;
  left: 0;
  _margin-left: -7px;
  width: 100%; 
  z-index: 3;

}

ul#menu-in #active .centerside {

  width: 100%;
  height: 26px;
  color: #ffffff;  
  position: absolute;
  top: 0;
  left: 0;
  _left: -50%;
  background: url("../img/menu-stredbg.gif") repeat-x;
  z-index: 1;
}
ul#menu-in #active .rightside {
  background: url("../img/menu-domu-active_right.gif") !important;
  position: absolute;
  width: 6px;
  height: 26px;
  top: 0;
  right: 0;
  _right: -1px;
  z-index: 2;
}

ul#menu-in li a {
  display: block;
  position: relative;
  padding: 0;
  line-height: 26px;
  _line-height: 14px;
  text-decoration: none !imporntant;
  text-align: center;
  color: #ffffff; 
}

ul#menu-in li.menu-domu span  {
  /*width: 48px;*/
  height: 26px;
}

ul#menu-in li.menu-domu:hover {
background: none;
text-decoration: none !important;
}

ul#menu-in li.menu-domu a#active {
/*  background: url("../img/menu-domu-active.png");*/
  background: none;
  color: #ffffff; 
  text-decoration: none !important;
  
}

#menu-in .noscreen {
display: block;
margin: -2px 7px;  
color: #ffffff;
position: relative;
z-index: 3;
text-decoration: none !important;
font-weight: normal;
}

#menu-in li.menu-domu:hover .noscreen, #menu-in li.menu-domu.hover .noscreen {
display: block;
margin: -2px 7px;   
color: #ffffff  !important;
position: relative;
z-index: 3;
text-decoration: none !important;
font-weight: normal;
}

#menu-in #active .noscreen {
display: block;
margin: -2px 7px; 
color: #ffffff  !important;
position: relative;
z-index: 3;
text-decoration: none !important;
font-weight: normal;
}

#menu-in a {
text-decoration: none !important;
}

ul#menu-in li a {
  display: block;
  position: relative;
  padding: 4px 0px;
  text-transform: uppercase;
  text-decoration: none !imporntant;
  text-align: center;
}


/*

  SMweb menu 1lev SHAPE END

*/

/*

  SMweb defaultni styly

*/


#aktualne {
  float: right;
  width: 35%;
    text-align: center;
  margin-left: 30px;
  padding: 5px 5px 20px 5px;
  margin-bottom: 15px;
    margin-right: -30px;
    background: rgba(255,255,255,0.35);
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#aktualne h2 {
padding-right: 10px;
text-align: right;
}
#aktualne h3 {
padding-left: 0;
}

#aktualne p {
padding: 0;
}

#aktualne img {

padding: 10px;

}

/* dalsi */


.noscreen {
display: none;
}

.center {
text-align: center;
}

img {
border: 0;
}

.clearboth {
clear: both;
}

a {
cursor: pointer;
}

/*------------------------------ ostatní */

.clearboth {
clear: both;
height: 1px;
}

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

#content img {
border: 4px solid #404040;
}

img {
border: 0;
}

hr
{ 
width: 80% !important;
border-width:0;
border-top:1px solid #808080;
height:0px;
text-align:center;
margin: 0 auto;
padding-bottom: 12px;
}

.floatright {
float: right;
}

.floatleft {
float: left;
}

.JustifyLeft {
text-align: justify;
}

.JustifyCenter {
text-align: center;
}

.JustifyRight {
text-align: right;
}

.MsoNormal {
font-size: 1em;
font-weight: normal;
text-decoration: none;
text-align: left;
}

.FontSmaller {
font-size: 0.8em;
}

.smalldetail {
margin: 10px;
}

.orange {
color: #f67521;
}

.green {
color: #6ebd04;
}



/**
 * 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: #dd137b;
}

.FontColor2
{
	color: #ffffff;
}

.FontColor3
{
	color: #bfc3c4;
}

.FontColor1BG
{
	background-color: #dd137b;
}

.FontColor2BG
{
	background-color: #ffffff;
}

.FontColor3BG
{
	background-color: #bfc3c4;
}

/**
 * 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%;
}

div.leftimgediv {
height: 85px;
width: 85px;
overflow: hidden;
text-align: center;
border: 5px solid #dd127b;
float: left;
margin-top: 15px;
}

div.leftimgediv p{
margin: 0 !important;
padding: 0 !important;
}

div.leftimgediv p img{
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}

div.leftimgediv img{
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}

div.rightimgediv {
float: left;
padding: 0px 0 0 20px;
min-height: 90px;
}

#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: 156px;
left: 30px;
z-index: 9;
width: 750px;
text-align: left;
height: 30px;
padding: 0px;
}

.gallery {
line-height: 2.3em;
}

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

.gallrow {
width: 100%;
min-height: 150px;
overflow: hidden;
}


.gall a img {
padding: 4px 0px !important;
margin: 0 !important;
max-height: 100px;
max-width: 133px !important;
_width: 133px;
_height: 100px;
border: 0 !important;
-moz-opacity: 0.9;
opacity: 0.9;
filter: alpha(opacity=90);
}


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

.tym-foto img {
-moz-opacity: 0.9;
opacity: 0.9;
filter: alpha(opacity=90);
}


.tym-foto img:hover {
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=70);
}


.c_photos {
width: 133px;
margin: 0 8px;
text-align: center;
}


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

.c_photos .popisek {
padding: 0 3px 5px 3px;
margin: 0;
}

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

.card h2 {
padding: 0;
margin: 3px 0;

}

.tym-foto {
float: left;
}


.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
{
	color: #ffffff;
	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;
}

.fb-iframe {
float: right;
margin: 20px 0;
border: 0;
overflow: hidden;
width: 450px; 
height: 395px;
background-color: white;
}