.winzig {
	color: green;
	font-size: 8pt;
	font-family: Arial;
}
.logo {
	z-index: 2;
	position: relative;
	left: 0px;
	top: 5px;
	background-color: #F5FCF9;
	width: 195px;
}
.infos {
	font-size: xx-small;
	color: #008001;
}
.rahmenlos {
	border-width: 0px;
}
.zentriert {
	text-align: center;
}
.bild {
	border: 0px;
	padding: 0px;
}
.style1 {
	background-image: url('images/intro_alternative.jpg');
}
#mydiv {
	position: fixed;
	overflow: hidden; /*visibility: hidden;*/;
	z-index: 999;
	width: 60px;
	height: 70px;
}
#linke {
	width: 400px;
}
#rechte {
	width: 250px;
}
table {
	border: 0 green none;
	width: 650px;
	padding: 0;
}
a {
	color: #066207;
	font-weight: bold;
	font-variant:small-caps;
/* 	font-size: small; */
	height:17px;
	background-image: url('images/buttons/button.gif');
	text-decoration: underline;
}
a:visited {
	color: #066207;
	background-image: url('images/buttons/button.gif');
}
a:active {
	color: #066207;
	background-image: url('images/buttons/button.gif');
}
a:hover {
	color: red;
	background-image: url('images/buttons/button.gif');
}
