﻿* {
 margin: 0.6em 0.6em;
 /*padding: 0;*/
 list-style: none;
 text-decoration: none;
}

body{
 background-color: #F9FAF3;
 background-repeat: repeat;
 background-image: url('../buttons_gifs/hintergrund_neu.gif');
}

.index {
	left: 3.8em;
	right: 3.8em;
	text-align: center;
}	

.index h1{
	padding-top: 3em;
	padding-bottom: 1em;
	font-size: 2em;
	color: #800000;
}
.index p {
	color: #800000;
	font-size: 1em;
	margin: auto;


}
.index img {
	margin: auto;
	color: #800000;
	font-size: 0.8em;
	max-width: 60%;
	padding-top: 2em;
	padding-bottom: 2em;
	
}

.index a {
	color: #800000;
	font-size: 1em;
}

.index a1, .index i {
	color: #A02000;
	font-size: 0.8em;
	font-style: italic;
}

