
body{
  font-family: Arial;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

.gray_stripe{
  width: 100%;
  background-color:#f0f0f0;
  position:absolute;
  height:235px;
}


.center_block{
width:800px;
height:600px;
position:absolute;
z-index:4;
 margin: auto;
  left: 0;
  right: 0;
  top:25px;

}

.text_block{
  float: right;
  width: 480px;
  margin-top: 50px;
}

.error_headline{
color:#636363;
font-size: 20px;
font-weight: bold;
display: block;
}

.error_number{
color: #bfbfbf;
font-size: 20px;
display: block;
font-weight: normal;
margin-bottom: 10px;
letter-spacing: 1px;
}

.error_text{
font-size: 14px;
line-height: 20px;
color: #666666;
word-spacing: 3px;
}

.error_text.second{
  margin-top: 60px;
}

.content{
position:relative;
width: 800px;
height:600px;
}

.error_image{
height: 600px;
width: 280px;
margin-right: 30px;
float: left;
margin-left: 10px;
}

.flag_content{
  margin-top: 30px;
}

.flag{
  float:left;
  padding:5px 50px 30px 5px;
}

.flag img{
  margin-right: 5px;
}

a{
  color:#666666;
  text-decoration: underline;
  font-size: 12px;
}

a img{
  border:0;
  outline:none;
}

a:hover{
  text-decoration: none;
}

.imprint {
    bottom: 30px;
    display: block;
    padding: 10px;
    position: absolute;
    right: 38px;
}