html, body {
	margin: 0;
    padding: 0;
	height:100%;
	min-height:100%;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2 em;
	line-height:21px;
	color:#474747;
}

a {
	text-decoration:none;
}

hr {
	height:1px;
	font-size:1px;
	line-height:1px;
	border:none;
	border-bottom:1px solid #BBBFC3;
}

/*
.innerContent {
	height:100%;
}
*/

/*Padding-Bottom für Slogan; Ohne Slogan --> Anweisung entfernen*/
/*
div[data-role="content"]{
	padding-bottom:55px;
}
*/