@import url(template-main.css);

a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #000;
background: #c7ced6;
}
#column .newsdate {
color: #000;
background: transparent;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #3e5670;
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: #646563;
margin: 0;
}
hr {
color: #c7ced6;
background: #c7ced6;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #646563;
}
.dark {
color: #fff;
background: #6c7a8c
}
.medium {
color: #000;
background: #c7ced6;
}
.light {
color: #000;
background: #e9ecef;
}
.teaser {
color: #3e5670;
}
/* Veranstaltungen */
#content .event, #content #text .event {
background: #e9ecef;
border: 1px solid #6c7a8c;
}
/* Content mit Spalte */
#content table.content {
width: 780px;
margin-right: 15px;
}
td.content {
width: 560px;
}
td.column {
width: 220px;
background: #e9ecef;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
color: #666;
background: #e9ecef;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 1px solid #666;
background: #c7ced6;
font-weight: bold;
}