@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: #A61E1C;
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: #000;
margin: 0;
padding: 1px;
}
a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #fff;
background: #A61E1C;
}
#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: #A61E1C;
margin: 0;
}
hr {
color: #CB9C5C;
background: #CB9C5C;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #A61E1C;
}
.dark {
color: #000;
background: #CB9C5C;
}
.medium {
color: #000;
background: #F2EBEA;
}
.light {
color: #000;
background: #F9F9F9;
}
.teaser {
color: #A61E1C;
}
.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 {
background: #F9F9F9;
border: 1px solid #A61E1C;
margin-right: 0;
}
#content .eventdate {
font-weight: bold;
font-size: 70%;
}
/* Content mit farbigem Spaltenhintergrund */
td.column {
border-left: 2px solid #A61E1C;
background: #f9f9f9;
border: 1px solid #A61E1C
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
background: #f9f9f9;
border: 1px solid #A61E1C
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 0 none;
color: #fff;
background: #A61E1C;
font-size: 100%;
}
