@import url(template-main.css);

body {
color: #191718;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #191718;
}
a:link, a:visited {
color: #191718;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #c6a067;
}
#column .newsdate {
color: #191718;
background: transparent;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #191718;
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: #191718;
background: transparent;
}
hr {
color: #dcdae0;
background: #dcdae0;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #191718;
}
.dark {
color: #000000;
background: #c6a067;
}
.medium {
color: #000000;
background: #dcdae0;
}
.light {
color: #000000;
background: #fff;
}
.teaser {
color: #c6a067;
}
.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: #dcdae0;
border: 1px solid #191718;
}
/* Content mit farbigem Spaltenhintergrund */
td.column {
background: transparent;
width: 205px;
border-left: 1px solid #dcdae0;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
width: 205px;
background: #dcdae0;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
background: #c6a067;
color: #fff;
border-bottom: 1px solid #191718;
}
#content table.content {
width: 693px;
}