html, div, td			{
							font-family: Georgia, Times New Roman, Times, serif;
							font-size: 12px;
							font-weight: normal;
							line-height:18px;
						}

body                    {	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
							color: #000000;
							text-decoration: none;
						}
						
form					{	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
						}
.enter_normal {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 12px;
	color:				#FFFFFF;
	background-color:	#b5123e;
	border-color:		#D6D2D2;
	border-style:		solid;
	border-width:		2px;
}
select, textarea, .textfeld {
	color:				#262626;
	text-decoration:	none;
 	border-color:		#b5123e;
	border-style:		solid;
	border-width:		2px;
	background-color:	#ffffff;
}

body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}

a				{ font-size: 12px; font-weight: normal; color: #656565; text-decoration:      none;}
a:active		{ font-size: 12px; font-weight: normal; color: #656565; text-decoration:      none;}
a:visited		{ font-size: 12px; font-weight: normal; color: #656565; text-decoration:      none;}
a:hover			{ font-size: 12px; font-weight: normal; color: #b5123e; text-decoration: underline;}
						