@import url(template-main.css);

a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #fff;
background: #8c4a97;
}
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;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #8c4a97;
}
hr {
margin-right: 0;
color: #d782bb;
background: #d782bb;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color:;
}
.stern {
color: #8c4a97;
}
.dark {
color: #fff;
background: #8c4a97;
}
.medium {
color: #000;
background: #e0e0e5;
}
.light {
color: #000;
background: #EEEEF3;
}
.teaser {
color: #8c4a97;
}
.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: #eeeef3;
border: 1px solid #d782bb;
}

/* Content mit Spalte */
td.column {
width: 200px;
background: #F1CDE2;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.contentbox h2 {
font-weight: bold;
}
#content table.content td.columnbox {
width: 222px;
background: #e0e0e5;
}
#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 {
font-weight: bold;
border-bottom: 1px solid #8c4a97;
color: #fff;
background: #d782bb;
}