@import url(template-main.css);

body {
font: 94% Verdana, Arial, Helvetica, sans-serif;
color: #000;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #547191;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
font-size: 1.3em;
}
h3, h4, h5, h6 {
font-size: 1em;
}
a:link, 
a:visited {
color: #000;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #547191;
text-decoration: none;
}
ul h2, ol h2, 
ul h3, ol h3,
ul h4, ol h4,
ul h5, ol h5,
ul h6, ol h6 {
color: #547191;
background: transparent;
}
hr {
color: #bed1e7;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000;
}
.dark {
color: #fff;
background: #547191;
}
.medium {
color: #000;
background: #dfe5ea;
}
.light {
color: #000;
background: #f8f9fa;
}
.teaser {
color: #547191;
background: transparent;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: left; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Veranstaltungen */
#content .event, #content #text .event {
background: #f8f9fa;
border: 1px solid #bed1e7;
}
/* Content mit Spalte */
td.column {
background: #f8f9fa;
width: 185px;
padding: 0 10px;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
color: #000;
background: #bed1e7;
width: 205px;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 1px solid #000;
color: #fff;
background: #547191;
font-weight: bold;
}