@CHARSET "UTF-8";

* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* color: #475894; */
  color: #3a4778;
}

body {
  background-color: #3d4b78;
  margin: 0px;
  padding: 0px;
}

/**
 * Zakladni casti
 */
img {
  border: 0px;
}

h1, h2 {
  display: inline;
  margin: 1px;
  padding: 0px;
  margin-right: 2px;
  line-height: 8px;
}

p {
  text-align:justify;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
}

p.justifyAligned {
  text-align: justify;
}

p.screenshot {
  /* padding-right: 14px; */
  text-align: justify;
}

h1, h2 {
  font-size: 19px;
  font-weight: normal;
  color: #888888;
  margin-top: 0px;
  margin-bottom: 10px;
}

/**
 * Atributy
 */
.leftAligned {
  text-align: left;
}

.centerAligned {
  text-align: center;
}

.rightAligned {
  text-align: right;
}

.floatLeft {
  float: left;
}

.centered {
  margin: 0px auto;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden; /* prevent IE expanding the container */
  margin: 0; /* keep flush with surrounding blocks */
}

.paddedLeft {
  padding-left: 80px;
}

a.textPink {
  text-decoration: none;
  color: #e50278;
  font-weight: bold;
}

a.notUnderlined {
  /*text-decoration: none;*/
  color: #ff2248;
}

.textBold {
  font-weight: bold;
}

.textItalic {
  font-style: italic;
}

ul.high li {
  padding-bottom: 4px;
}
  
div#content ul {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  list-style: circle;
}

/**
 * Obal stranky
 */
div#wrapper {
  margin: 0 auto;
  width: 962px;
  background-color: white;
}

/**
 * Vrchni cast stranky s hlavickou
 */
div#wrapperTop {
  width: 100%;
  height: 155px;
  background-image: url(../images/wrapperTop.gif);
}

/**
 * Logo v hlavicce
 */
div#wrapperTop div#emcLogo {
  position: relative;
  float: left;
  left: 20px;
  top: 83px;
  width: 204px;
  height: 44px;
}

/**
 * Obrazek hlavicky
 */
div#wrapperTop div#header {
    position: relative;
    float: right;
    right: 13px;
    top: 16px;
    width: 712px;
    height: 106px;
}

div#wrapperTop div#langChange {
    float: right;
    margin-right: 22px;
    _margin-right: 11px;
    margin-top: 20px;
    font-size: 10px;
}

div#wrapperTop div#langChange a {
    font-size: 10px;
}

div#wrapperTop div#langChange a:hover {
    text-decoration: none;
}

div#wrapperTop div#langChange .actual {
    font-size: 10px;
    font-weight: bold;
}

/**
 * Stredni cast stranky, ktera se automaticky zvetsuje
 */
div#wrapperMiddle {
  width: 100%;
  min-height: 560px;
  height: auto;
  _height: 560px;
  background-image: url(../images/wrapperMiddle.gif);
  background-repeat: repeat-y;
}

/**
 * Hlavni obsah stranky
 */
div#wrapperMiddle div#content {
  margin-left: 237px;
  padding-top: 35px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 38px;
}

/**
 * Hlavni menu - prvni uroven
 */
div#navigation {
  width: 237px;
  float: left;
}

div#navigation ul.firstLevel {
  margin-left: 30px;
  position: relative;
  top: 80px;
  padding: 0px;
  list-style: none;
}

div#navigation ul.firstLevel li {
  padding-left: 0px;
  padding-bottom: 3px;
  padding-top: 9px;
  margin: 0px;
  background-image: url(../images/menuLine.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

div#navigation ul.firstLevel li.active {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

div#navigation ul.firstLevel li a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #b1b7c9;
  text-decoration: none;
}

div#navigation ul.firstLevel li a:hover {
  color: #ffffff;
}

/**
 * Hlavni menu - druha uroven
 */
div#navigation ul.firstLevel ul.secondLevel {
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 0px;
  list-style: none;
}

div#navigation ul.firstLevel ul.secondLevel li {
  padding-left: 0px;
  padding-bottom: 3px;
  padding-top: 6px;
  margin: 0px;
  background-image: none;
}

div#navigation ul.firstLevel li ul.secondLevel li.a {
  
}

/**


div#navigation ul {
  margin-left: 30px;
  margin-top: 100px;
  padding: 0px;
  list-style: none;
}

div#navigation ul li ul li {
  background-image: none;
}  

/**
 * Spodni cast stranky s copyrightem
 */
div#wrapperBottom {
  clear: left;
  width: 100%;
  height: 64px;
  background-image: url(../images/wrapperBottom.gif);
}

div#wrapperBottom div#copyright {
  text-align: right;
  padding-top: 30px;
  padding-right: 13px;
}

div#wrapperBottom div#copyright a {
  text-decoration: none;
  color: #d8dbe3;
  font-size: 10px;
}

div#wrapperBottom div#copyright a:hover {
  color: #ffffff;
}

div#wrapperBottom div#copyright {
    text-align: right;
    padding-top: 30px;
    padding-right: 13px;
}

div#wrapperBottom a {
    text-decoration: none;
    color: #d8dbe3;
    font-size: 10px;
}

div#wrapperBottom a:hover {
    color: #ffffff;
}

/**
 * dvou-sloupcovy odstavec
 */
.cols-2 {
  width: 315px;
}

.iiLogo {
  width: 100%;
  padding-top: 10px;
  text-align: right;
}

/**
 * Sirka urovne 1.
 */
.width1 {
  width : 50px;
}

/**
 * Sirka urovne 2.
 */
.width2 {
  width : 100px;
}

/**
 * Sirka urovne 3.
 */
.width3 {
  width : 150px;
}

fieldset.news {
  border: 1px solid #aaaaaa;
  padding: 10px;
  margin: 0px;
}

fieldset.news legend {
  font-weight: bold;
  margin-bottom: 5px;
}

fieldset.news p {
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

font.cenovaAkce {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

font.pinktext {
	color: #e50278;
}

font.demoText {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff2248;
	text-decoration: none;
}

fieldset {
  padding: 5px;
  color: #e50278;
  border-width: 2px;
  border-color: #e50278;
  border-style: solid;
}

legend {
  display: none;
  font-size: 20px;
  color: #e50278;
}

a.anotherProducts {
  color: #000000;
}
