body {
		background:url(images/hintergrund.gif) repeat-x;
		background-position:bottom 
}

a:hover {
	background-color: #BFBFBF;
	color: #139513;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color:#136287;
}

h1 { margin: 4;
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
	color: #1E1717;
}


p {
	margin: 4;
	padding: 4;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #1E1717;
}

li {
	margin: 4;
	padding: 4;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #1E1717;
}

i {
	margin: 4;
	padding: 10;
	font-size: small;
	font-style: italic;
	color: #139513;
	font-family: arial, helvetica, sans-serif;
}

#button a, #button a:visited , #button a:active {display: block;
color:#000000;
text-decoration:none ;
background-image: url(images/button1.gif); 
background-position: center;
background-repeat: no-repeat;
}

#button a:hover {
color:#136287;
background:transparent;
background-image:url(images/button2.gif);
background-repeat:no-repeat;
background-position: center;
}


