#banner, #menu, #plakat {
visibility: hidden;
}

#inhalt {
visibility: visible;
position: absolute;
left:0;
top:0;
}

.terminkopf {
background-color:#006;
color:#ffffff;
}

.aktEintrag {
min-height:30px;
-webkit-border-radius:20px; /* Chrome, Safari */
-khtml-border-radius:20px; /* Konqueror */
border-radius: 20px; /* CSS3 */
behavior:url(border-radius.htc); /* Internet Explorer */
width:750px;
border-color: #0080ff;
border-style: solid;
border-width: 5px;
padding:20px;
margin-top:20px;
}

hr {
color: #0080ff;
background-color: #0080ff;
height: 3px;
width:100%;
}

h1, h2, h3, h4, h5, h6, h7 {
color: #0080ff;
margin-bottom:0px;
text-align:center;
}