﻿/* DATEI: style.css */
body {
	font-family: verdana, sans-serif;
	font-size: 8px;
	background-color: #FFFFFF;
}
/* Textformate */
h5 {
	font-size: 20px;
	color: #808080;
	margin-bottom: 0px;
}
h1 {
	font-size: 12px;
	color: #CC3300;
	margin-bottom: 0px;
}
h2 {
	font-size: 10px;
	color: #808080;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	color: #CC3300;
	margin-bottom: 0px;
	text-align: center;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 2px;
	letter-spacing: normal;
	line-height: 150%;
	word-spacing: inherit;
	text-align: left;
}

h6 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 2px;
	letter-spacing: normal;
	line-height: 150%;
	word-spacing: inherit;
	text-align: center;
}

