body {
    color: #606B6B;
    font: 12px/20px sans-serif;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

.koehnsenheadline {
    color: #004251;
    font-weight:bold;
	font-size: 14px;
    text-align:center;
}

.koehnsenheadlinelinks {
    color: #004251;
    font-weight:bold;
	font-size: 16px;
    text-align:center;
}

.koehnsenheadlinelinks A:link {
    color: #004251;
    font-weight:bold;
	font-size: 16px;
    text-align:center;
}
.koehnsenheadlinelinks A:visited {
    color: #004251;
    font-weight:bold;
	font-size: 16px;
    text-align:center;
}
.koehnsenheadlinelinks A:active {
    color: #004251;
    font-weight:bold;
	font-size: 16px;
    text-align:center;
}
.koehnsenheadlinelinks A:hover {
    color: #7B9FC9;
    font-weight:bold;
	font-size: 16px;
    text-align:center;
}


.teasertext {
    color: #004251;
    font-weight:bold;

}

.teaserlinks A:link {
    color: #004251;
    font-weight:bold;

}
.teaserlinks A:visited {
    color: #004251;
    font-weight:bold;

}
.teaserlinks A:active {
    color: #004251;
    font-weight:bold;

}
.teaserlinks A:hover {
    color: #7B9FC9;
    font-weight:bold;

}

.subnavlinks A:link {
    color: #004251;
    font-weight:bold;

}
.subnavlinks A:visited {
    color: #004251;
    font-weight:bold;

}
.subnavlinks A:active {
    color: #004251;
    font-weight:bold;

}
.subnavlinks A:hover {
    color: #7B9FC9;
    font-weight:bold;

}

.footerline {
    color: #606B6B;
    text-align:center;
}

.Artikelheadline {
    color: #004251;
    font-weight:bold;
    font-size: 14px;
}

#breadcrumb ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#breadcrumb ul li:before {
		content: "\00BB \0020";
	     }

#breadcrumb ul li { 
display: inline; 

}

#breadcrumb ul li a
{
text-decoration: none;
padding: .1em 1em;
}


