body {
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
	margin-left: 50px;
}

.header {
	position: relative;
	height: 150px;
	margin-top: 50px;
}

.galerie {
	position: relative;
	float: left;
	margin-bottom: 100px;
}

.bildrahmen {
	position: relative;
	float: left;
	width: 300px;
	height: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.bild {
	position: absolute;
	bottom: 0px;
}

.legende {
	min-height: 80px;
	margin: 8px 0px 0px 0px;
	
}

.titel {
	font-size: 26px;
	font-family: georgia;
	line-height: 26px;
}

.einleitung {
	width: 400px;
}

a {
	text-decoration: none;
}

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

a:hover {
	color: #000;
}

a:visited {
	color: #ff10a8;
}

a:active {
	color: #000;
}