body{
	background:url("http://paceme.de/mobile/CMS/bg.jpg");
	background-repeat:no-repeat;
	font-family:Arial;
	padding:0px;
	margin:0px;
	width:100%;
}

#totalwrap{
	margin: 0 auto;
	width:100%;
	/*background-color:#D8D8D8;*/
}

#totalwrap a{
	/*font-size:40pt;*/
}

#global{
	height:100%;
	width:100%;
}

#stage{
	float:left;
	width:100%;
	margin-top:2%;
}

#stage img{
	width:70%;
	margin-left:2%;
}

#nav1{
	margin-top:5%;
	/*margin-left:9px;*/
	float:left;
	/*height:160px;*/
	width:100%;
}

#nav1 a{
	float:left;
	/*position:absolute;*/
	font-size:1.0em;
	height:10%;
	width:24%;
	background-color:#E12500;
	margin-right:1%;
	color:white;
	border-radius:10px;
	text-decoration:none;
	text-align:center;
	padding:5% 0% 5% 0%;
}

#nav2{
	/*margin-top:20%;*/
}

#nav2 a{
	float:left;
	font-size:1.0em;
	border-radius:5px;
	background-color:#D58814;
	margin:1% 1% 0% 0%;
	color:white;
	text-decoration:none;
	text-align:center;
	padding:1% 1% 1% 1%;
}

#content{
	float:left;
	margin-top:2%;
	width:100%;
	padding:0px;
	font-size:20px;
}

#content h1{
	font-size:120%;
	color:#D58814;
}

a{float:left}