* {
  margin:0;
  padding:0;
}
html,
body {
  height:100%;
}
body {
  background:#dedede;
  color:#333;
  font:12px Arial;
  text-align:center;
}
#pageh {
  width:1px;
  height:50%;
  background-color:#e5e5e5;
  margin-bottom:-100px;
  float:left;
  line-height: 20px;
  z-index:1;
}
#toph,#bottomh {
  position:absolute;
  left:0;
  width:100%;
  height:50%;
  z-index:10;
}
#toph{ 
  top:0;
}
#bottomh {
  bottom:0;
}
#stripe1,#stripe2 {
  position:absolute;
  left:0;
  width:100%;
  height:100px;
  background:#e4e4e4;
}
#stripe1 { 
  bottom:0;
}
#stripe2 {
  top:0;
}
#page {
  margin:0 auto;
  position:relative;
  text-align:left;
  width:320px;
  height:150px;
  clear:left;
  line-height:20px;
  z-index:25;
}
#content{
  position:relative;
  width:320px;
  padding:20px 0 0 0;
}
#ai {
  position:absolute;
  top:68px;
  left:104px;
}
#kontakt {
  position:absolute;
  top:98px;
  left:1px;
}
table {
  margin-top:12px;
}
td {
  vertical-align:top;
  padding-right:25px;
}
a {
  color:#333;
  outline:none;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:#800000;
}
img {
  border:0;
}


