/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color:#CC3300;
	font-size:24px;
	font-weight:bold;
	margin:0px 0px 0px -31px;
}


/* Element-Überschriften */
h2 {
	color:#336666;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}



/* "ware" in der byteware-navi */
a h5 {
	color:#CC3300;
	font-size:18px;
	font-weight:bold;
	display:inline;
	font-size:18px;
}

a h5:hover {
	color:#336666;
}

/* 2. Teil Seiten-Überschrift*/
h6 {
	color:#336666;
	font-size:30px;
	font-weight:bold;
	margin:-13px 0px 0px 0px;
}

