
/*********************** Schaltflächen Login ***********************/
.logname {
	font-size:10px;
	text-align:left;
	cursor: pointer;
	border: 0px;
	background-repeat: no-repeat;
    background-position: left top;
}

.logpw {
	font-size:10px;
	text-align:left;
	cursor: pointer;
	border: 0px;
	background-repeat: no-repeat;
    background-position: left top;
}

.logbutton {
	color:#FFFFFF;
	font-weight:bold;
	width: 144px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	background-image: url(Bilder/64bit_16.gif);
}

.tserver {color: #3D9AC2}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
