﻿/* Schriften */
.normal {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
.klein {
	font-family: "Comic Sans MS";
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
.groß {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
.sehrgroß {
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
.extragroß {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}

.ueber {
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
.links {
	text-align:left
}
.mitte {
	text-align:center
}
.rechts {
	text-align:right
}

/* Tabellen */
.rand {
	border: 1px solid #000099;
}

.tabelle {
	border-collapse: collapse;
	border: 1px solid #000099;
	background-color: #E8DCB5;
}
.zelle {
	border: 1px solid #000099; 
	background-color: #E8DCB5;
}
.standardtabelle {
	border-collapse: collapse;
	border: 1px #000099 solid;
	background-color: #E8DCB5;
	width: auto; min-width: 1200px; max-width: 1200px;"
}

/* Seite */

.hintergrund {
	background: url('Bilder/2005-07-11 146 ver1.jpg');
	text-align: center;
}
a:hover {
	color: #0000FF;
}
a:visited {
	color: #990000;
}
a:active {
	color: #3366FF;
}
a {
	color: #000099;
}
a:active {
	color: #3366FF;
}
a:visited {
	color: #990000;
}

