@import url(template-main.css);

body {
color: #000;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #000;
background: transparent;
}
a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #000;
}
#column .newsdate {
color: #000;
background: transparent;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #000;
background: transparent;
}
#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;
margin: 0;
}
hr {
color: #BFBFBF;
background: #BFBFBF;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000;
}
.dark {
color: #fff;
background: #000;
}
.medium {
color: #000;
background: #BFBFBF;
}
.light {
color: #000;
background: #E5E5E5;
}
.teaser {
color: #000;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: left; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Veranstaltungen */
#content .event, #content #text .event {
background: #BFBFBF url(pfeil.gif) 0 0 no-repeat;
border: 1px solid #000;
}
#content .event th {
padding-left: 35px;
}
/* Content mit Spalte */
td.column {
background: #E5E5E5;
border: 1px solid #BFBFBF;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
border: 1px solid #000;
background: #BFBFBF;
width: 200px;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
color: #fff;
background: #000;
}
#content table.content td.columnbox h2, 
#content table.content td.contentbox h2 {
font-size: 120%;
}
#content table.content {
width: 735px;
}




