/* CSS Document */
body {
	background-color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
}

a {text-decoration:none;
  color:#000066;}
  
a:hover{
	text-decoration: none;
    color: #990000;}

.Anmeldung{}

.tabelle {
	text-align:center;
	font-size: 90%;
	font-weight:bold;
	color: #000066;
}

.tabelle a{
	color: #000066;
	text-decoration:none;
}

.button {
	display:block;
	text-decoration:none;
	width:100%;
	border-width:thin;
	border-style:solid;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:5px;
	padding-top:5px;
	color: #4A749E;
	}

a.button{
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-top-color:#014886;
	border-right-color:#014886;
	}

a.button:hover{
	background-color:#FFCC33;
	border-bottom-color:#014886;
	border-left-color:#014886;
	border-top-color:#FFFFFF;
	border-right-color:#FFFFFF;
	}

.datum{
	font-size: 70%;
	color: #8A3D4F;
	}
.ueberschrift {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif,;
	font-size: 36px;
	letter-spacing: 5pt;
	text-align: center;
	font-weight: bold;
	color: #000066;
}


.tiny{
	font-size: 70%;
	letter-spacing:5px;
	color: #6B95BF;
	}

img{
	border:none;
	}

