/*def. Style-Sheets */ 
<style type="text/css">

.a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
}
.a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC08;
	text-decoration: none;
}
.a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC08;
	text-decoration: none;
}
.a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
}

.rahmen {
	color: #999999;
	background-color: #FF9C40;
	vertical-align: middle;
	text-align: center;
	visibility: visible;
	background-position: center center;
	padding: 5px;
	height: 85px;
	border-top: medium outset #FF9C40;
	border-right: medium inset #FF9C40;
	border-bottom: thin inset #FF9C40;
	border-left: thin outset #FF9C40;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat-x;
	margin: 2px;
	}





/*.a:link {
	color: #990099;
	font-size: 24px;
	background-color: #FF9C40;
	text-decoration: underline;
	border: thin solid #FF9933;
}
.a:hover {
	color: #FF66FF;
	font-size: 26px;
	font-weight: bold;
	background-color: #FFCC80;
	border-top: thin outset #CCCCCC;
	border-right: thin inset #E4F1F1;
	border-bottom: thin inset #E4F1F1;
	border-left: thin outset #CCCCCC;
}
.a:active {
	color: #C400C4;
	font-size: 24px;
	text-decoration: none;
	background-color: #FF9C40;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	margin: 1px;
	padding: 2px;
	border: thin solid #FF9933;
	visibility: visible;

}
.a:visited {
	color: #990099;
	font-size: 24px;
	text-decoration: underline;
	background-color: #FF9C40;
	border: #FF9933;
} */

