body {
	background-color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 20px;
}

blockquote, label, li, div, p, td, th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

blockquote {
	font-style: italic;
}

blockquote {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	color: #F63;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h1.grafik {
	color: black;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
}

h2.grafik {
	color: black;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

h3.grafik {
	color: black;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

pre, xmp {
	background: #EEE;
	padding: 10px;
}

table.border2px {
	border: 2px solid #000;
}

td.title {
	color: #FFF;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: lighter;
}

td.buttons {
	background-color: #369;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFF;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

td.buttons a {
	color: #FFF;
	text-decoration: none;
}

td.buttons a:hover {
	color: #FF0;
	text-decoration: underline;
}

.content{
	background-color: #EEE;
	border: 1px solid #CCC;
	width: 600px;
}

.content .title {
	background: white;
	border: 1px solid #CCC;
	color: #369;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}

.content th {
	background-color: #BDE;
	border: 1px solid #ABD;
	font-size: 12pt;
	font-weight: bold;
}

.content td {
	text-align:center;
}

.content .label {
	text-align:right;
	background: white;
	border: 1px solid #CCC;
	color: #369;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
}

.content .labelH {
	text-align:center;
	background-color: #DDD;
	border: 1px inset #CCC;
	color: #369;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
}

.content .text {
	background-color: #DDD;
	border: 1px inset #CCC;
	font-size: 8pt;
	width: 200px;
}

.content .button {
	background-color: #DDD;
	border: 1px outset #CCC;
	font-size:8pt;
	padding: 2px 4px 2px 4px;
}

