body {
	color: #000000;
	background-color:#ffffff
}

p,li,h1,h2,h3,h4,h5,h6,address,ul,ol,tr,td,dt,dl {
	line-height:1.4;
	color: #000000;
	background-color:#ffffff;
	font-family: Verdana, sans-serif;
	font-size: 15px;
}

h1,h2 {
	font-family: Matura MT Script Capitals, sans-serif;
}

h1 { line-height:1.2;font-size:200%;text-align:center }
h2 { line-height:1.2;font-size:160% }
h3 { line-height:1.2;font-size:140%;font-style:italic }
h4 { line-height:1.2;font-size:130% }

.bildunterschrift {
	font-style : italic;
	text-align : center;
}


a:link {
	color:blue ;
	text-decoration: none;
                  font-style: italic;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:active {
	color:#ffffff;
	text-decoration: underline;
	background-color:#000000;
}

.smaller {
	font-size : xx-small;
	text-align : center;
	color : White;
	background-color : Black;
}

.gray_back {
	background-color : Silver;
}
.red_back {
	background-color : red;
}
.rotschrift {
	color : red;
}
