@import url(template-main.css);

a:link, a:visited {
color: #000;
}
a:hover, a:active, a:focus {
color: #fff;
background: #c90000;
text-decoration: none;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#content h2 {
margin-right: 0;
font-size: 1.3em;
}
#content h3, 
#content h4, 
#content h5, 
#content h6 {
margin-right: 0;
font-size: 1em;
}
#column .newstitle, 
#column h2, 
#column h3 {
color: #c90000;
background: transparent;
}
hr {
margin-right: 0;
color: #ec7600;
background: #ec7600;
}
.stern {
color: #c90000;
}
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #000;
}
.dark {
color: #fff;
background: #c90000;
}
.medium {
color: #000;
background: #D2D2D7;
}
.light {
color: #000;
background: #e1e1e6;
}
.teaser {
color: #c90000;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: left; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Content mit Spalte */
td.column {
width: 200px;
background: #e1e1e6;
}

/* rechte Spalte in der Tabelle als Box mit Header */
#content table.content td.contentbox h2 {
font-weight: bold;
}
#content table.content td.columnbox {
width: 222px;
background: #e1e1e6;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3S {
font-weight: bold;
border-bottom: 0 none;
color: #fff;
background: #ec7600;
}