a:visited {
	color: rgb(193,193,193);
/*	color: rgb(255, 255, 255); */
    font-weight: bold;
    text-decoration: none;
}
a:link {
	border-width: 1px;
	border-color: rgb(193,193,193);
	color: rgb(193,193,193);
/*	color: rgb(255, 255, 255); */
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	border-width: 1px;
	border-color: rgb(255,102,0);
	color: rgb(255,102,0);
    font-weight: bold;
    text-decoration: none;
}
a:active {
	border-width: 1px;
	border-color: rgb(255,102,0);
	color: rgb(255,102,0);
    font-weight: bold;
    text-decoration: none;
}
body {
    background-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    font-family: Verdana,Arial,sans-serif;
    font-size: 70%;
    text-align: left;
}
h1 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0px;
}
h2 {
    color: rgb(255,102,0);
    font-size: 80%;
    margin-top: 1ex;
}
h3 {
    font-size: 70%;
    font-weight: bold;
    margin-top: 0px;
}
*.orange {
    color: rgb(255,102,0);
}
li {
    font-size:70%;
}
p {
    font-size:70%;
}
table {
    border-spacing: 0px 0px;
    border-width: 0px;
    padding: 0px;
    width: 100%;
}
/* table {border:0; cellspacing:0; cellpadding:0; width:100%; } */
table.response {
    height: 200px;
    width: 100px;
}
table.linktabelle {
    font-size: 70%;
    font-weight: bold;
}
td {vertical-align:top;}
*.hellgrau {
    background-color: rgb(204,204,204);
}
*.mini {
    font-size: 50%;
}
/* für buttons dunkelgraue schrift */
input.hellgrau {
    background-color: rgb(204,204,204);
    color: rgb(102,102,102);
}