.Titel {
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #AE0000;
	font-style: italic;

}
.Titel-Seite {
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}

.Text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	color: #03F;
	font-weight: normal;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #900;

}
.Textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.myButton {
	-moz-box-shadow:inset -5px 5px 2px -7px #bee2f9;
	-webkit-box-shadow:inset -5px 5px 2px -7px #bee2f9;
	box-shadow:inset -5px 5px 2px -7px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #366c9e) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #366c9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#366c9e');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #3866a3;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #366c9e), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #366c9e 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#366c9e', endColorstr='#63b8ee');
	background-color:#366c9e;
}.myButton:active {
	position:relative;
	top:1px;
}

