<!--
/* Style für alle Browser */
html {
	padding:0px;
	background:#ffffff;
	/*
	background:-moz-linear-gradient(top,#ffffff,#f0f0f0);
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f0f0f0));
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',gradientType='0');
	*/
}
body {
	width:990px;
	margin:0px auto;
	background:#ffffff;
	/*
	background:-moz-linear-gradient(top,#ffffff,#f0f0f0);
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f0f0f0));
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',gradientType='0');
	*/
}
div {
  font-family:Verdana,Arial,Helvetiva;
	font-size:11px;
	line-height:15px;
}
a {
  font-family:Verdana,Arial,Helvetiva;
	font-size:11px;
	line-height:15px;
}
input {
  font-family:Verdana,Arial,Helvetiva;
	font-size:11px;
}
ul {
	list-style-type:square;
}
/* a:hover {
  text-decoration:underline;
} */
b.bigletter {
  color:#808080;
	font-weight:bold;
	font-size:13px;
}
b.bigletter_serdark {
  color:#0e6eb6;
	font-weight:bold;
	font-size:13px;
}
b.bigletter_serlight {
  color:#009fe3;
	font-weight:bold;
	font-size:13px;
}
.white {
  color:#ffffff;
}
.bg_white {
  background-color:#ffffff;
}
.lightgrey {
  background-color:#e0e0e0;
}
.grey {
  color:#808080;
  /*color:#009fe3;*/
}
.bg_grey {
  background-color:#808080;
}
.middlegrey {
  color:#606060;
}
.darkgrey {
  color:#404040;
}
.red {
  color:#c1121c;
  /*color:#0e6eb6;*/
}
.redbox {
  border-color:#c1121c;
	border-style:solid;
}
.darkred {
  color:#aa0000;
}
.whitesmall {
  color:#ffffff;
  font-size:9px;
	line-height:15px;
	text-decoration:none;
}
.whiteitalic {
  /* obsolete -> prüfen */
  color:#ffffff;
  font-size:11px;
	line-height:13px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.greysmall {
  color:#808080;
  font-size:9px;
	line-height:15px;
	text-decoration:none;
}
.greydotted {
  border-top-style:dotted;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
  border-top-width:1px;
	border-color:#808080;
}
.menu {
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
}
.textlink {
  color:#000000;
  text-decoration:underline;
}
.titlelink {
	color:#808080;
	text-decoration:none;
	font-weight:bold;
}
.titlelink:hover {
	color:#404040;
	font-size:12px;
}
.footertext {
	color:#606060;
	font-size:10px;
	line-height:13px;
	text-decoration:none;
	font-weight:bold;
}
.footerlink {
	color:#606060;
	font-size:10px;
	line-height:13px;
	text-decoration:none;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
}
.footerlink:hover {
	color:#404040;
	font-size:11px;
}
.footer2text {
	color:#909090;
	font-size:9px;
	line-height:15px;
	text-decoration:none;
	font-weight:bold;
}
.footer2link {
	color:#909090;
	font-size:9px;
	line-height:15px;
	text-decoration:none;
	font-weight:bold;
	margin-right:4px;
}
.footer2link:hover {
	color:#404040;
	font-size:11px;
}
.list {
  color:#000000;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.listh {
  color:#000000;
  font-size:10px;
	font-weight:bold;
	text-align:center;
}
.headline {
  color:#0e6eb6;/*#c1121c;*/
  font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:20px;
	font-style:normal;
	font-weight:bolder;
	text-align:center;
	margin:0px;
}
.hlsmall {
	font-size:13px;
	line-height:15px;
}
td.lightgrey { background-color:#e0e0e0; }
td.middlegrey { background-color:#0e6eb6; /*#606060;*/ }
td.red { background-color:#0e6eb6; /*#c1121c;*/ }
td.darkred { background-color:#009fe3; /*#aa0000;*/ }
td.grey { background-color:#009fe3; /*#808080;*/ }
td.list00 { background-color:#E0E0E0; }
td.list01 { background-color:#D0D0D0; }
td.list10 { background-color:#C0C0C0; }
td.list11 { background-color:#B0B0B0; }
td.list20 { background-color:#E2E2C0; }
td.list21 { background-color:#D2D2B0; }
td.listh { background-color:#A0A0A0; }
td.listh1 { background-color:#909090; }
td.listhd { background-color:#707070; }
td.listhd1 { background-color:#606060; }
td.listhy { background-color:#DADA8C; }
td.listhy1 { background-color:#CACA7C; }
.w100 {
  width:100px;
}
.w118 {
  padding-left:2px;
  width:118px;
}
.w200 {
  width:200px;
}
.w268 {
  width:268px;
}
.w360 {
  width:360px;
}
.w420 {
  width:420px;
}
-->
