@charset "utf-8";
.Inhalt {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	font-size: 16px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}.kleineueberschrift {
	background-color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 16px;
	font-variant: normal;
}

#container-page {
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%;
}

#container-content {
padding-bottom: 40px;
}

#container-foot {
	width: 100%;
	position: fixed;
	bottom: 0;
	bottom: 0px;
	height: 71px;
	background-color: #000000;
}

html, body {
margin: 0;
padding: 0;
height: 100%;
 }
#container-intro {
	position:absolute;
	height:300px;
	width:600px;
	margin:-150px 0px 0px -300px;
	top: 50%;
	left: 50%;

}

