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

.Anmeldung{}

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

.tabelle a{
	color: #014886;
	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;
	}

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

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

.datum{
	font-size: 70%;
	color: #014886;
	}

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

img{
	border:none;
	}
