body {
	background-color:	#505559;
	font-family:		Times New Roman, serif;
	font-size:			16px;
	color:				#201E21;
	letter-spacing:		0.01em;
	line-height:		20px;
}

a {
	color:				#201E21;
	text-decoration:	none;
}

h1 {
	display:			inline;
	font-size:			16px;
	color:				#FFFFFF;
	font-weight:		normal;
}

h2 {
	display:			inline;
	font-size:			16px;
	color:				#201E21;
	font-weight:		normal;
}

.pageWrapper {
	position:			absolute;
	height:				480px; 
	width:				800px;
	margin:				-250px 0px 0px -400px;
	top:				50%; 
	left:				50%;
	text-align:			left;
	padding: 			0px;
	overflow:			hidden;
	background-image:	url(../gfx/merwut.png);
}

.rowTop {
	width:				100%;
	height:				161px;
	color:				#CE6651;
	font-size:			24px;
	font-weight:		bold;
	line-height:		26px;
}

.rowTop .left {
	float:				left;
	width:				250px;
	padding:			9px;
	padding-top:		11px;
}

.rowTop .right {
	float:				left;
	width:				250px;
	padding:			9px;
	padding-top:		11px;
}

.rowMiddle {
	width:				100%;
	height:				160px;
}

.rowMiddle .left {
	float:				left;
	width:				518px;
	color:				#FFFFFF;
	padding:			9px;
	letter-spacing:		0.04em;
}

.rowMiddle .right {
	float:				left;
	width:				240px;
	padding:			9px;
}

.rowBottom{
	width:				100%;
	height:				150px;
}

.rowBottom .left {
	float:				left;
	width:				252px;
	padding:			9px;
	padding-top:		6px;
}

.rowBottom .left .email {
	background-image:	url(../gfx/merwut_email.png);
	height:				53px;
	width:				55px;
	position:			relative;
	left:				95px;
	top:				6px;
}

.rowBottom .center {
	float:				left;
	width:				252px;
	padding:			9px;
	padding-top:		6px;
}

.rowBottom .center .pfeil {
	background-image:	url(../gfx/merwut_pfeil.png);
	height:				53px;
	width:				55px;
	position:			relative;
	left:				95px;
	top:				25px;
}

.rowBottom .right {
	float:				left;
	width:				250px;
}

.rowBottom .right .impressum {
	position:			relative;
	left:				176px;
	top:				132px;
	font-size:			14px;	
}

@media only screen and (max-height:480px){
	.pageWrapper {
		margin:			0px;
		margin:			auto;
		position:		static;
		top:			0px;
		left:			0px;
	}
}

@media only screen and (max-width:800px){
	.pageWrapper { 
		margin:			0px;
		position:		static;
	}
}