/* reset */

html, body, div, span, h1, p, a, em, img, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  /*vertical-align: baseline;*/
}

body {
  background: #fff url(https://hosting.wedos.com/images/default-pages/bg-body.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.6;
}


/* nadpisy a ostatnĂ­ tagy */

h1 {
  font-size: 225%;
  margin-bottom: 15px;
  font-weight: bold; }

a { color: #00709b; }
a:hover { text-decoration: none; }
p { margin: 15px 0; }
i, em { font-style: italic; }
b, strong { font-weight: bold; }
ul, ol { list-style: none; margin: 15px; padding: 0; }
ol { margin-left: 25px; list-style-type: decimal; }

.clr { clear: both; }
.tcenter { text-align: center; }


/* layout */

#page {
  margin: 0 auto;
  width: 980px;
}

#header {
  position: relative;
  height: 150px;
}

#header img {
  position: absolute;
  top: 30px;
  left: 0;
}

#content {
  border: 5px solid #009b33;
  background-color: #effff0;
  padding: 15px;
  margin: 15px 50px 50px;
  min-height: 160px;
}

.web_disabled #content {
  background-color: #ffefef;
  border-color: #e2001a;
}

#content img {
  float: left;
  margin-right: 25px;
  padding-bottom: 50px;
}

#footer {
  clear: both;
  height:  1300px;
  border-top: 1px solid #ccc;
}

#footer p {
  text-align: center;
}
