html {
	min-height: 101%;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin: 0;
	background-color: #fff;
	/*background-image: url(../grafik/bg.gif); */
}

#allcontent {
	width: 940px;
	background-color: #fff;
	margin: 0 auto 0 auto;
}

#rahmen {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../grafik/rahmen_bg.gif);
	background-repeat: repeat-y;
}

#seitenleiste {
	float: left;
	width: 230px;
}

#content {
	float: left;
	margin: 0;
	width: 550px;
}

#content .inner {
	margin: 0 20px 0 20px;
	font-size: 98%; /* Fontgröße content global  */
}

#masthead {
	width: 779px;
	height: 100px;
	margin: 0;
	border-right: 1px dashed #A7A7A7;
}

#masthead img {
	display: block;
	border: 0;
	float: left;
}

#fusszeile {
	clear: both;
	text-align: left;
	border-top: 1px solid #bbb;
	font-size: 75%;
	color: #333;
	padding: 5px 10px 10px 10px;
}

#footer {
	width: 50%;
	margin-left: 280px;
	text-align: center;
}

#asfuss {
	float: left;
	width: 140px;
	text-align: center;
}

#asfuss a, #asfuss a:hover, #asfuss a:visited {
	color: #999;
}
