@import url(template-main.css);

a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #5d87de;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#content h2 {
margin-right: 0;
font-size: 1.3em;
}
#content h3, 
#content h4, 
#content h5, 
#content h6 {
margin-right: 0;
font-size: 1em;
}
hr {
margin-right: 0;
color: #5d87de;
background: #5d87de;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
color: #000;
}
.dark {
color: #000;
background: #afd933;
}
.medium {
color: #000;
background: #dcdcdc;
}
.light {
color: #000;
background: #f5f5f5;
}
.teaser {
color: #5d87de;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: left; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Veranstaltungen */
#content .event, #content #text .event {
background: #afd933;
border: 1px solid #afd933;
}
/* Content mit farbigem Spaltenhintergrund */
td.column {
background: #afd933;
width: 200px;
}
/* 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: #afd933;
font-weight: bold;
}