body {
	font-family:arial,verdana;
	color:#000060;
	background-color:#ffffff;
	background-repeat:repeat-y;
	background-position:right;
}

a:link { color: #000060; text-decoration:underline; }
a:visited { color: #000060; text-decoration:underline; }
a:hover { color: #B70000; text-decoration:underline; }
a:active { color: #000060; text-decoration:underline; }


a:link.menue { color: #000060; text-decoration:none; }
a:visited.menue { color: #000060; text-decoration:none; }
a:hover.menue { color: #FDF2D4; text-decoration:none; }
a:active.menue { color: #5274C3; text-decoration:none; }

p { font-size:12pt; }
p.menu { margin-top: 120px; }
p.luecke { margin-top: 30px; }
p.grosseluecke { margin-top: 50px; }

p.ueberschrift { font-size:16pt; }
p.ueberschriftklein { font-size:14pt; }

h1 { font-size:17pt; }
h1.ueberschrift { font-size:15pt; margin-top: 50px; }
h2 { font-size:15pt; }
h2.ueberschrift { font-size:13pt; margin-top: 50px; }
h3 { font-size:13pt; }

table.rahmen {
	width: 100%;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color: #ffffff;
}

table.inhalt {
	width: 84%;
	margin-left: 8%;
	background-color: #ffffff;
	margin-top: 30px;
}

td.trenner { 
	background-image: url(./bilder/verlauflinie.jpg) 
}

