/* standart style sheet für alle seiten */

.headbild {
	margin-top: 50px;
}
body {
margin:0;
padding-bottom: 3em;
background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
body>#nav {
	position: fixed;
}
body>#muster {
	position: fixed;
}
#nav {
	position: absolute;
	top: 13.7em;
	left: 7em;
	width: 14em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
}
#content {
	position: absolute;
	top: 14em;
	left: 20em;
	width: 44em;
	right: 2em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 2em;

}
a {
	color: #669900;
	text-decoration: underline;
}
p {
	padding-left: 2em;
	margin-bottom: 2em;
}
.leftimg{
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.rightimg{
	float: right;
	margin-left: 1em;
	margin-bottom: 0em;
	padding-right: -2em;
}
strong {
	font-weight: bold;
	color: #666666;
}


#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3em;
	background-color: #ffffff;
	color: #666666;
	border-top: 1px dotted #666666;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}
html > body #footer {
  position: fixed;
}

span {
	position: absolute;
	bottom: 0.5em;
	left: 24em;
	line-height: 12px;

}
img {
	border: none;
}
