/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// Strukturdesign - Reifenhaus Wortmann GmbH
// erstellt durch hatscher.digital media GmbH, Duisburg
//
////////////////////////////////////////////////////////////////
*/

body,td,th,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #004688;
}

a:visited {
	text-decoration: none;
	color: #004688;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	color: #004688;
	text-decoration: none;
}

.Stil1 {color: #004688}

.elementHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
        color : #004688;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bold;
        color : #004688;
}

h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
        color : #004688;
}
