/* 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: #fffff 0 0 repeat-x;
  margin: 0;
  padding: 0;
  font-size: 13px;

  
}


/* nadpisy a ostatní tagy */

h1 {
  font-size: 225%;
  
  font-weight: bold; }


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 {
 
  background-color: #ffffff;
  padding: 15px;
  margin: 30px 20px 20px;
  min-height: 160px;
}

.web_disabled #content {
  background-color: #ffffff;
  border-color: #ffffff;
}

#content img {
  float: center;
  margin-right: 25px;
  padding-bottom: 50px;
}

#footer {
  clear: both;
  height: 200px;
  border-top: 1px solid #ccc;
}

#footer p {
  text-align: center;
}
