/* CSS Document */

body {
background: #aa0004;
margin: 0px;
padding: 0px;
text-align:center;
font: normal 11px Arial;
color: #FFF;
}

a:hover, a:link {
text-decoration: underline;
color: #FFF;
}

#splash {
background-image: url(images/inred.png);
width: 350px;
height: 446px;
margin: auto;
position: relative;
top: 50px;
}

#kontakt {
width: 350px;
margin: auto;
position: relative;
top: 50px;
text-align: right;
padding: 0 10px 0 0;
}


