/* Angaben für den iframe */.iframe{	margin-top: 0px;	margin-left: -10px;	background-image: url(Schober/parts/dgreen.jpg);	 }/* Angaben für das Hauptmenü */.Navigation{	margin-top: -22px;	margin-left: 300px;	position: absolute;}/* Schober Logo */.Schober_Logo{	margin-top: -8px;	margin-left: -10px;}/* Kontaktformular */.Kontaktformular{	position: absolute;	margin-top: 13px;	margin-left: 390px;}/* Überschrift für das Kontaktformular */.headline { 	font-family: Arial, Helvetica, sans-serif; 	font-size: 11pt; 	font-style: normal; 	line-height: 14pt; 	font-weight: bold; 	font-variant: normal; 	color: #FFFFFF }/* normaler Text für das Kontaktformular */.copy {  	font-family: Arial, Helvetica, sans-serif; 	font-size: 9pt; 	line-height: 13pt; 	font-weight: normal; 	color: #FFFFFF}/* Unterüberschrift für das Kontaktformular */.subhead {  	font-family: Arial, Helvetica, sans-serif; 	font-size: 9pt; 	font-style: normal; 	line-height: 14pt; 	font-weight: bold; 	font-variant: normal; 	color: #FFFFFF}/* Text in Eingabefeldern für das Kontaktformular */.text {  	font-family: Arial, Helvetica, sans-serif; 	font-size: 9pt; 	line-height: 10pt; 	font-weight: normal; 	color: #000000}/* Schrift für den Link */.link {  	font-family: Arial, Helvetica, sans-serif; 	font-size: 10pt; 	font-weight: normal; 	color: #FFFFFF; 	line-height: 10pt}/* Position der ersten Menüebene */ul#Navigation {	list-style-type: none; /* blendet beim Netscape die Aufzählungszeichen aus */    width: 690px; /* Breite des Hauptmenüs */}/* Stellung der einzelnen Menüpunkte */ul#Navigation li {    float: left; /* sorgt dafür, dass alles in einer Reihe ist und keine Aufzählungszeichen da sind*/}/* zuständig für die zweite Ebene */ul#Navigation li ul {	margin-left: 0px; /* Position der unteren Ebene */    position: absolute;    display: none;  /* Unternavigation ausblenden */    width: 110px; /* Breite der einzelnen Unterpunkte */    padding-top: 9px; /* wie viele Pixel sollen vor dem ersten Eintrag der zweiten Ebene frei bleiben */	padding-bottom: 24px; /* wie viele Pixel sollen nach dem letzten Eintrag der zweiten Ebene frei bleiben */	background-image: url(Schober/parts/dgr-line.jpg); /* Hintergrund der Untermenüpunkte */	margin-top: -3px; /* Abstand der Unterebene zum Hauptmenü */}/* was passiert, wenn ich mit der Maus drüber fahre */ul#Navigation li:hover ul {    display: block;  /* Unternavigation in modernen Browsern einblenden */}/* zuständig für die Position der Unterpunkte */ul#Navigation li ul li {    float: none; /* zuständig, dass die unteren Einträge untereinander erscheinen */    display: block;    /*height: 20px;*/ /* Höhe der unteren Einträge einstellen */    margin-left: -32px; /* Abstand vom linken Rand des Blocks */    margin-top: 6px;}/* Darstellung der Einträge vom Untermenü */ul#Navigation a{    display: block;    text-decoration: none;}
