@charset "utf-8";
/* www.timokoerber.de */

/* BASIC */

* {
    outline: none;  
}

html, body { 
    margin:0px; 
    padding:0px; 
    font-family: Arial; 
    color: #FFF 
}

html { 
    background: #141414 url(../images/background.gif) repeat-x top left; 
    height: 100%; 
}

body {
    text-align: center;
    height: 100%; 
}

a           { color: #409fe8; }
a:link      { text-decoration: none; }
a:visited   { text-decoration: none; }
a:hover     { text-decoration: underline; }
a:active    { text-decoration: none; }
a:focus     { text-decoration: underline; }

a img {
    border: 0px; 
}

#error {
    width: 389px; 
    height: 196px; 
    margin: 250px auto 0 auto; 
    font-size: 10pt; 
    color: #e0e0e0; 
}

#content {
   position: absolute; 
   height:250px; 
   width: 350px; 
   top: 50%;
   left: 50%; 
   margin: -125px 0px 0px -175px; 
}

#logo { 
    /*margin: 250px auto 0 auto;*/ 
}

.link {
    margin: 0px 5px 20px 5px; 
}
