@charset "utf-8";
.italic {
	font-style: italic;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333;
}
.densedotlist {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1px;
	list-style-type: circle;
}
.liistnobreak {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	list-style-type: disc;
	font-weight: bold;
}
.left {
	text-align: center;
}
.red {
	color: #F00;
	text-align: left;
}
.redbold {
	font-weight: bold;
	color: red;
}
.highlight_yellow {
	background-color: #FF0;
}
a:link {
color:blue;
}
a:visited {
color:#999;
padding:0 15px 0 0;
background:url(../css/abgehakt.gif) no-repeat right center;
}
a:hover {
color:teal;
text-decoration:none;
}
a:active {
	color: red;
	text-align: center;
}.center {
	text-align: left;
}
.right {
	text-align: right;
}
.bookman_schraeg {
	font-family: "Bookman Old Style";
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
.larger {
	font-size: larger;
	font-style: normal;
	font-weight: bold;
}
.bookman14 {
	font-family: "Bookman Old Style";
	text-align: left;
	font-weight: normal;
}
.size12p {
	font-size: 12px;
}
.size14p {
	font-size: 14px;
}
.smaller {
	font-size: smaller;
}
.redbold strong {
	font-style: normal;
}
.whitetext {
	color: #FFF;
}
.green {
	font-weight: bold;
	color: #690;
}

