/* CSS File für Crossfords */
html
{
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
img
{
	border: 0px;

}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
}
* {
	margin:0;
	padding:0;
}

/************************ SCHRIFT *********************/	

h1, h2, h3, p 
{
	margin:0px;
	padding:0px;
}
	
h1
{
	color: #3C5E73;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

h2
{
	color: #3C5E73;
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 5px;
}

	
h3
{
	color: #3C5E73;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}	
	
h4
{
	color: #3C5E73;
	font-size: 12px;
	font-weight: bold;
}
a
{
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #696969;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

