body {
	font-family: Arial, Helvetica, sans-serif;
}
.menuTitel {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.menuText {
	font-size: 11px;
	color: #FFFFFF;
	TEXT-DECORATION: none;
}

.menuText:visited {
	color: #FFFFFF;
	TEXT-DECORATION: none;
}
.menuText:hover {
	color: #FFFFFF;
	TEXT-DECORATION: none;
}
.menuText:link {
	color: #FFFFFF;
	TEXT-DECORATION: none;
}

.logintextfield {
	border:1px solid #666666; 
	background-color:#ffffff; 

	color:#000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:regular; 
	margin:0px; padding:1px; 
	text-align:left; 
	text-indent:0px; 
	text-transform:lowercase;

}

.button	{
	border:1px solid #666666;
	color:#FFFFFF;
	font-size:10px;
	margin:0px;
	padding:0px;
	text-align:center;
	text-indent:0px;
	text-transform:lowercase;
	background-color: #006699;

}   
.text {
	font-size: 12px;
}
.test {
	border-width:1px;
	border-bottom-style:solid;
	border-color:black;
	font-size: 12px;

}
.kopfzeile {
	font-size: 14px;
	color: #CCCCCC;
}

.textgross {
	font-size: 36px;
	font-weight: bold;
	color: #666666;



}
.titel {
	font-size: 14px;
	font-weight: bold;
}


A {
    text-decoration:none;  
}

A:visited {
   	text-decoration: none; 	
   	color: #0000FF;      	
}

A:hover {
  	text-decoration: none; 	
   	color: #0000FF;      	
}


A:link {
   	text-decoration: none; 	
   	color: #0000FF;      	
}
