@import url(template-main.css);

body {
color: #646563;
}
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: #000;
}
h1 {
font-size: 1.4em;
color: #000;
padding-top: 30px;
margin-bottom: 20px;
font-weight: normal;
}
#content h2 {
margin-right: 0;
font-size: 1.3em;
}
#content h3, 
#content h4, 
#content h5, 
#content h6 {
margin-right: 0;
font-size: 1em;
}
a:link, a:visited {
color: #646563;
background: transparent;
}
a:hover, a:active, a:focus {
color: #fff;
background: #666;
}
p, a, address, li, caption, td, th, label, input, blockquote {
font-size: 0.86em;
}
#column .newsdate {
color: #646563;
background: transparent;
}
#column .newstitle {
color: #646563;
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: #646563;
background: transparent;
}
hr {
margin-right: 0;
color: #dcded9;
background: #dcded9;
}
/* Allgemeine Klassen */
.rand, .imgborder, .bleft, .bright, .btop, .bbot {
border-color: #646563;
}
.dark {
color: #fff;
background: #646563;
}
.medium {
color: #000;
background: #C7C8C3;
}
.light {
color: #000;
background: #dcded9;
}
.teaser {
color: #666666;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: right; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* Content mit Spalte */
td.column {
width: 205px;
background: #DCDED9;
}

/* 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: #dcded9;
}
#content table.content td.columnbox h2,
#content table.content td.columnbox h3 {
font-weight: bold;
border-bottom: 0 none;
color: #000;
background: #A7A8A4;
}