/* 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;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #8B4513;  
  /*color: #996666; 
  /*color: #BC8F8F;
  /*line-height: 1.6;*/
}


/* nadpisy a ostatni­ tagy */

h1 {
  font-size: 200%;
  margin-bottom: 5px;
  font-weight: bold; }

a { color: #00709b; }
a:hover { text-decoration: none; }
p { margin: 9px 0; }
i, em { font-style: italic; }
b, strong { font-weight: bold; font-size: 130%; color: #8B4513;}
ul, ol { list-style: disc; margin: 10px; padding: 0; }
ol { margin-left: 25px; list-style-type: decimal; }

.clr { clear: both; }
.tcenter { text-align: center; }


/* layout */

#page {
  margin: 0 auto;
  width: 1020px;
}

#header {
  position: relative;
  height: 278px;
}

#header img {
  position: absolute;
  top: -40px;
  left: 0;
}

#content {
  border: 1px solid #8B4513;
  background-color: #FAFAFA;
  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: 0px;
}

#footer {
  clear: both;
  height: 200px;
  border-top: 0px solid #ccc;
}

#footer p {
  text-align: center;
}