@import url(template-main.css);

a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #fff;
background: #848887;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#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: #b6bfbd;
background: #b6bfbd;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000000;
}
.dark {
color: #fff;
background: #848887;
}
.medium {
color: #000;
background: #D3D7D6;
}
.light {
color: #000;
background: #fff;
}
.teaser {
color: #666666;
}
/* Veranstaltungen */
#content .event, #content #text .event {
background: #fff;
border: 1px solid #646563;
}
/* Content mit Spalte */
td.column {
width: 200px;
padding: 10px;
margin: 0;
background: transparent;
border-left: 3px solid #b6bfbd;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
color: #666;
background: #f5f5f5;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3,
#content table.content td.columnbox h4,
#content table.content td.columnbox h5,
#content table.content td.columnbox h6 {
border-bottom: 1px solid #666;
background: #b6bfbd;
font-weight: bold;
}
#content table.content {
width: 757px;
}