<!-- 
// © 2003 Luftbilder.de, code & design by Rasmus-von-Bargen.de

A {
	text-decoration : none;
	color: #005780;
}
A:LINK {
	text-decoration : none;
	color: #005780;
}
A:HOVER {
	text-decoration : none;
	color: #EE7000;
}
A:ACTIVE {
	text-decoration : none;
	color: #EE7000;
}
A:VISITED {
	text-decoration : none;
	color: #7FA4B6;
}

.formular  
{
border-bottom : 1px solid #7F9DB9;
border-left : 1px solid #7F9DB9;
border-right : 1px solid #7F9DB9;
border-top : 1px solid #7F9DB9;
font-family : Arial, Helvetica;
font-size : 12px;
background-color : white;
padding-left : 2px;
} 

.t12
{
	color : black;
	font-family : Arial, Helvetica;
	font-size : 12px;
}

.t12b
{
	color : black;
	font-family : Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
}
//-->