* {
margin: 0;
padding: 0;
}
body {
padding: 1% 0;
font-family: verdana, arial, sans-serif;
color: #004800;
background-color: white;
}

/* === ALLGEMEINE Formate  === */
p {
margin-top: 10px;
padding: 0 10px;
font-size: 80%;
}

a {
text-decoration: none;
background-color: transparent;
color: #004800;
font-weight: bolder;
}

a.book {
	font-size: 140%;
	background-color: #eee;
	color:#3399FF;
	padding: 1px 10px 1px 10px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}

.highlight {
	background-color:#6CF;
}	



ul {
	text-align: center;
    list-style: square inside;
    margin: 3px 0px 3px 15px;
	font-size: 80%;
}

ul li {
padding: 5px 0 0 0;
}

h1 {
	font-size: 125%;
	color: #004800;
	text-align: center;
}

p.text3 {
	font-size: 90%;
	text-align: center;
}

h3 {
	font-size: 125%;
	color: #004800;
	text-align: center;
	background-color:#eee;
}
