.wsEd {
      font-size: 1em;
      font-family: verdana;
}

.wsEd p {
      margin: 0px;
      padding: 0px;
}    

.wsEd h2{
    font-size: 1.4em;
    font-weight: bold;
    color:#ffffd0;
    margin:0 0 10px 0;
    padding:0;
}


.wsEd h3{
    font-size: 1.25em;
    font-weight: bold;
    color:#949494;
    margin:0 0 10px 0;
    padding:0;
}


.wsEd h4{
    font-size: 1.1em;
    font-weight: bold;
    color:#ffba24;
    margin:0 0 10px 0;
    padding:0;
}

.wsEd .color1{
    color:#ffba24;
}

.wsEd a{
    color:#ffba24;
}

.wsEd ul{
  padding:5px 0 0 0;
  margin:0;
  list-style-type:none;
}

.wsEd li{
  padding:1px 0 1px 22px;
  background-position:  5px 5px;
  background-image: url(../images/text-arrow.gif);
  background-repeat: no-repeat;
  margin:0;
}

.wsEd li li{
  padding:1px 0 1px 15px;
  background-position:  5px 5px;
  background-image: url(../images/nav-arrow.gif);
  background-repeat: no-repeat;
  margin:0;
}

.wsEd .ws-box1{
  border:1px solid #3e403f;
  background-color:#323433;
  padding:10px;
}

.wsEd .ws-box2-30-right,.wsEd .ws-box2-40-right,.wsEd .ws-box2-50-right,
.wsEd .ws-box2-30-left,.wsEd .ws-box2-40-left,.wsEd .ws-box2-50-left{
  border:1px solid #36352e;
  background-color:#27261a;
  padding:15px;
  background-image: url(../images/ws-box2-bg.gif);
  background-repeat: repeat-x;
}

.wsEd .ws-box2-30-right{
  float:right;
  width:30%;
  margin-left:10px;
  margin-bottom:10px;
}
.wsEd .ws-box2-30-left{
  float:left;
  width:30%;
  margin-right:10px;
  margin-bottom:10px;
}

.wsEd .ws-box2-40-right{
  float:right;
  width:40%;
  margin-left:10px;
  margin-bottom:10px;
}

.wsEd .ws-box2-40-left{
  float:left;
  width:40%;
  margin-right:10px;
  margin-bottom:10px;
}

.wsEd .ws-box2-50-right{
  float:right;
  width:50%;
  margin-left:10px;
  margin-bottom:10px;
}

.wsEd .ws-box2-50-left{
  float:left;
  width:50%;
  margin-right:10px;
  margin-bottom:10px;
}

.wsEd .ws-box2-30-right h2,.wsEd .ws-box2-40-right h2,.wsEd .ws-box2-50-right h2,
.wsEd .ws-box2-30-left h2,.wsEd .ws-box2-40-left h2,.wsEd .ws-box2-50-left h2{
  color:#ffffd0;
  font-size:1.25em;
  padding-bottom:10px;
  border-bottom:1px solid #ffffd0;   
  margin-bottom:10px;          
}

.wsEd h2.sipky{
  background-position:  0px center;
  background-image: url(../images/ws-box1-h2-bg.gif);
  background-repeat: no-repeat;
  padding:0 0 0 17px;
  margin:0 0 10px 0;
  color:#ffffd0; 
}

.wsEd .ws-box1 h2.sipky, .wsEd .ws-box1 h2{
  color:#ffba24;
}

.wsEd h4.sipky{
  background-position:  0px center;
  background-image: url(../images/ws-box1-h2-bg.gif);
  background-repeat: no-repeat;
  padding:0 0 0 17px;
}

.wsEd .wsEd-tabulka{
  width:100%;
  font-size:1em;
  margin-bottom:10px;
  border-collapse:collapse;
}

.wsEd .wsEd-tabulka tr.riadok1:hover, .wsEd .wsEd-tabulka tr.riadok2:hover{
  background:#3d3924;
}

.wsEd .wsEd-tabulka tr td, .wsEd .wsEd-tabulka th{
  padding: 5px 5px;
  border-top:1px solid transparent;
}

.wsEd .wsEd-tabulka th{
  border-top:1px solid #7f807a;
  border-bottom:1px solid #7f807a;
  background:#27261a;
  padding: 7px 5px;
  color:#ffba24;
  font-weight:bold;
}


.wsEd .wsEd-tabulka tr.riadok1{
  color:white;
  background:transparent;
  font-weight:normal;
}

.wsEd .wsEd-tabulka tr.riadok2{
  color:white;
  background:#27261a;
  font-weight:normal;
}

.error-message a, .error_message a{
  color:#0e100f;
}


