body {
 font-family: 'Times New Roman', Times, serif;
 background-color:#000;
 margin:0;
 padding:0;
}
#content {
 color: #000000;
 margin:auto auto;
 width:960px;
}
#bgkreis {
 position:absolute;
 width:960px;
 height:640px;
 margin:auto auto;
 z-index:5;
 background:url('../images/bg_kreis.png') no-repeat top center;
}
#text {
 position:relative;
 /*background:url('../images/bg_paragraph.gif') no-repeat top center;*/
 z-index:10;
}
h1,h2,h3,h4,p {
 text-align:center;
 padding:0;
 margin:0;
}
h1 {
 font-variant:small-caps;
 font-size:3.5em;
 color:#A72B31;
}
h2 {
 font-variant:small-caps;
 font-size:2em;
 color:#A72B31;
}
h3 {
 font-variant:small-caps;
 font-size:1.5em;
 font-weight:normal;
}
h4 {
 font-size:1.2em;
 font-weight:bold;
 margin:0.6em 0;
}
p {
 margin:0.6em 0;
}
#text img {
 display:block;
 margin:auto auto;
 margin-top:0.5em;
}
a {
 color:#000;
}
a:hover {
 text-decoration:none;
}
