﻿/*format.css*/

* {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #303030;
	line-height: 22px;
	margin: 0;
}
body {
	background-color: #F2F2F2;
	margin: 0px;
}
code {
	font-family: Courier New;
	font-size: 11px;
	margin-left: 21px;
}
blockquote {
	margin-left: 54px;
}
img {
	border: 0;
}
a img {
	border: 0;
}


.JS {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -284px;
	width: 568px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	z-index: 10;
}
/* index */
.index {
	font-size: 10pt;
	color: #FFFFFF;
}
.indexsmallpoint {
	font-size: 8px;
	margin-top: -10px;
	margin-bottom: -11px;
	color: #FFFFFF;
}
.indexbigpoint {
	font-size: 20px;
	margin-top: -11px;
	color: #FFFFFF;
}
/* menu */
.menu {
	font-size: 10pt;
	color: #808080;
}
.menu a:link {
	text-decoration: none;
	color: #808080;
}
.menu a:visited {
	text-decoration: none;
	color: #808080;
}
.menu a:hover {
	text-decoration: none;
	color: #303030;
}
.menu a:active {
	text-decoration: none;
	color: #303030;
}
/* konstrukt */
.small {
	font-size: 8pt;
}
.small a {
	font-size: 8pt;
}
.small b {
	font-size: 8pt;
}
.small em {
	font-size: 8pt;
}
.smallred {
	font-size: 8pt;
	color: red;
	line-height: 12px;
}
.warning {
	font-family: Trebuchet MS;
	font-size: 7pt;
	line-height: 120%;
	margin: 0;
}
.f20 {
	font-family: Trebuchet MS;
	font-size: 20pt;
	margin: 0;
}
.f15 {
	font-family: Trebuchet MS;
	font-size: 15pt;
	margin: 0;
}
.headline {
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 15px;
}
.headlineS {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 15px;
}
.absatz {
	margin-bottom: 7px;
	width: inherit ;
}
.red {
	color: #FF0000;
}
.acapela {
	margin-top: 4px;
	line-height: 16px;
	color: #0066FF;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

