* {
margin: 0;
padding: 0;
}
body {
padding: 20px;
font-family: ubuntu, verdana, geneva, sans-serif;
color: #666;
background-color: white;
font-size: 110%;
text-align: left;
}

/* === ALLGEMEINE Formate  === */
p {
padding: 0 10px 0 10px;
font-size: 80%;
line-height: 1.4;
}

a {
text-decoration: none;
background-color: transparent;
color: #666;
font-weight: 900;
}

ul {
    list-style: square inside;
    margin: 3px 0px 3px 15px;
	font-size: 80%;
}

li {
	line-height: 1.4;
}

h1 {
	font-size: 125%;
	color: #666;
}
}

/* ============================= */
/* ! Layout for mobile versions   */
/* ============================= */


@media handheld, only screen and (max-width: 767px) {
	
body {
	font-size: 140%;
	text-align: center;
}
	
}
