.huuge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.mynormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
table {
	padding: 15px;
}
td.mynormal {
	padding-left: 30px;
	padding-right: 30px;
}
a:link {
	text-decoration: none;
	color: #AAAAAA;
}
a:hover, a:active, a:focus {
	text-decoration: none; 
	color: #888888;
	border-top:1px solid #e4d9c0;
	border-bottom:1px solid #99917d;
}
a:visited { 
	text-decoration:none; 
	color: #999999;
}
body {
	background-color: #CCCCCC;
	background-image: url(img/verlauf.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.mydashed {
	border: thin dashed #333333;
}
