/* Text Style (font family)*/
.fontTahoma		{ font-family: Tahoma, Verdana, Arial, New Times Roman, Sans-Serif;  }
.fontArial		{ font-family: Arial, Verdana, New Times Roman, Sans-Serif; }
.fontVerdana	{ font-family: Verdana, Arial, New Times Roman, Sans-Serif; }
.fontSerif		{ font-family: Sans-Serif, Arial, Verdana, New Times Roman; }
.fontComic		{ font-family: ComicSansMS, Arial, Verdana, New Times Roman, Sans-Serif; }
.fontTimes		{ font-family: New Times Roman, Arial, Verdana, Sans-Serif; }

/* Text Sizes */
.font1  { font-size: 1px; }
.font2  { font-size: 2px; }
.font3  { font-size: 3px; }
.font4  { font-size: 4px; }
.font5  { font-size: 5px; }
.font6  { font-size: 6px; }
.font7  { font-size: 7px; }
.font8  { font-size: 8px; }
.font9  { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }

/* Text Formatting */
.fontBold 			{ font-weight:bold; }
.fontNormal			{ font-weight:normal; }
.fontUnderline	{ text-decoration:underline; }
.fontItalic			{ text-decoration:italic; }
.fontStrike			{ text-decoration:line-through; }
.fontOverline		{ text-decoration:overline; }

/* Colors Text (Foreground) */
.fg000000 { color:#000000; }
.fg0000cc { color:#0000cc; }
.fg009933 { color:#009933; }
.fg009999 { color:#009999; }
.fg113399 { color:#113399; }
.fg2a009f { color:#2a009f; }
.fg333333 { color:#333333; }
.fg33455f { color:#33455f; }
.fg58a5bb	{ color:#58A5BB; }
.fg666666 { color:#666666; }
.fg788fb1 { color:#788fb1; }
.fg8acfe3 { color:#8ACFE3; }
.fg999999 { color:#999999; }
.fg00cccc { color:#00cccc; }
.fgcecece { color:#cecece; }
.fgc0cfe5 { color:#c0cfe5; }
.fgc4c4c4 { color:#c4c4c4; }
.fgcc0000 { color:#cc0000; }
.fgcc6600 { color:#cc6600; }
.fgdcdcdc { color:#dcdcdc; }
.fgdce1f0 { color:#dce1f0; }
.fgdfd9f1 { color:#dfd9f1; }
.fgd9f0e1 { color:#d9f0e1; }
.fgdfdfdf { color:#dfdfdf; }
.fge5e2b5 { color:#e5e2b5; }
.fge7d9d9 { color:#e7d9d9; }
.fge8e6e6 { color:#e8e6e6; }
.fgeef4fc { color:#eef4fc; }
.fgf2f2f2 { color:#f2f2f2; }
.fgf7d9d9 { color:#f7d9d9; }
.fgff9900 { color:#ff9900; }
.fgffa200 { color:#ffa200; }
.fgffeccc { color:#ffeccc; }
.fgfff0d9 { color:#fff0d9; }
.fgffffff { color:#ffffff; }

/* Colors Background */
.bg000000 { background-color:#000000; }
.bg009933 { background-color:#009933; }
.bg009999 { background-color:#009999; }
.bg113399 { background-color:#113399; }
.bg2a009f { background-color:#2a009f; }
.bg333333 { background-color:#333333; }
.bg33455f { background-color:#33455f; }
.bg58a5bb	{ background-color:#58A5BB; }
.bg666666 { background-color:#666666; }
.bg788fb1 { background-color:#788fb1; }
.bg8acfe3 { background-color:#8ACFE3; }
.bg999999 { background-color:#999999; }
.bg00cccc { background-color:#00cccc; }
.bgb9e9e3 { background-color:#b9e9e3; }
.bgcecece { background-color:#cecece; }
.bgcefaff { background-color:#cefaff; }
.bgeeeeee { background-color:#eeeeee; }
.bgc0cfe5 { background-color:#c0cfe5; }
.bgc4c4c4 { background-color:#c4c4c4; }
.bgcc0000 { background-color:#cc0000; }
.bgcc6600 { background-color:#cc6600; }
.bgd1f6f1 { background-color:#d1f6f1; }
.bgdcdcdc { background-color:#dcdcdc; }
.bgdce1f0 { background-color:#dce1f0; }
.bgdfd9f1 { background-color:#dfd9f1; }
.bgd9f0e1 { background-color:#d9f0e1; }
.bgdfdfdf { background-color:#dfdfdf; }
.bge5e2b5 { background-color:#e5e2b5; }
.bge7d9d9 { background-color:#e7d9d9; }
.bge8e6e6 { background-color:#e8e6e6; }
.bgeef4fc { background-color:#eef4fc; }
.bgf2f2f2 { background-color:#f2f2f2; }
.bgf7d9d9 { background-color:#f7d9d9; }
.bgf0f0f0 { background-color:#f0f0f0; }
.bgfafafa { background-color:#fafafa; }
.bgff9900 { background-color:#ff9900; }
.bgffa200 { background-color:#ffa200; }
.bgffeccc { background-color:#ffeccc; }
.bgfff0d9 { background-color:#fff0d9; }
.bgfbdcab { background-color:#fbdcab; }
.bgffffff { background-color:#ffffff; }

/* General Spacer Classes */
.br1  { line-height:1px;  }
.br2  { line-height:2px;  }
.br3  { line-height:3px;  }
.br4  { line-height:4px;  }
.br5  { line-height:5px;  }
.br6  { line-height:6px;  }
.br7  { line-height:7px;  }
.br8  { line-height:8px;  }
.br9  { line-height:9px;  }
.br10 { line-height:10px; }
.br13 { line-height:13px; }
.br15 { line-height:15px; }
.br20 { line-height:20px; }

/* General Spacer Classes : Padding */
.pad0	 			 { padding:0px; }
.pad1	 			 { padding:1px; }
.pad2	 			 { padding:2px; }
.pad3	 			 { padding:3px; }
.pad4	 			 { padding:4px; }
.pad5	 			 { padding:5px; }
.pad6	 			 { padding:6px; }
.pad7	 			 { padding:7px; }
.pad8	 			 { padding:8px; }
.pad9	 			 { padding:9px; }
.pad10 			 { padding:10px; }
.padleft0	   { padding-left:0px; }
.padleft1	   { padding-left:1px; }
.padleft2	   { padding-left:2px; }
.padleft3	   { padding-left:3px; }
.padleft4	   { padding-left:4px; }
.padleft5	   { padding-left:5px; }
.padleft6	   { padding-left:6px; }
.padleft7	   { padding-left:7px; }
.padleft8	 	 { padding-left:8px; }
.padleft9	 	 { padding-left:9px; }
.padleft10 	 { padding-left:10px; }
.padright0	 { padding-right:0px; }
.padright1	 { padding-right:1px; }
.padright2	 { padding-right:2px; }
.padright3	 { padding-right:3px; }
.padright4	 { padding-right:4px; }
.padright5	 { padding-right:5px; }
.padright6	 { padding-right:6px; }
.padright7	 { padding-right:7px; }
.padright8	 { padding-right:8px; }
.padright9	 { padding-right:9px; }
.padright10  { padding-right:10px; }
.padtop0	 	 { padding-top:0px; }
.padtop1	 	 { padding-top:1px; }
.padtop2	 	 { padding-top:2px; }
.padtop3	 	 { padding-top:3px; }
.padtop4	 	 { padding-top:4px; }
.padtop5	 	 { padding-top:5px; }
.padtop6	 	 { padding-top:6px; }
.padtop7	 	 { padding-top:7px; }
.padtop8	 	 { padding-top:8px; }
.padtop9	 	 { padding-top:9px; }
.padtop10 	 { padding-top:10px; }
.padbottom0	 { padding-bottom:0px; }
.padbottom1	 { padding-bottom:1px; }
.padbottom2	 { padding-bottom:2px; }
.padbottom3	 { padding-bottom:3px; }
.padbottom4	 { padding-bottom:4px; }
.padbottom5	 { padding-bottom:5px; }
.padbottom6	 { padding-bottom:6px; }
.padbottom7	 { padding-bottom:7px; }
.padbottom8	 { padding-bottom:8px; }
.padbottom9	 { padding-bottom:9px; }
.padbottom10 { padding-bottom:10px;}

/* Border classes (general) */                  
.border1solid					{ border:1px solid  #333333; 	} 
.border2solid					{ border:2px solid  #333333; 	} 
.border3solid					{ border:3px solid  #333333; 	} 
.border4solid					{ border:4px solid  #333333; 	} 
.border5solid					{ border:5px solid  #333333; 	} 
.border1dotted				{ border:1px dotted #333333; 	} 
.border2dotted				{ border:2px dotted #333333; 	} 
.border3dotted				{ border:3px dotted #333333; 	}
.border4dotted				{ border:4px dotted #333333; 	}
.border5dotted				{ border:5px dotted #333333; 	}
.border1dashed				{ border:1px dashed #333333; 	}
.border2dashed				{ border:2px dashed #333333; 	}
.border3dashed				{ border:3px dashed #333333; 	}
.border4dashed				{ border:4px dashed #333333; 	}
.border5dashed				{ border:5px dashed #333333; 	}
.bordertop1solid			{ border:0px solid  #333333; border-top-width: 1px;	}
.bordertop2solid			{ border:0px solid  #333333; border-top-width: 2px;	}
.bordertop3solid			{ border:0px solid  #333333; border-top-width: 3px;	}
.bordertop4solid			{ border:0px solid  #333333; border-top-width: 4px;	}
.bordertop5solid			{ border:0px solid  #333333; border-top-width: 5px;	}
.bordertop1dotted			{ border:0px dotted #333333; border-top-width: 1px;	}
.bordertop2dotted			{ border:0px dotted #333333; border-top-width: 2px;	}
.bordertop3dotted			{ border:0px dotted #333333; border-top-width: 3px;	}
.bordertop4dotted			{ border:0px dotted #333333; border-top-width: 4px;	}
.bordertop5dotted			{ border:0px dotted #333333; border-top-width: 5px;	}
.bordertop1dashed			{ border:0px dashed #333333; border-top-width: 1px;	}
.bordertop2dashed			{ border:0px dashed #333333; border-top-width: 2px;	}
.bordertop3dashed			{ border:0px dashed #333333; border-top-width: 3px;	}
.bordertop4dashed			{ border:0px dashed #333333; border-top-width: 4px;	}
.bordertop5dashed			{ border:0px dashed #333333; border-top-width: 5px;	}
.borderbottom1solid		{ border:0px solid  #333333; border-bottom-width: 1px;	}
.borderbottom2solid		{ border:0px solid  #333333; border-bottom-width: 2px;	}
.borderbottom3solid		{ border:0px solid  #333333; border-bottom-width: 3px;	}
.borderbottom4solid		{ border:0px solid  #333333; border-bottom-width: 4px;	}
.borderbottom5solid		{ border:0px solid  #333333; border-bottom-width: 5px;	}
.borderbottom1dotted	{ border:0px dotted #333333; border-bottom-width: 1px;	}
.borderbottom2dotted	{ border:0px dotted #333333; border-bottom-width: 2px;	}
.borderbottom3dotted	{ border:0px dotted #333333; border-bottom-width: 3px;	}
.borderbottom4dotted	{ border:0px dotted #333333; border-bottom-width: 4px;	}
.borderbottom5dotted	{ border:0px dotted #333333; border-bottom-width: 5px;	}
.borderbottom1dashed	{ border:0px dashed #333333; border-bottom-width: 1px;	}
.borderbottom2dashed	{ border:0px dashed #333333; border-bottom-width: 2px;	}
.borderbottom3dashed	{ border:0px dashed #333333; border-bottom-width: 3px;	}
.borderbottom4dashed	{ border:0px dashed #333333; border-bottom-width: 4px;	}
.borderbottom5dashed	{ border:0px dashed #333333; border-bottom-width: 5px;	}
.borderleft1solid			{ border:0px solid  #333333; border-left-width: 1px;	}
.borderleft2solid			{ border:0px solid  #333333; border-left-width: 2px;	}
.borderleft3solid			{ border:0px solid  #333333; border-left-width: 3px;	}
.borderleft4solid			{ border:0px solid  #333333; border-left-width: 4px;	}
.borderleft5solid			{ border:0px solid  #333333; border-left-width: 5px;	}
.borderleft1dotted		{ border:0px dotted #333333; border-left-width: 1px;	}
.borderleft2dotted		{ border:0px dotted #333333; border-left-width: 2px;	}
.borderleft3dotted		{ border:0px dotted #333333; border-left-width: 3px;	}
.borderleft4dotted		{ border:0px dotted #333333; border-left-width: 4px;	}
.borderleft5dotted		{ border:0px dotted #333333; border-left-width: 5px;	}
.borderleft1dashed		{ border:0px dashed #333333; border-left-width: 1px;	}
.borderleft2dashed		{ border:0px dashed #333333; border-left-width: 2px;	}
.borderleft3dashed		{ border:0px dashed #333333; border-left-width: 3px;	}
.borderleft4dashed		{ border:0px dashed #333333; border-left-width: 4px;	}
.borderleft5dashed		{ border:0px dashed #333333; border-left-width: 5px;	}
.borderright1solid		{ border:0px solid  #333333; border-right-width: 1px;	}
.borderright2solid		{ border:0px solid  #333333; border-right-width: 2px;	}
.borderright3solid		{ border:0px solid  #333333; border-right-width: 3px;	}
.borderright4solid		{ border:0px solid  #333333; border-right-width: 4px;	}
.borderright5solid		{ border:0px solid  #333333; border-right-width: 5px;	}
.borderright1dotted		{ border:0px dotted #333333; border-right-width: 1px;	}
.borderright2dotted		{ border:0px dotted #333333; border-right-width: 2px;	}
.borderright3dotted		{ border:0px dotted #333333; border-right-width: 3px;	}
.borderright4dotted		{ border:0px dotted #333333; border-right-width: 4px;	}
.borderright5dotted		{ border:0px dotted #333333; border-right-width: 5px;	}
.borderright1dashed		{ border:0px dashed #333333; border-right-width: 1px;	}
.borderright2dashed		{ border:0px dashed #333333; border-right-width: 2px;	}
.borderright3dashed		{ border:0px dashed #333333; border-right-width: 3px;	}
.borderright4dashed		{ border:0px dashed #333333; border-right-width: 4px;	}
.borderright5dashed		{ border:0px dashed #333333; border-right-width: 5px;	}

/* Border classes (colors) */
.borderclr000000 { border-color:#000000; }
.borderclr009933 { border-color:#009933; }
.borderclr009999 { border-color:#009999; }
.borderclr113399 { border-color:#113399; }
.borderclr2a009f { border-color:#2a009f; }
.borderclr333333 { border-color:#333333; }
.borderclr33455f { border-color:#33455f; }
.borderclr666666 { border-color:#666666; }
.borderclr788fb1 { border-color:#788fb1; }
.borderclr999999 { border-color:#999999; }
.borderclr00cccc { border-color:#00cccc; }
.borderclrc0cfe5 { border-color:#c0cfe5; }
.borderclrc4c4c4 { border-color:#c4c4c4; }
.borderclrcc0000 { border-color:#cc0000; }
.borderclrcc6600 { border-color:#cc6600; }
.borderclrdcdcdc { border-color:#dcdcdc; }
.borderclrdce1f0 { border-color:#dce1f0; }
.borderclrdfd9f1 { border-color:#dfd9f1; }
.borderclrd9f0e1 { border-color:#d9f0e1; }
.borderclrdfdfdf { border-color:#dfdfdf; }
.borderclre5e2b5 { border-color:#e5e2b5; }
.borderclre7d9d9 { border-color:#e7d9d9; }
.borderclre8e6e6 { border-color:#e8e6e6; }
.borderclreef4fc { border-color:#eef4fc; }
.borderclrf2f2f2 { border-color:#f2f2f2; }
.borderclrf7d9d9 { border-color:#f7d9d9; }
.borderclrff9900 { border-color:#ff9900; }
.borderclrffa200 { border-color:#ffa200; }
.borderclrffeccc { border-color:#ffeccc; }
.borderclrfff0d9 { border-color:#fff0d9; }
.borderclrffffff { border-color:#ffffff; }

/* Sizing: Width Classes PX */
.w10		{ width: 10px; }
.w20    { width: 20px; }
.w30    { width: 30px; }
.w40    { width: 40px; }
.w50    { width: 50px; }
.w60    { width: 60px; }
.w70    { width: 70px; }
.w80    { width: 80px; }
.w90    { width: 90px; }
.w100   { width: 100px; }
.w110   { width: 110px; }
.w120   { width: 120px; }
.w130   { width: 130px; }
.w140   { width: 140px; }
.w150   { width: 150px; }
.w160   { width: 160px; }
.w170   { width: 170px; }
.w180   { width: 180px; }
.w190   { width: 190px; }
.w200   { width: 200px; }
.w210   { width: 210px; }
.w220   { width: 220px; }
.w230   { width: 230px; }
.w240   { width: 240px; }
.w250   { width: 250px; }
.w260   { width: 260px; }
.w270   { width: 270px; }
.w280   { width: 280px; }
.w290   { width: 290px; }
.w300   { width: 300px; }
.w310   { width: 310px; }
.w320   { width: 320px; }
.w330   { width: 330px; }
.w340   { width: 340px; }
.w350   { width: 350px; }
.w360   { width: 360px; }
.w370   { width: 370px; }
.w380   { width: 380px; }
.w390   { width: 390px; }
.w400   { width: 400px; }
.w410   { width: 410px; }
.w420   { width: 420px; }
.w430   { width: 430px; }
.w440   { width: 440px; }
.w450   { width: 450px; }
.w460   { width: 460px; }
.w470   { width: 470px; }
.w480   { width: 480px; }
.w490   { width: 490px; }
.w500   { width: 500px; }
.w510   { width: 510px; }
.w520   { width: 520px; }
.w530   { width: 530px; }
.w540   { width: 540px; }
.w550   { width: 550px; }
.w560   { width: 560px; }
.w570   { width: 570px; }
.w580   { width: 580px; }
.w590   { width: 590px; }
.w600   { width: 600px; }
.w610   { width: 610px; }
.w620   { width: 620px; }
.w630   { width: 630px; }
.w640   { width: 640px; }
.w650   { width: 650px; }
.w660   { width: 660px; }
.w670   { width: 670px; }
.w680   { width: 680px; }
.w690   { width: 690px; }
.w700   { width: 700px; }
.w710   { width: 710px; }
.w720   { width: 720px; }
.w730   { width: 730px; }
.w740   { width: 740px; }
.w750   { width: 750px; }
.w760   { width: 760px; }
.w770   { width: 770px; }
.w780   { width: 780px; }
.w790   { width: 790px; }
.w800   { width: 800px; }
.w810   { width: 810px; }
.w820   { width: 820px; }
.w830   { width: 830px; }
.w840   { width: 840px; }
.w850   { width: 850px; }
.w860   { width: 860px; }
.w870   { width: 870px; }
.w880   { width: 880px; }
.w890   { width: 890px; }
.w900   { width: 900px; }
.w910   { width: 910px; }
.w920   { width: 920px; }
.w930   { width: 930px; }
.w940   { width: 940px; }
.w950   { width: 950px; }
.w960   { width: 960px; }
.w970   { width: 970px; }
.w980   { width: 980px; }
.w990   { width: 990px; }
.w1000  { width: 1000px; }

/* Sizing: Width Classes % */
.wp10		{ width: 10%; }
.wp20   { width: 20%; }
.wp30   { width: 30%; }
.wp40   { width: 40%; }
.wp50   { width: 50%; }
.wp60   { width: 60%; }
.wp70   { width: 70%; }
.wp80   { width: 80%; }
.wp90   { width: 90%; }
.wp100  { width: 100%; }

/* Sizing: Height Classes PX */
.h10		{ height: 10px; }
.h20    { height: 20px; }
.h30    { height: 30px; }
.h40    { height: 40px; }
.h50    { height: 50px; }
.h60    { height: 60px; }
.h70    { height: 70px; }
.h80    { height: 80px; }
.h90    { height: 90px; }
.h100   { height: 100px; }
.h110   { height: 110px; }
.h120   { height: 120px; }
.h130   { height: 130px; }
.h140   { height: 140px; }
.h150   { height: 150px; }
.h160   { height: 160px; }
.h170   { height: 170px; }
.h180   { height: 180px; }
.h190   { height: 190px; }
.h200   { height: 200px; }
.h210   { height: 210px; }
.h220   { height: 220px; }
.h230   { height: 230px; }
.h240   { height: 240px; }
.h250   { height: 250px; }
.h260   { height: 260px; }
.h270   { height: 270px; }
.h280   { height: 280px; }
.h290   { height: 290px; }
.h300   { height: 300px; }
.h310   { height: 310px; }
.h320   { height: 320px; }
.h330   { height: 330px; }
.h340   { height: 340px; }
.h350   { height: 350px; }
.h360   { height: 360px; }
.h370   { height: 370px; }
.h380   { height: 380px; }
.h390   { height: 390px; }
.h400   { height: 400px; }
.h410   { height: 410px; }
.h420   { height: 420px; }
.h430   { height: 430px; }
.h440   { height: 440px; }
.h450   { height: 450px; }
.h460   { height: 460px; }
.h470   { height: 470px; }
.h480   { height: 480px; }
.h490   { height: 490px; }
.h500   { height: 500px; }
.h510   { height: 510px; }
.h520   { height: 520px; }
.h530   { height: 530px; }
.h540   { height: 540px; }
.h550   { height: 550px; }
.h560   { height: 560px; }
.h570   { height: 570px; }
.h580   { height: 580px; }
.h590   { height: 590px; }
.h600   { height: 600px; }
.h610   { height: 610px; }
.h620   { height: 620px; }
.h630   { height: 630px; }
.h640   { height: 640px; }
.h650   { height: 650px; }
.h660   { height: 660px; }
.h670   { height: 670px; }
.h680   { height: 680px; }
.h690   { height: 690px; }
.h700   { height: 700px; }
.h710   { height: 710px; }
.h720   { height: 720px; }
.h730   { height: 730px; }
.h740   { height: 740px; }
.h750   { height: 750px; }
.h760   { height: 760px; }
.h770   { height: 770px; }
.h780   { height: 780px; }
.h790   { height: 790px; }
.h800   { height: 800px; }
.h810   { height: 810px; }
.h820   { height: 820px; }
.h830   { height: 830px; }
.h840   { height: 840px; }
.h850   { height: 850px; }
.h860   { height: 860px; }
.h870   { height: 870px; }
.h880   { height: 880px; }
.h890   { height: 890px; }
.h900   { height: 900px; }
.h910   { height: 910px; }
.h920   { height: 920px; }
.h930   { height: 930px; }
.h940   { height: 940px; }
.h950   { height: 950px; }
.h960   { height: 960px; }
.h970   { height: 970px; }
.h980   { height: 980px; }
.h990   { height: 990px; }
.h1000  { height: 1000px; }

/* Sizing: Height Classes % */
.hp10		{ height: 10%; }
.hp20   { height: 20%; }
.hp30   { height: 30%; }
.hp40   { height: 40%; }
.hp50   { height: 50%; }
.hp60   { height: 60%; }
.hp70   { height: 70%; }
.hp80   { height: 80%; }
.hp90   { height: 90%; }
.hp100  { height: 100%; }

/* Containers */
.container { overflow:auto; }

/* ERGEBNISLISTEN */

/* Kopf */

.linkMerkliste {
  float        : right;
  margin-right : 10px;
}
.linkNeueSuche {
  float        : right;
}
.ergebnislisteKopf {
  margin-top   : 0px;
}
.ergebnislisteKopfSpalte1 {
  float        : left;
  width        : 9px;
}
.ergebnislisteKopfSpalte2 {
  float        : left;
  width        : 62px;
}
.ergebnislisteKopfSpalte3 {
  float        : left;
  width        : 360px;
}
.ergebnislisteKopfSpalte3_neu {
  float        : left;
  width        : 300px;
}
.ergebnislisteKopfSpalte3_1 {
  float        : left;
  width        : 170px;
  color	: #666666;
}
.ergebnislisteKopfSpalte3_2 {
  float        : left;
  width        : 115px;
  color	: #666666;
  padding-bottom : 2px;
}
.ergebnislisteKopfSpalte3_2b {
  float        : left;
  width        : 190px;
  color	: #666666;
  padding-bottom : 2px;
}
.ergebnislisteKopfSpalte3_3 {
  float        : left;
  width        : 75px;
  color	: #666666;
  padding-bottom : 2px;
}
.ergebnislisteKopfSpalte4 {
  float        : left;
  width        : 10px;
  color		: #666666;
  padding-bottom : 2px;
}

.ergebnislisteGALKopfSpalte1 {
  float        : left;
  width        : 9px;
}
.ergebnislisteGALKopfSpalte2 {
  float        : left;
  width        : 62px;
}
.ergebnislisteGALKopfSpalte3 {
  float        : left;
  width        : 150px;
}
.ergebnislisteGALSpalteSpacer {
  float        : left;
  width        : 9px;
}


/* Liste */

.abstandshalterErgebnislisteAnzeige {
  height : 20px;
  width  : 1px;
}

.ergebnislisteAnzeige {
  border-top-width : 1px;
  border-top-color : #666666;
  border-top-style : solid;
}
.ergebnislisteSpalte1 {
  float        : left;
  width        : 9px;
  padding-top  : 8px;
}
.ergebnislisteSpalte2 {
  float        : left;
  width        : 62px;
  padding-top  : 8px;
}
.ergebnislisteSpalte3 {
  float        : left;
  width        : 360px;
  padding-top  : 8px;
}
.ergebnislisteSpalte3_neu {
  float        : left;
  width        : 300px;
  padding-top  : 8px;
}
.ergebnislisteSpalte3GAL {
  float        : left;
  width        : 154px;
  padding-top  : 8px;
  background-color:#F5F5F5;
}
.ergebnislisteSpalte3_1 {
  float        : left;
  width        : 170px;
  color	: #666666;
  padding-top  : 2px;
}
.ergebnislisteSpalte3_2 {
  float        : left;
  width        : 115px;
  color	: #666666;
}
.ergebnislisteSpalte3_2b {
  float        : left;
  width        : 190px;
  color	: #666666;
  padding-top  : 2px;
}
.ergebnislisteSpalte3_2c {
  float        : left;
  width        : 190px;
  color	: #666666;
  padding-top  : 0px;
}
.ergebnislisteSpalte3_3 {
  float        : left;
  width        : 75px;
  color	: #666666;
}
.ergebnislisteSpalte4 {
  float        : left;
  width        : 10px;
  padding-top  : 8px;
}

.ergebnislisteAnzeigeGAL {
  float:left;
  border-top-width : 1px;
  border-top-color : #666666;
  border-top-style : solid;
}
.ergebnislisteGALSpalte1 {
  float        : left;
  width        : 9px;
  padding-top  : 8px;
}
.ergebnislisteGALSpalte2 {
  float        : left;
  width        : 62px;
  padding-top  : 8px;
}
.ergebnislisteGALSpalte3 {
  float        : left;
  width        : 150px;
  padding-top  : 10px;
}