@charset "UTF-8";
/* CSS Document */

.seite {
	background-image: url("images/background.jpg");
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 650px;
	background-color: #b8b8b8;
}
.visitenkarte {
	text-align: center;
	padding-top: 67px;
}
.informationen {
	text-align: center;
	padding_bottom: 50px;
}
.text {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 15px;
	padding-left: 57px;
    text-align: left;
	color: #004f9e;
	width: 300px;
	float: left;
}
.impressum {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 15px;
	padding-left: 45px;
    text-align: left;
	color: #004f9e;
	width: 35%;
	float: left;
	padding-bottom: 50px;
}
a {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 15px;
	color: #004f9e;
	text-decoration: none;
}
.datenschutz {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 15px;
	padding-left: 57px;
    text-align: left;
	color: #004f9e;
	width: 570px;
	float: left;
}