.color {
	color : #A3BF86;
}
.weiss {
	color : White;
}
.backgr {
	background : url(bilder/stripesgw.jpg);
}
.bgcolor00 {
	background-color : White;
}
.bgcolor01 {
	background-color : transparent;
}
.bgcolor02 {
	background-color : #F0F8FF;
}
.links {
	text-align : left;
}
.rechts {
	text-align : right;
}
.klein {
	font-size : smaller;
}
.gross {
	font-size : larger;
	text-align : left;
}
.fett {
	font-weight : bold;
}
h1 {
	font-family: "MS Sans Serif",sans-serif;
	text-align:center;
	font-weight:bold;
	color: #990033;
}
h2 {
	font-family: "MS Sans Serif",sans-serif;
	text-align:center;
	font-weight:bold;
	color: #990033;
}
h3 {
	font-family: "MS Sans Serif",sans-serif;
	text-align:center;
	font-weight:bold;
	color: #990033;
}
p {
	font-family: "MS Sans Serif",sans-serif;
	text-align:center;
	color: #003366;
	font-size : larger;
}
A:link{
	font-family:"MS Sans Serif",sans-serif;
	color: #31639C;
	text-decoration : none;
}
A:hover{
	font-family:"MS Sans Serif",sans-serif;
	text-decoration : none;
	color: #3399FF;
}
A:active{
	font-family:"MS Sans Serif",sans-serif;
	text-decoration : none;
}
A:visited{
	font-family: "MS Sans Serif",sans-serif;
	text-decoration : none;
	color : #31639C;
}
body{
	font-family : "MS Sans Serif",sans-serif;
	color : #31639C;
	background-color : #E8F9EF;
}


TD {
	font-family : "MS Sans Serif",sans-serif;
	text-align : center;
	color : #31639C;
}
