body {
background-image: url(img/bg.jpg);
background-color: white;
background-repeat:repeat-x;
background-attachement:fixed;
font-family:Verdana;
font-size:12px;
text-align:center;
}

#bg {
background-color:rgb(230,230,230);
width:970px;
text-align:left;
margin: 0px auto 0px auto;
border:solid 2px #993333;
}

.amenu {
margin-top:5px;
}

#menu {
float:left;
width:236px;
}

#inhalt {
float:right;
width:710px;
margin-right:20px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:16px;
font-weight:bold;
}

p {
font-size:14px;
text-align:justify;
}

.rahmen {
border:solid 2px #993333;
}