html,body {
	margin: 0;
	padding: 0;
	background: #525150;
}

body {
	font: 76% arial, sans-serif;
	text-align: center;
	scroll: auto;
}

a img
{
	border : 0 none;
}

a:link
{
	color: #BBBBBB;
	text-decoration: none;
}

a:visited
{
	color: #BBBBBB;
	text-decoration: none;
}

a:focus
{
	color: #BBBBBB;
	text-decoration: none;
}

a:hover
{
	color: #BBBBBB;
	text-decoration: none;
}

a:active
{
	color: #BBBBBB;
	text-decoration: none;
}

div#imp_main_content {
	color: #EAEAEA;
	width: 800px;
	margin: 0 auto;
}

div#imp_imprint {
	border-top: 4px solid #EAEAEA;
	/*border-bottom: 4px solid #EAEAEA;*/
}

div#imp_header {
	height: 60px;
	margin: 0;
	vertical-align: bottom;
	padding-top: 25px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	border-bottom: 4px solid #EAEAEA;
}

