@import url(template-main.css);

a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #6c7a8c;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#column .newstitle {
color: #3e5670;
background: transparent;
}
hr {
color: #6c7a8c;
background: #6c7a8c; 
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #646563;
}
.dark {
color: #ffffff;
background: #3e5670
}
.medium {
color: #000;
background: #eceae8;
}
.light {
color: #000;
background: #ffffff;
}
.teaser {
color: #3e5670;
}

/* Veranstaltungen */
#content .event, #content #text .event {
color: #fff;
background: #3e5670;
border: 1px solid #6c7a8c;
}
/* Content mit farbigem Spaltenhintergrund */
#nocolumn table.content {
width: 780px;
margin: 0 15px 0 0;
}
#nocolumn td.content {
width: 520px;
}
td.column {
background: #eceae8;
width: 260px;
border-left: 1px solid #3e5670;
}
#nocolumn td.content {
width: 550px;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
color: #666;
background: #eceae8;
width: 260px;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 1px solid #666;
color: #fff;
background: #6c7a8c;
font-weight: bold;
}