@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: Verdana, Arial, Helvetica, sans-serif;
color: #D9AC00;
background: transparent;
}
a {
margin: 0;
padding: 1px;
}
a:link, a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #0B0B0C; 
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.78em;
}
#column a {
color: #fff;
background: transparent;
}
#column a:hover, 
#column a:active, 
#column a:focus {
color: #000;
background: #fff;
}
#column .newsdate {
color: #fff;
background: transparent;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #fff;
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: #e2e4e7;
background: #e2e4e7;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000;
}
.dark {
color: #fff;
background: #D9AC00;
}
.medium {
color: #000;
background: #E2E4E7;
}
.light {
color: #000;
background: #F1F2F3;
}
.teaser {
color: #0B0B0C;
}
.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-top: 2px solid #D9AC00;
border-bottom: 2px solid #D9AC00;
border-left: 0 none;
border-right: 0 none;
}

/* Content mit farbiger Spalte */
#nocolumn td.column {
color: #fff;
background: #D9AC00;
}
#nocolumn td.column a, 
#nocolumn td.column h2,
#nocolumn td.column h3,
#nocolumn td.column h4,
#nocolumn td.column h5,
#nocolumn td.column h6 {
color: #fff;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 1px solid #000;
color: #fff;
background: #D9AC00;
}
#content table.content {
width: 575px;
}