/* Formatierungsdatei für die rechten Frames */
@charset "utf-8";
/* allgemeiner Bereich */
body {
	background-image: url(../bilder/logos/vhl_hintergrund_ws.gif);
	font-family: Verdana;
	font-size: 100%;
	margin-top: 15mm;
	text-align: center;
}
/* Links */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
/* Überschriften */
h1 {
	font-family: Verdana;
	font-size: 170%;
	text-align: center;
	text-decoration: underline;
}
h2 {
	font-family: Verdana;
	font-size: 120%;
	text-align: center;
	text-decoration: underline;
}
h3 {
	font-family: Verdana;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
}
/* Absätze */
p {
	font-family: Verdana;
	font-size: 100%;
	text-align: center;
}
/* Tabellen */
table {
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
}
td {
	padding: 1mm;
}
td.bild {
	width: 200px;
	height: 200px;
	border: 1px solid;
	border-color: #C0C0C0;
	text-align: center;
	background-color: #FFFFFF;
}
th {
	text-align: center;
	padding: 1mm;
}
/* Auswahlfelder */
select {
	width: 92%;
}
/* Sonderfälle */
*.rot {
	color: #FF0000;
}
*.fett {
	font-weight: bold;
	text-align: center;
}
*.blocksatz {
	text-align: justify;
}
*.rechts {
	text-align: right;
}
/* Bilder */
img {
	border: none;
	max-width: 800px;
	width: expression(document.body.clientWidth < 800? "800px": "auto"); /*Besonderheit für den IE */
}
