@import url(template-main.css);

a:link, a:visited {
color: #b44f3b;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #b44f3b;
}

#content ul h2, #content ol h2, 
#content ul h3, #content ol h3,
#content ul h4, #content ol h4,
#content ul h5, #content ol h5,
#content ul h6, #content ol h6 {
color: #8c2e18;
background: transparent;
}
hr {
color: #DDD9DA;
background: #DDD9DA;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #8c2e18;
}
.stern {
color: #B44F3B;
}
.dark {
color: #fff;
background: #b44f3b;
}
.medium {
color: #000;
background: #ddd9da;
}
.light {
color: #000;
background: #ECE7E8;
}
.teaser {
color: #b44f3b;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: right; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Veranstaltungen */
#content .event, #content #text .event {
background: #fff;
border: 1px solid #b44f3b;
}

/* Content mit farbigem Spaltenhintergrund */
td.column {
background: transparent;
border-left: 2px solid #b44f3b;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
padding: 0;
color: #666;
background: transparent;
border-left: 2px solid #b44f3b;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
background: transparent;
border: 0 none;
}
#content table.content td.columnbox h2, 
#content table.content td.contentbox h2 {
font-weight: bold;
}