@import url(template-main.css);

body {
font: 94% Verdana, Arial, Helvetica, sans-serif;
color: #3D1C00;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #ff7600;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
font-size: 1.2em;
}
h3, h4, h5, h6 {
font-size: 1em;
}
a:link, 
a:visited {
color: #3d1c00;
background: transparent;
}
a:hover, a:active, a:focus {
color: #3d1c00;
background: #F8DCC4;
text-decoration: none;
}
ul h2, ol h2, 
ul h3, ol h3,
ul h4, ol h4,
ul h5, ol h5,
ul h6, ol h6 {
color: #ff7600;
background: transparent;
}
hr {
color: #E7ddd1;
background: #E7ddd1;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #3d1c00;
}
.dark {
color: #fff;
background: #ff7600;
}
.medium {
color: #3d1c00;
background: #f8dcc4;
}
.light {
color: #3d1c00;
background: #f7f4f0;
}
.teaser {
color: #ff7600;
}
.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: #f7f4f0;
border: 1px solid #bbbbb5;
}
/* Content mit Spalte */
#content td.column {
background: #f7f4f0;
width: 185px;
padding: 0 10px;
}
/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.columnbox {
color: #3d1c00;
background: #f8dcc4;
width: 205px;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
border-bottom: 1px solid #3d1c00;
color: #fff;
background: #ff7600;
font-weight: bold;
}