﻿.TextFeldStyle
{
	border:solid 1px darkgray;
}
.Textfeld-mittel
{
	width: 180px; 
	height: 17px;	
}
.ANav a, .ANav a:Visited /*Hyperlinks*/
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.ANav a:Hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.Nav2 a, .Nav2 a:Visited, .Nav2 a:Hover /*Hyperlinks*/
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.ASuchBereich a, .ASuchBereich a:Visited
{
    color: #202020;
    text-decoration: none;
}
.ASuchBereich a:Hover
{
	color: #202020;
	font-weight: normal;
	text-decoration: underline;
}
a.BtnFont, a.BtnFont:Visited
{
	color: #009241;
	font-weight: normal;
	text-decoration: none;
}
a.BtnFont:Hover
{
	color: #009241;
	font-weight: normal;
	text-decoration: underline;
}
.NoBorder
{
	border-style: none;
}