* {
  margin:0;
  padding:0;
  font-size: 100%;
}

html, body {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:white;
font-size:12px;
background:#1a171b;
background-image:url(fileadmin/grafics/seiteHinten.jpg);
background-position: center top;
background-repeat:no-repeat;
height:100%;
margin:0;
padding:0;
text-align:center; /* f�r IE QuirksModus */
}

a {
color: #817f84;
text-decoration: none;
}

a:hover {
text-decoration:none;
}

a:visited{
color: #817f84;
text-decoration: none;
}

a img {
border: 0 none;
}

h1, h2, h3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:white;
background: transparent;
font-weight: normal;
letter-spacing: 1px;
}

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.3em;
}

h3 {
font-size: 1.4em;
font-weight: bold;
}

ul {
list-style-type: none;
}


#alles {
background-position: center top;
background-repeat:no-repeat;
margin:0 auto;
position:relative; /* Setzt container vor distance */
text-align:left;
height:100%;
width:900px;
clear:left;
}


