﻿img {
				border: none;
}
body {
				font-family: comic sans ms;
				font-size: 12pt;
				color: #333333;
				height: 100%;
				margin: 0;
				background-color: #FFAA55;
}
p {
				font-family: comic sans ms;
				font-size: 12pt;
				color: #000000;
}
a:link {
				text-decoration: none;
				font-weight: lighter;
				font-size: 12pt;
				font-family: comic sans ms;
				color: #000000;
}
a:visited {
				text-decoration: none;
				font-weight: lighter;
				font-size: 12pt;
				font-family: comic sans ms;
				color: #000000;
}
a:hover {
				text-decoration: none;
				font-weight: lighter;
				font-size: 12pt;
				font-family: comic sans ms;
				color: #000000;
				background-color: #FFC488;
}
a:active {
				text-decoration: none;
				font-weight: lighter;
				font-size: 12pt;
				font-family: comic sans ms;
				color: #000000;
}
/* Überschriften */
.ueberschrift1 {
				FONT-SIZE: 24px;
				COLOR: #333333;
				FONT-STYLE: normal;
				font-variant: normal;
				font-weight: bold;
				text-decoration: underline;
}
.ueberschrift2 {
				FONT-SIZE: 17px;
				COLOR: Black;
				FONT-STYLE: normal;
				font-variant: normal;
				font-weight: bold;
}
.ueberschrift3 {
				font-weight: bold;
				font-size: 15px;
				color: #696969;
				font-style: normal;
				font-family: inherit;
				font-variant: normal;
}


.menuetabelle {
				background-color: #333333;
				width: 200px;
}
.fett {
				font-weight: bold;
}
.rahmentabelle {
				border-color: #666666 #666666 #666666 #CCCCCC;
				border-style: none solid none solid;
				width: 800px;
				background-color: #eaeaea;
				color: #000000;
				height: 100%;
				vertical-align: top;
				border-right-width: 1px;
				position: absolute;
				left: 30px;
				border-left-width: 1px;
}
.inhaltstabelle {
				width: 100%;
				background-color: #eaeaea;
				color: #000000;
}
.startbild, .startbild:link {
				float: left;
				border: 1px solid #808080;
				margin: 3px;
				cursor: pointer;
}
.startbild:hover, .startbild:link:hover {
				float: left;
				border: 1px solid #FF6600;
				margin: 3px;
				cursor: pointer;
}

