/* ALLGEMEINE DOKOMENTREGELN */

	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-position: 197ex;
	background-image: url(../bilder/hintergrund_gesamt_500px_blau_mit_dunkelblauem_linkem_Rand.JPG);
	background-repeat: repeat-y;
	float: left;
	line-height: 140%; /* sinnvollerweise in em und NICHT in %, weil sonst
				 Veränderung der Schriftgröße in IE6 sonst das Layout 
				 zerschießt */
	}
	

/* SCHRIFTARTEN */
	
	h1 {
	font-size: 160%;
	font-weight: bold;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	margin-top: .75em;
	line-height: 130%;
	}
	
	h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;
	}
	
	h3 {
	font-size: 100%;
	font-weight: bold;
	color: #0000B7;
	}
label {
	margin-left: 2em;
}


	h4 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	}
	
	h5 {
	font-weight: normal;
	line-height: 130%;
	font-size: 100%;
	/* es ist NICHT sinnvoll, eine Überschrift mit Schriftgröße unter 100% zu definieren,
	weil zB in OPERA-mini alle Überschriften automatisch fett formatiert werden und die
	kleinere Schriftart auf mobilen Devices idR überhaupt - ebenso wie Kursivschrift - NICHT
	richtig angezeigt wird */
	color: #0000CC;
	}
	
	h6 {
	font-size: 100%;
	/* es ist NICHT sinnvoll, eine Überschrift mit Schriftgröße unter 100% zu definieren,
	weil zB in OPERA-mini alle Überschriften automatisch fett formatiert werden und die
	kleinere Schriftart auf mobilen Devices idR überhaupt - ebenso wie Kursivschrift - NICHT
	richtig angezeigt wird */
	font-weight: normal;
	line-height: 130%;
	color: #993300;
	}
	
/* ZEILENABSTÄNDE */
	
	
	h3, h4, h5, h6 {
	margin-bottom: 0em;

	margin-top: 0.5em	
	/* bisher 2ex */
	}
p {
		margin-top: 1ex;
		margin-bottom: 0ex;
}

	
	/* formatiert die Navigationsleiste ( = Liste der Links) horizontal mit farbigem Hintergrund und Rahmen */
	


/* CSS-BOXES */

	#box_content_links {
	float: left;
	width: 19em; /* bisher 37ex - wird in Firefox zu breit dargestellt*/
	display: inline;
	padding: 0em;
	}
#header {
	float: left;
	width: 99%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
}

	
	/* CSS-Box für mehrspaltiges Layout = rechts oben */
	
/* SONSTIGE LAYOUT-HILFSMITTEL */

	#Linie_dunkelblau {
		clear: both;
		float: none;
		height: 5px;
		width: 100%;
		border-bottom-width: medium;
		border-bottom-style: solid;
		border-bottom-color: #3300CC;
		font-size: 1px;
	}
	
	/* dunkelblaue Linie - horizontal über ganze Seite */

	
/* FORMATIERUNGSREGELN FUER FUSSZEILE */

	#footer {
	float: left;
	margin-top: 12px;
	display: inline;
	width: 100%;
	font-size: 95%;
	line-height: 130%;
	padding-top: 1em;
	background-image: url(../bilder/hintergrund_grau_1px_dotted_transparent_3px.GIF);
	background-repeat: repeat-x;
	}

	/* die "box_logo" ist notwendig, damit sich beim Verkleinern des Fensters der Firmenwortlaut und die NavBar nicht über das Logo = Hintergrundbild schiebt!*/

#box_content_ganze_breite {
	float: left;
	width: 96%;
	border: 1px solid #999999;
	margin-left: 8px;
	padding: 8px;
	height: 400px; /* beseitigt "Randverdopplung/IE6" - Bulletproof-Webdesign S. 110*/
	overflow: auto;
	margin-top: 0px;
	display: inline;
}

#box_firmenwortlaut {
	font-family: "Times New Roman", Times, serif;
	color: #0000CA;
	white-space: normal;
	float: right;
	height: auto;
	width: 69%;
	clear: right;
	font-size: 295%;
	text-align: right;
	font-weight: bold;
	line-height: normal;
	margin-top: 6px;
	vertical-align: sub;
	padding-top: 4px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0000B5;
	margin-left: 210px;
}


	/* In der box_firmenwortlaut wird der Firmenname in blauer Farbe / Times-New-Roman / groß angezeigt, außerdem hat diese einen dunkelblauen unteren Rand */
	
	#box_navbar {
	float: right;
	clear: right;
	width: 44em;
	margin-top: 8px;
	margin-bottom: 6px;
}
	/* Die box_navbar ist ein Rahmen um die Liste "box_navbar_li" mit der Eigenschaft "float=right" (weil die Liste "box_navbar_li" nicht mit "float=right" nach rechts schwebend ausgerichtet werden kann, weil dadurch die Reihenfolge der Listeneinträge umgedreht wird); clear=right bewirkt, daß die box_navbar rechts UNTER die box_firmenwortlaut gestellt wird. Die Breite muß definiert werden, weil sonst im IE& - aus unerfindlichen Gründen - ein Zeilenumbruch geschaltet wird. Die Kombination 34em mit Mindestbreite 40% (min-width wird von IE6 igonirert) bewirkt, daß in Opera zwischen 70% und 150% sinnvolle Anzeigen erfolgen, auf Kleinbildschirm die NavBar nach links verschoben zusammengefaltet wird und im IE6 auch bei Schriftgröße "sehr groß" immer noch ein vernünftiges Layout entsteht.*/
	
#box_navbar li {
	display: inline;
}
	/* Die Eigenschaft "display: inline" muß für box_navbar li gesetzt werden, damit die Listeneinträge nebeneinander angezeigt werden! */

#box_navbar ul {
	display: inline;
	text-align: center;
}

	/* Die Eigenschaft "display: inline" muß auch für box_navbar ul (nicht nur für "box_navbar li" gesetzt werden, weil sonst die "box_navbar" auf 2 Zeilen erhöht wird und in OPERA und IE6 unterschiedlich angezeigt wird */
#box_content_mitte {
	float: right;
	width: 39.5em; /* bisher 78ex - wird in Firefox zu breit dargestellt*/
	display: inline;
	padding-left: 0ex;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-right: 0em;
}
#hintergrundbild_linie_rechts {
	background-image: url(../bilder/hintergrund_grau_1px_dotted_transparent_3px.GIF);
	background-repeat: repeat-y;
	background-position: 63.8em;
	clear: none;
	float: left;
	display: inline;
}
#hintergrund_box-rechts_grau {
	float: left;
	height: auto;
	background-image: url(../bilder/hintergrund_hellgrau_800px.JPG);
	margin-left: 1ex;
	background-position: 111ex;
	background-repeat: repeat-y;
}


#hintergrund_box-links_blau {
	float: left;
	height: auto;
	/* auskommentiert 
	
	background-image: url(../bilder/hintergrund_gesamt_2000px_hellblau.GIF);
	
	auskommentiert*/
	background-position: 2ex;
	background-repeat: repeat-y;
}
#hintergrund_gesamt_rechts_blau {
	background-position: 120ex;
	background-image: url(../bilder/hintergrund_gesamt_2000px_hellblau.GIF);
	background-repeat: repeat-y;
	float: left;
}
#layout_body {


	
	width: 86em; /* nachdem die Schriftgröße auf 110% gestellt wurde, darf
					width nur 177ex (= 195/110) sein, NEIN 86em - wenn als 				
					Maßeinheit ex verwendet wird, wird in Mozilla falsch
					- zu breit - dargestellt */
					

	
	font-size: 110%;

}




#wrapper {
	float: left;
	width: 62em; /* bisher 128ex - wird in Firefox zu breit dargestellt*/
	margin-left: 1em;
	display: inline;
}

#box_content_rechts {
	float: left;
	width: 19em; /* bisher 37ex - wird in Firefox zu breit dargestellt*/
	display: inline;
	margin-left: 1.7em;
	padding: 0em;
}
#hintergrundbild_linie_links {
	background-image: url(../bilder/hintergrund_grau_1px_dotted_transparent_3px.GIF);
	background-position: 21em;
	clear: none;
	float: left;
	background-repeat: repeat-y; /* muß angegeben werden, damit CSS-Boxen nicht nach links unten verschoben ewrden (kann mE aber auch schon in "body" angegeben werden!*/
	display: inline;
}
#hintergrund_box-mitte_weiss {
	background-position: 42ex;
	background-image: url(../bilder/hintergrund_weiss_1600px.GIF);
	background-repeat: repeat-y;
	float: left;
}



a {
	text-decoration: none;
}



.liste_in_tabelle {
	list-style-position: outside;
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-left: 1em;
}

/* schaltet Unterstreichung für Hyperlinks aus*/


a:link {
	color: #333399; /* nicht besuchte Links dunkler 
	(Standard = #3300CC gemacht, damit die Farbe der 
	"Überschrift 2" ähnelt 	*/
}




a:visited {
	color: #CC3399;
}

a:hover {
	cursor: hand;
	background-color: #CCCCCC;
}

#box_content_mitte_breit {
	float: right;
	width: 57em;
	display: inline; /* beseitigt "Randverdopplung/IE6" - Bulletproof-Webdesign S. 110*/
	margin-right: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.absatzformat_h4_in_InfoCenter-Detail {
	padding-top: 0.5em;
	padding-bottom: 0.75em;
}

#wrap {
	background-image: url(file:///M|/Arbeitsdateien/Homepage-Gestaltung/Dreamweav_2007/Test_Layout_ohne_Testserver/bilder/hintergrund_blau_600px.GIF);
	background-repeat: repeat-y;
	clear: none;
	float: left;
	background-position: 60em;
}
#header #box_logo {
	left: 4px;
	top: 16px;
	float: left;
	position: absolute;
	height: 80px;
}

  
#wrapper_zweispaltig {
	float: left;
	width: 80em;
	margin-left: 1em;
	display: inline; /* beseitigt "Randverdopplung/IE6" - Bulletproof-Webdesign S. 110*/
}
#Bild_ES {
	margin-right: 2ex;
	clear: left;
	float: left;
	margin-top: 1ex;
	margin-bottom: 0ex;
}
#LOGO_IhrSteuerberater {
	float: right;
	width: 24%;
	display: inline;
	margin-right: 1ex;
}
#footer_boxlinks {
	float: left;
	width: 25%;
	padding-left: 1ex;
}
#footer_boxmitte {
	float: left;
	width: 24%;
	padding-left: 0.7em;
}
#footer_copyright {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 1em;
}
#footer_boxmitte_2 {
	float: left;
	width: 17em;
	padding-left: 1.3em;
}
.Text_klein {
	font-size: 80%;
}
.ueberschriften_in_box_links {
	border-bottom-color: #999999;
	padding-top: 1px;
	padding-bottom: 1ex;
	font-weight: bold;
	font-size: 90%;
	background-color: #FFFFCC;
	background-image: url(../bilder/Hintergrund_orange/hintergrund_gelb_500px_Verlauf_horizontal.png);
}
.hintergrund_blau_in_unterform {
	background-color: #EAECFF;
	background-image: url(../bilder/Hintergrund_blau/hintergrund_hellblau_DBD7FB_1px.png);
	font-size: 85%;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: 7px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	line-height: normal;
	margin-top: 0px;
	;
	margin-bottom: 0px;
	
}
.hintergrund_transparent_in_unterform {
	background-color: #FFFFCC;
	background-image: url(../bilder/Hintergrund_gelb/Hintergrund_hellgelb_FFFFCC_1px.png);
	font-size: 85%;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: 7px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	/* 
	line-height: normal;
	auskommentiert */
	margin-top: 0px;
}

.hintergrund_hellgelb_in_unterform_Kontaktieren_Sie_uns {
	background-color: #FFFFCC;
	background-image: url(../bilder/Hintergrund_gelb/Hintergrund_hellgelb_FFFFCC_1px.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 6px;
	padding-bottom: 0px;
}

.hintergrund_hellgelb {
	background-color: #FFFFCC;
	background-image: url(../bilder/Hintergrund_gelb/Hintergrund_hellgelb_FFFFCC_1px.png);
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: 7px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 10px;
	/* 
	line-height: normal;
	auskommentiert */
	margin-top: 0px;
	margin-bottom: 0px;
}

.hauptueberschrift_in_box-links {
	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px; /* vorher 9px */
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0000B7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-image: url(../bilder/Hintergrund_blau/hg_dunkelblau_1px_4.png);
	background-repeat: repeat;
}

.linie_horizontal_dotted {
	background-image: url(../bilder/hintergrund_grau_1px_dotted_transparent_horizontal.GIF);
	background-repeat: repeat-x;
	width: 19em;
	background-position: 0px 6px;
	padding: 0px;
	height: 12px;
	margin: 0px;
}

#Header_Linie_horizontal_unten {
	background-image: url(../bilder/hintergrund_grau_1px_dotted_transparent_3px.GIF);
	background-repeat: repeat-x;
	width: 86em;
	height: 20px;
	clear: both;
	background-position: 0px 4px;
}
.hintergrund_grau_in_unterform {
	font-size: 85%;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-repeat: repeat;
	background-image: url(../bilder/Hintergrund_grau/hintergrund_grau_BAB8C7_1px.png);
	background-position: 0px 0px;
	background-color: #E9E9E9;
	margin-left: 7px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	line-height: normal;
	margin-top: 0px;
}


.hintergrund_dunkelgrau_in_unterform {
	font-size: 85%;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-repeat: repeat;
	background-image: url(../bilder/Hintergrund_grau/hintergrund_hellgrau_EFEFEF_1px.png);
	background-color: #D6D6D6;
	background-position: 0px 0px;
	margin-left: 7px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	line-height: normal;
	margin-top: 0px;
}
#box_content_mitte_breit_links {
	float: left;
	width: 57em;
	display: inline; /* beseitigt "Randverdopplung/IE6" - Bulletproof-Webdesign S. 110*/
	margin-right: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.hauptueberschrift_in_box-grau {

	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	/* 
	background-image: url(../bilder/Hintergrund_blau/hintergrund_blau_horizontal.png); 
	auskommentiert */
	background-repeat: repeat-y;
	background-image: url(../bilder/Hintergrund_grau/hg_dklgrau_grau_hor_400px_V.png);
}
.hauptueberschrift_in_box-gelb {


	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC33;
	border-bottom-width: thin;
	border-bottom-style: solid;
	/* 
	background-image: url(../bilder/Hintergrund_blau/hintergrund_blau_horizontal.png); 
	auskommentiert */
	background-repeat: repeat-y;
	background-image: url(../bilder/Hintergrund_gelb/hg_dklgrau_gelb_hor_400px_V.png);
}
.hauptueberschrift_in_box-cyan {



	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC3399;
	border-bottom-width: thin;
	border-bottom-style: solid;
	/* 
	background-image: url(../bilder/Hintergrund_blau/hintergrund_blau_horizontal.png); 
	auskommentiert */
	background-repeat: repeat-y;
	background-image: url(../bilder/Hintergrund_cyan/hg_dkl_cyan_hor_400px.png);
}
.hauptueberschrift_in_box-hellblau {
	padding-top: 1em; /* darf man nicht auskommentieren! */
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px;
	margin-bottom: 6px;
	color: #003399;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../bilder/Hintergrund_blau/hg_hellblau_1px.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	border-bottom-color: #CCCCCC;
}
.hauptueberschrift_in_box-dunkelblau {
	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
	border-bottom-width: thin;
	border-bottom-style: solid;
	/* 
	background-image: url(../bilder/Hintergrund_blau/hintergrund_blau_horizontal.png); 
	auskommentiert */
	background-repeat: repeat;
	background-image: url(../bilder/Hintergrund_blau/hg_dunkelblau_1px.png);
	margin-top: 0px;
}
.detail_in_unterform_ohne_hintergrund {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-left: 5px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	line-height: normal;
	margin-top: 0px;
}
.detail_in_unterform_mit_hintergrund_gelb {
	background-color: #FFFFCC;
	background-image: url(../bilder/Hintergrund_gelb/Hintergrund_hellgelb_FFFFCC_1px.png);
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-left: 5px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	line-height: normal;
	margin-top: 0px;
}
.hauptueberschrift_in_box-dunkelgrau {
	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 6px; /* vorher 4px */
	padding-left: 10px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #55556f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* 
	background-image: url(../bilder/Hintergrund_blau/hintergrund_blau_horizontal.png); 
	auskommentiert */
	background-repeat: repeat;
	background-image: url(../bilder/Hintergrund_grau/hg_dunkelgrau_1px_2.png);
}
.hauptpunkt_firmenprofil {
	float: left;
	width: 10em;
	display: inline;
}
.detail_firmenprofil {
	float: right;
	width: 28.4em;
	display: inline;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0.3em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.wrapper_firmenprofil {
	float: left;
	width: 39.4em;
	clear: both;
	margin-top: 0.5em;
	padding: 0em;
	display: inline;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.stand_erstellt_am {
	font-size: 95%;
	font-style: italic;
	text-align: right;
	margin-top: 1em;
	margin-right: 2em;
}
.stand_erstellt_am_archiv {
	font-size: 95%;
	font-style: italic;
	text-align: right;
	margin-top: 0.2em;
	margin-right: 2em;
	margin-bottom: 0.6em;
}
#hintergrund_blau {
	background-color: #EAECFF;
	background-image: url(../bilder/Hintergrund_blau/hintergrund_hellblau_DBD7FB_1px.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	line-height: normal;
	margin: 2px;
	padding: 0px;
}
.box_19em_grau_umrahmt {
	float: left;
	width: 19em; /* bisher 37ex - wird in Firefox zu breit dargestellt*/
	display: inline; /* beseitigt "Randverdopplung/IE6" - Bulletproof-Webdesign S. 110*/
	/* bisher background-color: #D5D5FF;*/
	/* bisher
	background-image: url(../bilder/hintergrund_gesamt_2000px_hellblau.GIF); */
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0.7em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
.bildgroesse {
	overflow: hidden;
	/* bisher*/
	width: 100%;
	height: 100%;
}

.bildrand {
	padding-right: 0.4em;
	padding-bottom: 0em;
	padding-top: 0.2em;
}
#layout_body #hintergrundbild_linie_links #wrapper_zweispaltig #box_content_mitte_breit #bild {
	margin-top: 1em;
}

#bild_platzhalter {
	float: right;
	width: 70%;
	margin-left: 1em;
	overflow: hidden;
}
#Foto_Team {
	float: right;
	clear: none;
}
#Text_1_Team {
	float: left;
}
.Kontakt_Liste {
	width: 22em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
.Kontakt_box_rechts {
	width: 27em;
	float: right;
}
.Kontakt_box_links {
	width: 27em;
	float: left;
	padding-top: 1em;
}
#layout_body #hintergrundbild_linie_rechts #wrapper #box_content_mitte_breit_links #box_rechts {
	padding: 1em;
	float: right;
}
#layout_body #hintergrundbild_linie_rechts #wrapper #box_content_mitte_breit_links #box_rechts #btn_senden {
	padding: 1em;
	float: right;
}
.button_blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033CC;
}
.button_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 3px;
	margin-bottom: 8px;
	padding: 0px;
	width: 13em;
}
.button_grau_mit_Rahmen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
	padding: 5px;
	margin: 2px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #3366FF;
	border-bottom-color: #3333CC;
	border-left-color: #CCCCCC;
	background-color: #99CCCC;
}
.rahmen_um_button {
	margin: 2px;
	padding: 2px;
	border: thin solid #999999;
}
.hintergrund_hellgrau {
	background-color: #E9E9E9;
	background-image: url(../bilder/Hintergrund_grau/hintergrund_grau_BAB8C7_1px.png);
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: 7px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 10px;
	/* 
	line-height: normal;
	auskommentiert */
	margin-top: 0px;
	margin-bottom: 0px;
}
.wrapper_kontaktdaten {
	/*  
	display: inline;
	auskommentiert */
	float: left;
	clear: both;
	width: 48em;
	margin-top: 0.5em;
	padding: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	display: inline;
}
.rechtsbuendig {
	float: right;

}
.Kontakt_Liste_rechtsbuendig {
	/*  
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	auskommentiert */
	width: 22em;
	float: right;
}
.formular_gesamt {
	/*  
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	auskommentiert */
	width: 39em;
	background-color: #33FFCC;
	float: left;
	border-top-width: 0em;
	border-right-width: 0em;
	border-bottom-width: 0em;
	border-left-width: 0em;
	margin: 0.2em;
	height: 2em;
	padding: 0.2em;
}
.formular_eingabefeld {
	width: 23em;
	margin-left: 1em;
	padding-bottom: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;

}
.formular_bezeichnungsfeld {
	width: 24em;
	clear: left;
	float: left;
	margin-top: 0.2em;
	margin-left: 2em;
	padding-bottom: 0em;
	padding-top: 0em;

}
.formular_button_senden {
	clear: left;
	float: right;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: 3.9em;
	width: 10em;
	display: inline;
	padding-right: 0em;
}
.quicklinks_button {
	width: 13em;
	cursor: default;
	margin-bottom: 0.5em;
}
.klientenbefragung_text {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 1.2em;
	padding-bottom: 0em;
}

.detail_in_unterform_mit_hintergrund_hellblau {
	background-image: url(../bilder/Hintergrund_grau/hintergrund_hellgrau_EFEFEF_1px.png);
	background-color: #D6D6D6;
	background-position: 0px 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-left: 5px; /* bisher 0.7em */
	margin-right: 6px;
	padding-top: 1px;
	line-height: normal;
	margin-top: 0px;
}
form {
	margin-bottom: 0em;
	margin-top: 0em;
}
.formular_radiobutton {
	width: 30em;
	margin-left: 15em;
	padding: 0em;
	margin-top: 0em;
	background-color: #00FF33;
}
.klientenbefragung_ueberschrift {

	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 1.5em;
	padding-bottom: 0em;
}
.hidden {
	visibility: hidden;
	height: 0em;
	overflow: hidden;

}
.klientenbefragung_feedback_text {
	font-style: italic;
	margin-left: 2em;
}
