@charset "utf-8";
body {
    background-image: url(Zubehoer/Seitenaufbau/Hintergrund.gif);
}
#Container {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	width: 20cm;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#Kopf
{
	background: url(Zubehoer/Seitenaufbau/Kopf.gif) no-repeat left top;
	height: 80px;
	width: 900px;
	padding-top: 30px;
	display: none;
}
#Daten {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Navi {
	width: 1px;
	float: left;
	display: none;
}
#Edit {
	background: #DBE0C2;
	width: 19cm;
	float: left;
}
.Text
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.Text-Klein
{
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}
.Text-Kapitale {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
.Text-Fuss
{
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#Fuss {
	height: 65px;
	width: 900px;
	clear: both;
	display: none;
}
#Drucken {
	height: 65px;
	width: 900px;
	clear: both;
}
.noprint {
	display: none;
}

