h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: Green;
	word-spacing : 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: Green;
	word-spacing : 5px;
	letter-spacing : 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: Olive;
	word-spacing : 5px;
	letter-spacing : 2px;
	font-weight : bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: Olive;
	word-spacing : 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: Green;
	text-decoration: none;
	word-spacing : 5px;
}
a:hover {
	color: Red;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: Olive;
	word-spacing : 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: Green;
	word-spacing : 5px;
	letter-spacing : 2px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: Olive;
	word-spacing : 5px;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: Green;
	word-spacing : 5px;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: Green;
	word-spacing : normal;
	text-decoration : underline;
}
.underline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: Green;
	word-spacing : 0px;
	text-decoration : underline;
	letter-spacing : 1px;
}
#texterl {
    position: absolute;
    width: 570px;
    height: 360px;
    z-index: 3;
    left: 3px;
    top: 0;
    overflow-y : scroll;
    overflow-x: hidden;
}
#Layer1 {
    position: absolute;
    width: 80px;
    height: 360px;
    z-index: 4;
    left: 570px;
    top: 0;
    background-color: #FFFFCC;
    border: 1px none #000000;
}
#kontakt {
    font-size: 20px;
    background-color: #555555;
    color: lightgreen;
}
img.bild:hover {
    border: red solid 1px;
    height: 48px;
    width: 275px;
}
.vid-border {
    position: relative;
    height: 270px;
    width: 480px;
    border: 3px solid black;
    overflow: hidden;
}

#vid {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 270px;
    width: 480px;
}

