@charset "utf-8";

#buehne{
	position:absolute;
	top:135px;
	left:200px;
	right:50px;
	bottom:50px;
	z-index:1;
	height: 500px;
	width: 750px;
	background-image: url(../image/HG-frame.jpg);
}
#iframe{
	border:none;
	position: absolute;
	height: 500px;
	width: 750px;
	text-align: center;
	top: 0px;
	left: 0px;
}
.ueber1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
}
.ueber2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.ueber-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FF0;
}



.text-withe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.text_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.text_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
}
a {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
body,td,th {
	font-size: 11px;
}
img.leftFloat{
	float: left;
	margin-right: 20px;
}
img.rightFloat{
	float: right;
	margin-right: 20px;
}

