* {
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: 90%;
line-height: 1.4;
text-align: center;
}

a {
text-decoration: none;
background-color: transparent;
color: #666;
font-weight: 500;
}

ul {
    list-style: square inside;
	text-align: center;
    margin: 3px 0px 3px 15px;
	font-size: 100%;	
	letter-spacing: 1px;
	list-style: url(../images/arrow1.gif) inside;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

li {
	line-height: 1.4;

}

h1 {
	font-size: 125%;
	color: #666;
	text-align: center;
}

.high {
	background-color: #FF6;
}


}

/* ============================= */
/* ! Layout for mobile versions   */
/* ============================= */


@media handheld, only screen and (max-width: 767px) {
	
body {
	font-size: 140%;
	text-align: center;
}
	
}
