
/************************* PAGE Layout ******************/

/*------------------------------------------------------
	Allgemeine Einstellungen fuer die ganze Seite
------------------------------------------------------*/
body {
	background-color: white; /* Farbe für Seitenrand */
	vertical-align: top;
	text-align: left;
	font-size: 1em;
}

/*------------------------------------------------------
	Aeusserer Rahmen um Alles,
	enthaelt auch die Grafik fuer den Streifen im
	Menue-bereich
------------------------------------------------------*/
#envelope {
	width: 100%;
	background-image:url();
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
	text-align: left;
}


/*------------------------------------------------------
	Kopf- und Fusszeile der Seite
------------------------------------------------------*/
/*---------------------- Kopf ------------------------*/
#headr {
	width: 100%;
	background-color: white;
}

/*---------------------- Logo im Kopf-----------------*/
#logo {
	width: 100%;
}

/*---------------------- Fuss ------------------------*/
/* F5C54C */
#footr {
	clear: both;
	width: 100%;
	margin-left: 0px;
	background-color: white;
}

/*------------------------------------------------------
	Menue
border-width: thin; border-style: solid; border-color: red;
F5B54C FFFED0
------------------------------------------------------*/
.menufield {
	display: none;
}


/*------------------------------------------------------
	Inhalt
position: relative;right: 0px;
------------------------------------------------------*/
#content {
	width: 100%;
	height: auto;
	margin-left: 0px;
	background-color: white !important;
}

a[href]:after {
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	font-size: 80%;
}
