body {
	scrollbar-face-color: #3366FF;
	scrollbar-shadow-color: Gray;
	scrollbar-highlight-color: Silver;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: Navy;
	scrollbar-arrow-color: Silver;
	background : #FFFFFF url("bilder/back2.jpg");
	font-family : "Times New Roman", Times, serif;
	color : Black;
	background-repeat : repeat-y;
}
a:link { color:#000050;}
a:visited {
	color: Purple;
}
a:active {
	color: Red;
}
h1    {font-family:"times new roman";font-style:normal;font-size:20pt;text-align:center;}
h2    {font-family:"times new roman";font-style:normal;font-size:16pt;text-align:center;}
p.thema {
	font-size:large;
	text-align : justify;
}

p.small {
	font-size: smaller;
	text-align : right;
	margin-top : 0px;
}
div.vcenter{
	margin-top : 20%;
}
p.big {
	font-size: larger;
}
p.medium {
	font-size: medium;
}
p.einrueck {text-indent:25pt;}
p.rand {
	padding-left: 40pt;
}

p.block{
	text-align: justify;
}
em.red {
	color: Red;
	font-style : normal;
}
em.green{
	color: Green;
	font-style : normal;
}
em.gray{
	color: Gray;
	font-style : normal;
}
em.larger{
	font-size: larger;
	font-style : normal;
}
em.smaller{
	font-size: smaller;
	font-style : normal;
}
em.largercolor{
	font : normal larger;
	color : Maroon;
}

