@import url(template-main.css);

body {
font: 95% Arial, Helvetica, sans-serif;
color: #000;
}
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: #2D251F;
background: transparent;
font-weight: normal;
}
h1, h1 a {
color: #E6A428;
background: transparent;
}
h2 {
font-size: 1em;
}
#nocolumn #content h2, 
#nocolumn #content h3, 
#nocolumn #content h4, 
#nocolumn #content h5, 
#nocolumn #content h6 {
margin-right: 0;
}
a:link, a:visited {
color: #2D251F;
border-bottom: 2px dotted #2D251F;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #2D251F;
background: transparent;
border-bottom: 2px solid #2D251F;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.78em;
}
#column .newsdate {
color: #2D251F;
background: transparent;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #2D251F;
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: #000;
background: transparent;
}
hr {
color: #968A81;
background: #968A81;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #2D251F;
}
.dark {
color: #fff;
background: #968A81;
}
.medium {
color: #000;
background: #DFDCD9;
}
.light {
color: #000;
background: #EDEBE9;
}
.teaser {
color: #4C4540;
background: transparent;
}
.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 {
border: 3px solid #968A81;
border-left: 0 none;
border-right: 0 none;
background: #EDEBE9;
}
#nocolumn #content .event, #nocolumn #content #text .event {
margin-right: 0;
}
/* Content mit farbigem Spaltenhintergrund */
td.column {
color: #2D251F;
background: #FBF7EE;
border-left: 2px dotted #E6A428;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
color: #000;
background: #EDEBE9;
border: 1px solid #968A81;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
color: #fff;
background: #968A81;
border-bottom-color: #968A81;
}