body
{
	margin: 0px;
	font-family: sans-serif, "Arial", "Verdana";
}

a
{
	color: #ee820f;
}

a:hover
{
	background-color: #ee820f;
	color: #fff;
	text-decoration: none;
}

a.button
{
	background-image: url(../gfx/button_impressum.png);
	display: block;
	width: 140px;
	height: 43px;
}

a.button:hover
{
	background-image: url(../gfx/button_impressum_hover.png);
}

#header
{
	background-image: url(../gfx/pantone_165c.png);
	width: 100%;
	height: 150px;
}

#header img
{
	position: absolute;
	top: 39px;
	left: 10px;
}

#content
{
	position: absolute;
	top: 280px;
	left: 170px;
	width: 600px;
}

#content img
{
	margin-bottom: 20px;
}

#content p
{
	margin-bottom: 30px;
}

#footer
{
	position:fixed;
	bottom: 0px;
	background-image: url(../gfx/footer_background.png);
	height: 130px;
	width: 100%;
}