@import url(template-main.css);

body {
color: #222031;
}
a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #fff;
background: #75a3be;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #75a3be;
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: #75a3be;
background: transparent;
}
hr {
color: #e9ecef;
background: #e9ecef;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #222031;
}
.dark {
color: #fff;
background: #75a3be;
}
.medium {
color: #000;
background: #d5dae0;
}
.light {
color: #000;
background: #e9ecef;
}
.teaser {
color: #1B5080;
}

/* Veranstaltungen */
#content .event, #content #text .event {
background: #e9ecef;
border: 1px solid #75a3be;
border-top-width: 5px;
border-bottom-width: 5px;
}

/* Content mit Spalte */
td.column {
width: 200px;
background: #e9ecef;
border: 1px solid #75a3be;
border-top-width: 9px;
border-bottom-width: 4px;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
background: #e9ecef;
border: 1px solid #75a3be;
width: 220px;
}
#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 {
background: #75a3be;
color: #fff;
font-weight: bold;
padding: 5px 10px;
}
#content table.content {
width: 657px;
}