/* Styledefinitionen für HTML Tags */

html {
	height: 100%;
	width: 100%;
}

img {
	border: none;
}

a,
body,
h1 {
	font-family: "Comic Sans MS";
	text-decoration: none;
}

body {
	/*scrollbar-base-color: #59B184 #ffffff*/;
	background-color: #ffffff /*#59B184*/;
}

h1 {
	text-align: center;
	border-style: none;
	font-weight: bold;
	font-size: 24;
}

a,
h1 {
	color: #000000;
}

a.menu1,
a.menu2 {
	color: #6A5A44;
}

a,
a:hover {
	font-weight: normal;
	font-size: 18;
}

a:hover,
a.menu1:hover,
a.menu2:hover {
	color: #A31B1C;
}

a,
a:hover,
a.menu1,
a.menu1:hover,
a.menu2,
a.menu2:hover {
	text-align: left;
	border-style: none;
}

a.menu1,
a.menu1:hover,
a.menu2,
a.menu2:hover {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu1 {
	font-size: 15;
	padding-left: 3mm;
}

a.menu1:hover {
	font-size: 15;
	padding-left: 5mm;
}

a.menu2 {
	font-size: 13;
	padding-left: 6mm;
}

a.menu2:hover {
	font-size: 13;
	padding-left: 8mm;
}

/* Styledefinitionen für Unterklassen */

.main {
	color: #ffffff;
	text-align: center;
	border-style: none;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 24
}

.text1 {
	color: #000000;
	text-align: left;
	border-style: none;
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size: 18;
	text-decoration: none
}

.fussnote {
	color: #6A5A44;
	text-align: center;
	border-style: none;
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size: 9
}

#footer {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	z-index: 9999;
}

#mkmenu {
	width: 150px;
	/*height: 200px;*/
	/*background-color: #ff0000;*/
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 80px;
	left: 10px;
	border: 1px dotted #6e6e6e;
	z-index: 9990;
}

#wave-container {
	z-index: 900;
}

#wave-back {
	width: 100%;
	height: 123px;
	background-image: url(welleDunkel.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 990;
}

#wave-mid {
	width: 100%;
	height: 102px;
	background-image: url(welleMittel.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 995;
}

#wave-front {
	width: 100%;
	height: 74px;
	background-image: url(welleHell.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 997;
}
