html, body {
	width:100%;
	height:100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../../Bilder/Seeblick.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table.aussen {
	width:100%;
	height: 300px;
}
table.aussen td {

}
table.innen {
	margin-right: auto;
	margin-left: auto;
	width: 420px;
}
.innen #titel {
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(../Bilder/Logo/silber.png);
	padding-top: 2px;
	padding-bottom: 4px;
}
.innen #anmeld {
	font-size: 10px;
	color: #333333;
}
.innen #name {
	font-size: 12px;
}
.innen #button {
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	text-indent: 5px;
}
.innen #info {
	font-size: 10px;
	color: #FF0000;
	text-align: center;
}
a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a:link {
	color:#00F
}
a:visited {
	color:#00F
}
a:active {
	color:#00F
}
a:hover {
	color:#F60
}
