/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url("../bilder/bg_baustelle.jpg");
}
.content {
	font-family: Verdana, Arials, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C6355;
	line-height:15px;
	position:relative;
	width:474px;
	left:50%;
	margin: 0px 0px 0px -237px;
	text-align:center;
}
a {
	color: #7C6355;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.txt {
	position:relative;
	margin:10px 10px 0 10px;
}

.pic {
	padding: 100px 0px 0px 0px;
}
