/* 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: 13px;
  color: #1a1a1a;
  line-height: 1.6;
} 


/* nadpisy a ostatnA­ tagy */

h1 { 
  font-size: 225%;  
  margin-bottom: 15px; 
  font-weight: bold; 
  text-align:center;
}

a { color: #00709b; }
a:hover { text-decoration: none; }
p { margin: 15px 0; text-align:center; }
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: 5px;
  left: 400px;
}

#content {
  border-radius: 24px 24px 24px 24px;
  border: 7px solid #00709b;
  background-color: #e6ffff;
  padding: 15px;
  margin: 15px 50px 50px;
  min-height: 100px;
}

.web_disabled #content {
  background-color: #ffefef;
  border-color: #e2001a;  
}

#content img {
  float: left;
  margin-right: 25px;
  padding-bottom: 50px;
}

#footer {
  clear: both;
  height: 200px;
  border-top: 1px solid #ccc;
}

#footer p {
  text-align: center;
}
