/* Formatierung der Schrift f�r die Temeka Net Box */
	#tnetbox{
		color:#FFFFFF;
		font-size:12px;
		border-color:#FFFFFF;
		border-width:0px;
		border-style:dashed;
		background-color:#00A513;
		padding:8px;
		margin:0 0 0 0;
		width:114px;
	}
	#tnetbox a:link, #info a:visited {
		text-decoration:underline;
		color:#000000;
	}
	
	#tnetbox a:hover {
		text-decoration:underline;
		color:#00CC33;
	}
	
	/*Formatierung der Temeka Net Login Form*/
	
	#temekanet input{
	  	display: block; 
		margin-bottom:5px;
	  	width: 90px;
	}
	
	form#temekanet {
		  margin:0 0 0 4px;; 
 		  padding:0;
	}
	
	input#anmelden{ /* den -Button */
		  float: none;
		  width: 95px;
		  color:#00A513;
		  background:#FFFFFF;
	}
	
	input#gastzugang { /* den -Button */
		  float: none;
		  width: 95px;
		  color:#00A513;
		  background:#FFFFFF;
	}
	
	#temekanet br {
	  	clear:left;
		line-height:1em;
	}
	
	/*Ende Formatierung der Temeka Net Login Form*/
