body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.datimp {
    width: 1000px;
    text-align: right;
    color: #C6C7C8;
}
.datimp a {
    color: currentColor;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em;
}
.datimp a:hover {
    color: #CC0000;
}
.headergrau {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 7px;
}
.textgrau {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
}
.headerrot {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.navidown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.strich {
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.startnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #C3C5C7;
	text-decoration: none;
	background-image: url(img/buch_up.gif);
	display: block;
	width: 70px;
	line-height: 80px;
}
.startnavi:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #C3C5C7;
	text-decoration: none;
	background-image: url(img/buch_down.gif);
	display: block;
	width: 70px;
	line-height: 80px;
	
}
.mailkontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	margin: 0;
}
.mailkontakt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	margin: 0;
}
.mailkontakt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
	margin: 0;
}
.mailkontakt:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	margin: 0;
}
.textspalte {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 13px;
	text-align: left;
}

.notice {
    position: fixed;
    background-color: #CC0000;
    color: #fff;
    display: block;
    left: 20%;
    width: 60%;
    padding: 20px;
    z-index: 9999;
    bottom: 20px;
    box-shadow: 0 0 0 1px #fff;
    text-align: left;
    transition: 300ms;
    font-size: 1.5em;
    line-height: 1.5em;
}
.notice:hover {
    background-color: #FFF;
    color: #CC0000;
    box-shadow: 0 0 0 1px #CC0000;
}
.notice:after {
    content: "";
    display: table;
    clear: both;
}
.notice svg {
    height: 3.5em;
    width: auto;
    display: block;
    margin-right: 20px;
    float: left;
}
.notice svg path {
    fill:currentColor;
}
