@import url(template-main.css);

a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #000;
background: #f8da5e;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #a9b632;
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: #a9b632;
background: transparent;
}
hr {
color: #a9b632;
background: #a9b632;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #a9b632;
}
.stern {
color: #c03b0a;
}
.dark {
color: #fff;
background: #c03b0a;
}
.medium {
color: #000;
background: #f8da5e;
}
.light {
color: #000;
background: #F8EAB0;
}
.teaser {
color: #c03b0a;
}

/* Veranstaltungen */
#content .event, #content #text .event {
background: #f8da5e;
border: 1px solid #f8da5e;
}
/* Content mit Spalte */
#nocolumn td.column {
width: 200px;
background: #f8da5e;
border: 1px solid #a9b632;
border-top-width: 9px;
border-bottom-width: 4px;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
background: #f8da5e;
border: 1px solid #a9b632;
width: 220px;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
background: #a9b632;
color: #fff;
font-weight: bold;
}
#content table.content {
width: 657px;
}