@import url(template-main.css);

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: Arial, Helvetica, sans-serif;
color: #A37C54;
}
h2 {
font-size: 1.2em;
}
a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #a37c54;
text-decoration: none;
}
#column .newstitle {
color: #A37C54;
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: #A37C54;
background: transparent;
}
hr {
color: #e2d7cb;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000000;
}
.dark {
color: #fff;
background: #A37C54;
}
.medium {
color: #000000;
background: #E2D7CB;
}
.light {
color: #000000;
background: #F3EEE9;
}
.teaser {
color: #000000;
}
.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: 0 none;
color: #fff;
background: #a37c54;
}

/* Content mit Spalte */
#nocolumn td.column {
background: transparent;
border-left: 1px solid #a37c54;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
background: #f3eee9;
border-left: 2px solid #A37C54;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 0 none;
background: transparent;
font-weight: bold;
}
#content table.content td.contentbox h2 {
font-weight: bold;
}
#content table.content {
width: 885px;
}