@import url(template-main.css);


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #971F1B;
background: transparent;
}
a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #AAA5AA;
}
#column .newsdate {
color: #fff;
background: transparent;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #fff;
background: transparent;
}
#column a, 
#column a:link,
#column a:visited {
color: #fff;
}
#column a:hover, 
#column a:active,
#column a:focus {
color: #000;
background: #E6E6E6;
}
#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: #000;
background: transparent;
}
hr {
color: #D0CED0;
background: #D0CED0;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000;
}
.stern {
color: #c00;
}
.dark {
color: #fff;
background: #AAA5AA;
}
.medium {
color: #000;
background: #D0CED0;
}
.light {
color: #000;
background: #E6E6E6;
}
.teaser {
color: #971f1b;
}
.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: #E6E6E6;
border: 1px solid #AAA5AA;
}

/* Content mit farbigem Spaltenhintergrund */
td.column {
background: transparent;
border-left: 2px solid #AAA5AA;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
padding: 0;
color: #000;
background: transparent;
border-left: 2px solid #AAA5AA;
}
#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;
}