html {
	width: 100%;
	min-height: 100%;
	background: #FFFDCE;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
}

.image {
	height: 55px;
}

.caption_right {
	background-image: -webkit-linear-gradient(#9FBFD2 0%, #FFFDCE 100%);
	background-image: -moz-linear-gradient(#9FBFD2 0%, #FFFDCE 100%);
	background-image: -o-linear-gradient(#9FBFD2 0%, #FFFDCE 100%);
	background-image: -webkit-radiale-gradient(#9FBFD2 0%, #FFFDCE 100%);
	font-size: 30px;
	height: 95px;
}

.impressum_text {
	text-decoration: underline;
	font-weight: bold;
}

.center {
	text-align: center;
}