@import url(template-main.css);

a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #000;
background: #c7ced6;
}
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: #646563;
background: transparent;
}
hr {
color: #b9c0ce;
background: #b9c0ce;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #646563;
}
.dark {
color: #fff;
background: #3e5670
}
.medium {
color: #000;
background: #e9ecef;
}
.light {
color: #000;
background: #f5f5f7;
}
.teaser {
color: #3e5670;
}

/* Veranstaltungen */
#content .event, #content #text .event {
background: #f5f5f5;
border: 1px solid #b9c0ce;
border-top-width: 5px;
border-bottom-width: 5px;
}
/* Content mit Spalte */
#content table.content {
width: 657px;
}
#nocolumn td.column {
width: 200px;
background: #f5f5f7;
border: 1px solid #b9c0ce;
border-top-width: 9px;
border-bottom-width: 4px;
}
#nocolumn td.content {
width: 550px;
}
/* rechte Spalte in der Tabelle als Box mit Header */

#nocolumn td.columnbox {
background: #e9ecef;
border: 1px solid #b9c0ce;
width: 220px;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
background: #fff;
color: #3e5670;
border-bottom: 5px solid #b9c0ce;
}
