html
{
	width:100%;
	height:100%;
}

body
{
  background:#146290;
  margin:0px;
  color:#FFFFFF;
  font-family:Verdana, Arial;
  font-size:0.8em;
	width:100%;
	height:100%;
}

a
{
  padding:1px;
  color:#FFFFFF;
}

a:hover
{
  background:#0E4564;
  background:#FFFFFF;
  color:#000000;
}

img
{
  border:0px;
}

.contentblock
{
  z-index:2;
  background:url(img/background.jpg) repeat-x center;
  width:100%;
  height:100%;
  position:absolute;
  left:0px;
  top:0px; 
}

.header
{
  z-index:1;
  background:#FFFFFF;
  width:100%;
  height:50%;
 /* 303 px */

  position:absolute;
  left:0px;
  top:0px; 
}


.buttonblock
{
  position:absolute;
  top:50%;
  right:10px;
  margin-top:2em;
  /* font-size:1.25em;*/
  display:none;
}

.nicatblock
{
  position:absolute;
  top:50%;
  left:10px;
  margin-top:6em;
}

.impressumblock
{
  text-align:right;
  position:absolute;
  bottom:10px;
  right:10px;
  font-size:0.8em;
}

.logoblock
{
z-index:3;
  background:url(img/logo.gif) no-repeat;
  margin:auto;
top:50%;
left:50%;
  width:238px;
  height:304px;
margin-top:-152px;
margin-left:-119px;
position:absolute;
}

.left
{
  text-align:left;
}

.center
{
  text-align:center;
}

.right
{
  text-align:right;
}

.justify
{
  text-align:justify;
}

.top
{
  vertical-align:top;
}

.middle
{
  vertical-align:middle;
}

.bottom
{
  vertical-align:bottom;
}

