* {
margin: 0;
padding: 0;
}
body {
padding: 1% 0;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
color: #666;
background-color: white;
font-size: 100%;
text-align: center;
}

/* === ALLGEMEINE Formate  === */
p {
padding: 0 10px 0 10px;
font-size: 100%;
line-height: 1.1;
}

a {
text-decoration: none;
background-color: transparent;
color: #666;
font-weight: 900;
}

ul {
    list-style: square inside;
    margin: 3px 0px 3px 15px;
	font-size: 100%;
}

li {
	font-size: 100%;
	line-height: 1.1;
	margin: 3px;
	border-bottom: 1px solid #eee;
}

h1 {
	font-size: 150%;
	color: #666;
}

/* ============================= */
/* ! Layout for mobile versions   */
/* ============================= */


@media handheld, only screen and (max-width: 479px) {
	
body {
	font-size: 140%;
}
	
}
