html {
    min-height: 100.05%; 
}

body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: #000000;


}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #000000;


}

/* Links im Fließtext */

a:link {
	text-decoration: none;
	color: #00389A;
}
a:visited {
	text-decoration: none;
	color: #00389A;
}
a:active {
	text-decoration: none;
	color: #00389A;
}
a:hover {
	text-decoration: underline;
	color: #00389A;
}

/* Links in der Fußzeile */

a.footer:link {
	text-decoration: none;
	color: #888777;
	font-size: 8pt;
}
a.footer:visited {
	text-decoration: none;
	color: #888777;
	font-size: 8pt;

}
a.footer:active {
	text-decoration: none;
	color: #888777;
	font-size: 8pt;

}
a.footer:hover {
	text-decoration: none;
	color: #000000;
	font-size: 8pt;

}
td.content {
	padding-right: 50px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #000000;
	list-style-image: url(../_images/elem/elem_bulletpoint.gif);
}

input.feld-100 {
	width:100px;
	font-family:Arial;
	font-size: 8pt;

}

input.feld-150 {
	width:150px;
	font-family:Arial;
	font-size: 8pt;

}

input.feld-250 {
	width:250px;
	font-family:Arial;
	font-size: 8pt;

}

textarea.feld-300-60 {
	width:300px;
	height:60px;
	font-family:Arial;
	font-size: 8pt;

}

input.feld-300 {

	width:300px;
	font-family:Arial;
	font-size: 8pt;
}
p.copy {
	text-align: justify;
}
.tlms-blau {
	color: #00338C;
	font-weight: bold;

}
.tlms-grau {

	color: #666666;
}

