﻿body {
background-color:white;
margin : 0;
padding : 20px;
font-family:"Trebuchet MS", Calibri, sans-serif, "Gill Sans", "Gill Sans MT";
color : #000000;
}
a:link {
font-weight : bold;
color : #794907;
text-decoration : none;
	text-align: left;
}
a:visited {
font-weight : bold;
color : #7F572A;
text-decoration : none;
}
a:hover {
position: relative;
z-index: 100;
font-weight : bold;
color : #D0A25B;
text-decoration : underline;
position: relative; 
z-index: 100; /* zwingend für span Tag */
}
a:active {
font-weight : bold;
color : #D0A25B;
text-decoration : none;
}



.Titel {
top : 0;
left : 0;
width : auto;
height : auto;
margin : 0;
padding : 0 0 2px 0;
color : #000000;
font-size : 24px;
font-weight : bold;
text-align : left;
}
.Untertitel {
top : 0;
left : 0;
width : auto;
height : auto;
margin : 0;
padding : 6px 0 2px 0;
color : #000000;
font-size : 20px;
font-weight : bold;
text-align : left;
}

.Text-normal {
	font-size: medium;
	font-style : normal;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
	word-spacing : 0;
}
.Text-normal-kursiv {
font-size : 16px;
font-style : italic;
font-weight : normal;
margin-top : 0;
margin-bottom : 0;
word-spacing : 0;
}
.Text-fett {
font-size : 16px;
font-style : normal;
font-weight : bold;
margin-top : 0;
margin-bottom : 0;
word-spacing : 0;
	text-align: left;
}
.Text-fett-kursiv {
font-size : 16px;
font-style : italic;
font-weight : bold;
margin-top : 0;
margin-bottom : 0;
word-spacing : 0;
}
.Text-fett_Datum {
font-size : 16px;
font-style : normal;
font-weight : bold;
margin-top : 0;
margin-bottom : 0;
word-spacing : 0;
	text-align: right;
}

.Text-klein {
font-size : 9pt;
font-style : normal;
margin-top : 0;
margin-bottom : 0;
word-spacing : 0;
}
.Text-klein-fett {
font-size : 9pt;
font-weight : bold;
margin-top : 0;
margin-bottom : 0;
word-spacing : 0;
}
