html {
	margin: 0px;
	padding: 0px;
	color: #bbbbbb;
	background-color: #444444;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, Sans-serif;
	font-size: 1em;
}

body {

}

#content {
	font-size: 1em;
	position: relative;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 700px;
}

#podpis {
  text-align: right;
  max-width: 95%;
}

h1 {
  	font-size: 8em;
    text-align: center;
}

.h2 {
  	font-size: 3em;
}


#obalovy {
  height: 400px;
  overflow: hidden;
  position: relative;
}

#obalovy[id] {
  display: table;
  position: static;
}

#prostredni {
  position: absolute;
  top: 50%;
}

#prostredni[id] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

#vnitrni {
  position: relative;
  top: -50%
}

#vnitrni[id] {
  position: static;
}

div.priklad {
  border: 1px solid blue;
  background-color: #dddddd;
}

div.priklad1 {
  background-color: red
} 