body
{
	background-color:#FFFFE0;
	color:Black;
	font-family:Times New Roman;
	font-weight:normal;
	font-size:16px;
}

table
{
	border:0;
	width:100%;
	background-color:#FFFFE0;
	color:Black;
	font-weight:lighter;
	font-size:16px;
	text-align:justify;
	vertical-align:top;
}

*.bottomline
{
	font-size:12px;
	font-style:normal;
	font-weight:lighter;
}

*.impressum
{
}

*.normal_content
{
	font-size:16px;
	font-weight:normal;
}

*.bold1
{
	font-size:18px;
}

*.bold2
{
	font-size:20px;
	font-weight:bolder;
}

*.bold3
{
	font-size:18px;
	font-weight:bold;
}

*.bold4
{
	font-size:14px;
	font-weight:bold;
}

*.warnungtext
{
	font-size:18px;
	font-weight:bold;
	color:Red;
}

*.headline1
{
	font-weight:bold;
	font-size:24px;
}

*.headline2
{
	font-weight:bold;
	font-size:20px;
}

*.headline3
{
	font-weight:bold;
	font-size:16px;
}

*.cookiebutton
{
	border-radius: 12px;
	border: none;
	background-color: lightgray;
	color: darkgray;
}

*.fadein
{
	display: inline-block;
	text-transform: none;
	color: darkgray;
	animation: fadeIn ease 5s;
	-webkit-animation: fadeIn ease 5s;
}

@keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-moz-keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-o-keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-ms-keyframes fadeIn
{
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}