body {
	background-image:url(../images/teichmann_07.jpg);
	background-position:top left;
	/*background-repeat:repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	color: #5A769B;
	font-size: 12px;
}
/*
	Text
*/
/* einleitender text titel*/
.txtTitle {
	color: #1A4175;
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	font-weight: bold;
	font-size: 14px;
}	
/* normal*/
.txt {
	color: #5A769B;
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	font-size: 12px;
}

/* fett*/
.txtbold {
	color: #5A769B;
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	font-size: 12px;
	font-weight: bold;
}
/* Ihr Konto, Impressum,...*/
.txthead {
	color: #5B5B5C;
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	font-size: 10px;
}
.moduldescritiontitle{
	color: #5A769B;
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	font-size: 11px;
	font-weight: bold;
	/*text-decoration:underline;*/
}
.moduldescrition{
	color: #5A769B;
	font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura;
	font-size: 10px;
	/*font-weight: bold;
	text-decoration:underline;*/
}

/*
	Link
*/
a:link { color:#5A769B; text-decoration:underline; font-family:  Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 12px;}
a:visited { color:#5A769B; text-decoration:underline; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 12px;}
a:focus { color:#FF000C; text-decoration:none; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 12px;}
a:hover { color:#FF000C; text-decoration:none; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 12px;}
a:active { color:#FF000C; text-decoration:none; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 12px;}

a.addr:link { font-weight:bold;color:#FFFFFF; text-decoration:underline; font-family:  Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 10px;}
a.addr:visited { font-weight:bold;color:#FFFFFF; text-decoration:underline; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 10px;}
a.addr:focus { font-weight:bold;color:#FF000C; text-decoration:none; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 10px;}
a.addr:hover { font-weight:bold;color:#FF000C; text-decoration:none; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 10px;}
a.addr:active { font-weight:bold;color:#FF000C; text-decoration:none; font-family: Arial, Verdana, Courier, Helvetica, sans-serif, serif, "Times New Roman", Times, Futura; font-size: 10px;}

/*
	Für Kontakt Formular
	
	Beginn
*/
input {
	color:#5A769B;
	border: none; 
	border-top: 0px dotted #202020;
	border-left: 0px dotted #202020;
	border-right: 0px dotted #202020;
	border-bottom: 1px dotted #202020;
	background-color:transparent;
}
input.button {
	color:#FFFFFF;
	border: none; 
	background-color:#D13E21;/*#1E62AC;*/
	border-top:1px solid #5A769B;
	border-bottom: 1px solid #5A769B;
	border-left:1px solid #5A769B;
	border-right:1px solid #5A769B;
}

textarea{
	color:#5A769B;
	border: none; 
	border-top: 1px dotted #202020;
	border-left: 1px dotted #202020;
	border-right: 1px dotted #202020;
	border-bottom: 1px dotted #202020;
	background-color:transparent;
}
.mailfalsch{
	color:#986F31;
}
.felderleer{
	color:#986F31;
}
.pflichtfeld{
	color:#5A769B;
}
.abgesandt{
	color:#09B801;
}
/*
	Ende Style Kontaktformular
*/