﻿/*<body background="casbkgnd.gif" bgcolor="#333366" text="#FFFFFF" link="#0066FF" vlink="#9999CC" alink="#CC3300">*/

body {
	background-color: #282866;
	color: #FFFFFF;
	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* --------- Formatvorlagen für Hyperlinks ---------- */
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #9999CC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}
a:focus {
	color: #808080;
	text-decoration: underline;
}
/*----------------------------------------*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style1 {
	font-size: medium;
	font-weight: bold;
    text-decoration: none;   
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}
h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14pt;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
	word-spacing: 26px;
}
h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24pt;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}
h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
h7 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}