
body {
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
background-image: url(/media/intro_bg.jpg);
background-position: 50% -50px;
background-color: black;
background-repeat: no-repeat;
text-align: center;
}

#site {
text-align: center;
width: 700px;
border: 0px solid red;
margin: auto;
}

#sprachwahl {
margin-top: 140px;
color: white;
}

#sprachwahl a:link, #sprachwahl a:visited {
font-size: 18px;
color: white;
border: 0px solid green;
width: 300px;
height: 500px;
display: block;

}

#sprachwahl a:hover, #sprachwahl a:focus {

color: #A0E03B;
font-style: italic;
}

.left, .right {
text-align: center;
vertical-align: bottom;
}


