html{
height: 100%;
}

a{outline: none;}

a:link {font-weight: normal; color: #000000; text-decoration: none;}
a:visited {font-weight: normal; color: #000000; text-decoration: none;}
a:focus {font-weight: normal; color: #000000; text-decoration: none;}
a:hover {font-weight: normal; color: #000000; text-decoration: none;}
a:active { font-weight: normal; color: #000000; text-decoration: none;}

body{
background-image: url(images/error.jpg);
background-position: left;
background-repeat: no-repeat;
background-color: #ebebeb;
height: 100%;
font-family: verdana, arial;
font-size: 11px;
color: #000000;
margin: 0px;
}

#zentriert{
position: absolute;
top:50%;
left:50%;
width:600px;
height:400px;
margin-left:-300px;
margin-top:-200px;
}

.ueberschrift{
padding: 10px 20px 10px;
font-weight: bold;
}

.text{
padding: 0px 20px 10px;
}

.textende{
padding: 0px 20px 20px;
}





