@import url(template-main.css);

body {
font: 95% Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #B42137;
background: transparent;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.1em;
}
#nocolumn #content h2, 
#nocolumn #content h3, 
#nocolumn #content h4, 
#nocolumn #content h5, 
#nocolumn #content h6 {
margin-right: 0;
}
a {
color: #137EB7;
margin: 0;
padding: 1px;
}
a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #fff;
background: #000b;
}
#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: #56839B;
background: #56839B;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000B;
}
.dark {
color: #fff;
background: #56839B;
}
.medium {
color: #000;
background: #D5DFE3;
}
.light {
color: #000;
background: #fff;
}
.teaser {
color: #56839B;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: right; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Veranstaltungen */
#content .event, #content #text .event {
color: #fff;
background: #56839b;
border: 0 none;
margin-right: 0;
}
#content .eventdate {
font-weight: bold;
font-size: 70%;
}
/* Content mit farbigem Spaltenhintergrund */
td.column {
border-left: 3px solid #26C60F;
background: #E1E9EC;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
background: #d5dfe3;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 0 none;
color: #fff;
background: #26C60F;
font-size: 100%;
}
