html {
	margin: 0px;
}

body {
	margin-top: 20px;
	margin-bottom: 0px; 
	margin-left: 17px;
	margin-right: 17px;
	background-color: #D8D9DA;	
}
p {
	margin:0px;	
}
.textInput {
	border: 1px solid #D8D9DA;
	background: #fff;
	color:#666;
	font-size:11px;
	height:12px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57585A;
	text-decoration: none;
	line-height: 14px;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57585A;
	text-decoration: none;
	line-height: 14px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #57585A;
	text-decoration: none;
	line-height: 16px;
}
.highlight {
	color: #EC3400;
}
.crossedOut {
	text-decoration:line-through;
}

a, a:link, a:visited, a:hover, a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57585A;
	border: 0px;
	text-decoration: underline;
	line-height: 14px;
}
a.small, a.small:link, a.small:visited, a.small:hover, a.small:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57585A;
	border: 0px;
	text-decoration: underline;
	line-height: 14px;
}
