﻿/* Stylesheet fuer Firefox und andere */



/* nachteil: rechte borderline wird nicht angezeigt */ 
/*
#tdinhalt {
	float:left;
}
*/

/* §bjp
#wrapper {
	float:left;
	border-left: 1px solid #427676;
	border-right: 1px solid #427676;
	width:100%;
}
*/

/* nachteil: hintergrund bei formularseiten gr�n statt wei� */ 
/*
#inhalt {
	float:left;
}
*/

/* dummy-border, damit zwischen kruemelpfad und inhalt kein abstand angezeigt wird */
/*
#inhalt {
	border: 1px solid white;
}
*/

#inhalt div.bodyAttrib>hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

