@charset "utf-8";
/* CSS Document */
html {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(../bilder/heidi-ziegler-uzwil.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000000;
}
.content {
	width: 260px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #F7F7F7;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
.flaggen {
	float: right;
}
