function loginform() {

	
	a = document.getElementById('td_login');

	a.height = 100;
	a.className = 'subbox';
	a.innerHTML = '<div style="padding-left:5px;padding-right:5px"><form action="/" method="post"><input type="hidden" name="op" value="60">Benutzername:<br><input type="text" name="username" class="text_input_0" style="width:130px"><br>Kennwort:<br><input type="password" name="pw" class="text_input_0" style="width:130px"><br><br><input type="submit" value="Anmelden" class="submit_input_0"></form></div>';
}


function hilight_box1(a) {
	a.style.setAttribute("borderColor", "#666666", false);
}

function lolight_box1(a) {
	a.style.setAttribute("borderColor", "#CCCCCC", false);
}

function hilight_box4(a) {
	a.style.setAttribute("borderColor", "#666666", false);
	a.style.setAttribute("color", "#666666", false);
}

function lolight_box4(a) {
	a.style.setAttribute("borderColor", "#CCCCCC", false);
	a.style.setAttribute("color", "#CCCCCC", false);
}

function hilight_box5(a) {
	a.style.setAttribute("borderColor", "#666666", false);
}

function lolight_box5(a) {
	a.style.setAttribute("borderColor", "#FFFFFF", false);
}

function hilight_link1(a) {
	a.style.setAttribute("color", "#333333", false);
	a.style.setAttribute("text-decoration", "underline", false);
}

function lolight_link1(a) {
	a.style.setAttribute("color", "#999999", false);
	a.style.setAttribute("text-decoration", "none", false);
}

function hilight_link2(a) {
	a.style.setAttribute("color", "#333333", false);
}

function lolight_link2(a) {
	a.style.setAttribute("color", "#999999", false);
}

