﻿body {
	background-repeat: no-repeat;
	background: url('../images/hintergrund_mann.jpg') no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, Sans-Serif;
	background-attachment: fixed;
}
.bild {
	border: 1px solid #70BF48;
	padding: 5px;
	margin: 5px;
}
.contend {
	left: 15px;
	top: 15px;
	width: 600px;
	position: absolute;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #70BF48;
	font-weight: bold;
	font-style: italic;
	font-size: large;
}
hr {
	height: 1px;
	color: #70BF48;
}
h5 {
	color: #70BF48;
	font-weight: normal;
}
a:link {
	color: #70BF48;
}
li {
	list-style-image: url('../images/listenpunkt.jpg');
}
a:visited {
	color: #70BF48;
}

a:hover {
	color: #006600;
}


