body{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	
	background-color: white;
	padding-top: 40px;	
	padding-left: 70px;	
	padding-right: 90px;
	
	background-image: url("img/weisserhg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;

	margin: 0 0 0 0;
}

img{
	border-width: 0px;
}

a:visited{
	color:#5580c0;
	text-decoration:none;
}


a:link{
	color:#5580c0;
	text-decoration:none;
}


a:hover{
	text-decoration: underline;
}

table {
	width: 80%;
}

td {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

th {
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

ul ul{
	list-style-type: none;
}

div.Headline{
	margin-left: -40px;
	margin-bottom: 8px;
	height: 42px;

	font-family: sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: black;
	padding-left: 17px;	

	background-image: url(img/headlinepunkte.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#Team table{
	width: 400px;
	height: 130px;
	margin-bottom: 30px;
	margin-left: 50px;
}

div#Team table td{
	vertical-align: top;
	padding-right: 20px;
}
div#Team table th{
	min-height: 5px;
}
