body {
	background-color: #adc64e;
	background-image: url(images/background.jpg);
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

* { padding:0; margin:0; }

a { outline: none; text-decoration: underline; color: #70227e; }

a:hover {
	text-decoration: none;
	color: #70227e;
}

img { border: 0; }



#wrapper {
	overflow: visible;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

table {
	background-image: url(images/streifen01.jpg);
	background-repeat: repeat-y;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #70227e;
	margin-top: 5px;
}

h2 {
	font-size: 3em;
	margin-bottom: 20px;
	color: #70227e;
}

p {
	margin-bottom: 20px;
	text-align: justify;
	padding-right: 20px;
}

.lila {
	color: #70227e;
	font-weight: bold;
}