/*
	This is a Cascading Style Sheet
	(c) 2010 DuMont Neue Medien - Christian Stimberg
*/

.header {
	height: 59px;
}

.header h1 {
	position: relative;
	background: transparent url(/img/logo_aui.gif) no-repeat top left;
	width: 293px;
	height: 40px;
	top: 15px;
	left: 14px;
	margin: 0;
	padding: 0;
}

.header h1 A:link {
	display: block;
	position: absolute;
	width: 293px;
	height: 40px;
}

.header h1 A:visited{
	display: block;
	position: absolute;
	width: 293px;
	height: 40px;
}

#error {
	position: relative;
	width: 293px;
	height: auto;
	margin: auto;
	padding: 0;
}

#error h1 {
	background: transparent url(/img/logo_aui.gif) no-repeat top center;
	width: 293px;
	height: 40px;
	left: 0;
	margin: 0;
	padding: 0;
}

#error h1 A:link {
	display: block;
	width: 293px;
	height: 40px;
}

#error h1 A:visited{
	display: block;
	width: 293px;
	height: 40px;
}

#error h1 span {
	display: none;
}

#frame_skyscraper {
	top: 61px;
}
