body {
    font-family: Arial;
    background-color: white;
    font-size: 11px;
    margin:0px;
    padding:0px;
    background-image: url(../images/bg.jpg);
    background-repeat:no-repeat;
    background-position:-90px -250px;

  
}
.Title{
font-family: Arial;
font-size: 12px;
font-weight: bold;

}
.Title2{
font-family: Arial;
font-size: 14px;
font-weight: bold;

}
input[type=image] {
  
  width:90px;
  padding:0px;
  border:0px solid #FF0000;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
  margin: 0px;
}

table.TowerTable {
  width:90px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: transparent;
	margin:0px;
}
table.TowerTable th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: transparent;
	margin:0px;
	
}
table.TowerTable td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: transparent;
	margin:0px;
	}
.TableContent{
	position:absolute;
	left:50px;
	top:50px;
	background-color: white;
	background-image: url(../images/flower.png);
	background-repeat:no-repeat;
	background-position:0px;
	width: 800px;
	height: 375px;

}
.TableTrans{
background-color:transparent;
}
.blättern{
vertical-align:top;

}

.Angabe{
font-family: Arial;
font-size: 10px;
color: 	#808080;
}
.Angabeklein{
font-family: Arial;
font-size: 9px;
color: 	#808080;
}

a:link {
  color: black ;
  background-color: transparent ;
  text-decoration: none ;
}

a:visited 
{
text-decoration: none;
color: black;
}

a:hover {
  color: #CCCCCC;
}

a:active 
{
text-decoration: none;
color: red;
}

