body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: justify;
  margin: 0px 0px;
  background: url(../images/red_stripe.png) repeat-x 0px 80px;
}

img {
  border: 0px;
}

#header {
  width: 960px;
  height: 80px;
  margin: 0px auto;
}

#header h1 {
  width: 270px;
  height: 70px;
  padding: 10px 0px 0px 30px;
  margin: 0px;
}

menu {
  float: right;
  list-style-type: none;
  margin: -45px 70px 0px 0px;
}

menu li {
  display: inline;
}

menu a {
  padding: 5px 7px 5px 7px;
  color: #BD251D;
  background-color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

menu a:hover {
  color: #FFFFFF;
  background-color: #BD251D;
}

#flags {
  float: right;
  margin-top: -46px;
}

#news {
  width: 960px;
  height: 200px;
  margin: 0 auto;
  color: #FFFFFF;
  background: url(../images/reference.png) no-repeat;
}

#news a {
  padding: 2px;
  color: #BD251D;
  background-color: #FFFFFF;
  text-decoration: none;
}

#news a:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-bottom: 1px dotted #FFFFFF; 
}

#news p {
  padding: 10px 10px 0px 0px;
  margin: 0px;
  line-height: 18px;
}

#news h2 {
  font-size: 15px;
  padding: 40px 0px 0px 0px;
  margin: 0px;
}

.slideimg {
  float: left;
  width: 350px;
  height: 170px;
  margin: 14px 20px 20px 15px;
}

#content {
  clear: both;
  width: 960px;
  min-height: 300px;
  margin: 0px auto;
}

#content a.mail {
  font-size: 10px;
  font-weight: bold;
  color: #BD251D;
  border-bottom: 1px dotted #BD251D;
  text-decoration: none;
  text-transform: uppercase;
}

#content a.mail:hover {
  color: #000000;
  background-color: transparent;
  border-bottom: 1px dotted #000000;
}

#content a.link {
  padding-right: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #BD251D;
  border-bottom: 1px dotted #BD251D;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/new_window.png) right 1px no-repeat;
}

#content a.link:hover {
  color: #000000;
  background-color: transparent;
  border-bottom: 1px dotted #000000;
}

#footers {
  clear: both;
  width: 100%;
  height: 117px;
  font-size: 11px;
  margin: 0px auto;
  background: url(../images/footer.png) repeat-x;
}

#footer {
  width: 960px;
  height: 107px;
  padding: 10px 0px 0px 0px;
  margin: 0px auto;
  font-weight: bold;
  color: #666666;
  background: url(../images/dif.gif) no-repeat 700px 15px;
}

#footer h4 {
  float: left;
  width: 680px;
  height: 70px;
  font-size: 11px;
  padding: 10px 10px 0px 10px;
  margin: 0px;
}

#footer h5.copy {
  height: 15px;
  font-weight: normal;
  font-size: 9px;
}

#help {
  float: right;
  width: 260px;
  height: 117px;
  background: url(../images/hd.gif) no-repeat -5px 35px;
}

#help a {
  color: #BD251D;
  text-decoration: none;
}

#help a:hover {
  border-bottom: 1px dotted #BD251D;
}

#help h4 {
  width: 240px;
  height: 30px;
  font-size: 11px;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  color: #BD251D;
}

#help h5 {
  font-size: 11px;
  font-weight: bold;
  padding-left: 50px;
  margin: 0px;
  color: #666666;
}

hr {
  display: none;
}

h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.refimg {
  float: left;
  margin: 5px;
  border: 1px dotted black;
}

.refp {
  min-height: 50px;
}

/*
   BOXY
*/

.box {
  vertical-align: top;
  width: 310px;
  display: inline-block;
  background: url(../images/box0.png) repeat-x;
  margin-left: 5px;  
  margin-right: 5px;
  margin-bottom: 15px;
  text-align: right;
  /* a nyní, tramtadadá, IE hack! */
  zoom: 1;
  *display: inline;   
}

.box:hover {
  background: url(../images/box1.png) repeat-x;  
}

.wide {
  width: 630px;
}

.box .desc {
  min-height: 210px;
  text-align: justify;
}

.wide .desc, .fit .desc {
  min-height: 0px;
}

.nojustify .desc {
  text-align: left;
}

.box h3 a {
  color: #BD251D;
  display: block;
  height: 32px;
  padding: 13px 0px 0px 75px;
  text-decoration: none;
  text-transform: uppercase;
  width: 235px;
}

.box:hover h3 a {
  color: white;  
}

.box p {
  margin: 0px;
  padding: 7px;
  text-align: justify;
}

.box li {
  text-align: left;
  padding: 0px 20px 0px 10px;
  margin: 0px 0px 3px 0px;
  list-style-type: none;
  font-size: 11px;
  color: #666666;
  background-image: url(../images/arrow.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.box h2 { /* ? */
  margin: 0 0 0 -5px;
  font-size: 14px;
}

.box a.more {
  margin-right: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #BD251D;
  border-bottom: 1px dotted #BD251D;
  text-decoration: none;
  text-transform: uppercase;
}

.box a.more:hover {
  color: #000000;
  border-bottom: 1px dotted #000000;
}

/*
   FORMULÁŘE
*/

input.jmeno {
  width: 280px;
  height: 12px;
  font-size: 11px;
  font-family: Verdana;
  color: #333333;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 10px;
  border: 1px solid #CCCCCC;
}

input.jmeno_cze {
  background: url(../images/input_name_cze.png) no-repeat center right;
}

input.jmeno_eng {
  background: url(../images/input_name_eng.png) no-repeat center right;
}

input.jmeno:hover {
  border: 1px solid #BD251D;
}

input.kontakt {
  width: 280px;
  height: 12px;
  font-size: 11px;
  font-family: Verdana;
  color: #333333;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 5px 10px;
  border: 1px solid #CCCCCC;
  background: url(../images/input_email.png) no-repeat center right;
}

input.kontakt:hover {
  border: 1px solid #BD251D;
}

input.spam {
  width: 20px;
  font-size: 11px;
  font-family: Verdana;
  color: #333333;
  padding: 5px 5px 5px 45px;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 10px;
  border: 1px solid;
  border-color: #666666;
  background: url(../images/input_spam.png) no-repeat center left;
}

input.spam:hover {
  border-color: #BD251D;
}

input.btn {
  padding: 5px 5px 5px 5px;
  height: 25px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  border: 1px solid #666666;
  background-color: #FFFFFF;
  color: #666666;
  margin-right: 5px;
}

input.btn:hover, input.btn:active {
  border: 1px solid #BD251D;
  color: #BD251D;
}

textarea {
  width: 280px;
  height: 130px;
  font-size: 11px;
  font-family: Verdana;
  border: 1px solid #CCCCCC;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 5px 10px;
  background: url(../images/textarea.png) no-repeat bottom right;
  overflow: hidden;
}

textarea:hover, textarea:active {
  border: 1px solid #BD251D;
}