/* global settings */ 


/* links: double points are always bold, except global navigation within header */
.pointsWhite, a.pointsWhite, a.pointsWhite:link, a.pointsWhite:active, a.pointsWhite:visited, a.pointsWhite:hover, a.pointsWhite:focus {color:#ffffff; font-weight:bold; text-decoration:none;}
.pointsMagenta, a.pointsMagenta, a.pointsMagenta:link, a.pointsMagenta:active, a.pointsMagenta:visited, a.pointsMagenta:hover, a.pointsMagenta:focus {color:#e20074; font-weight:bold; text-decoration:none;}
.pointsGray, a.pointsGray, a.pointsGray:link, a.pointsGray:active, a.pointsGray:visited, a.pointsGray:hover, a.pointsGray:focus  {color:#bfbfbf; font-weight:bold; text-decoration:none;}
.pointsDarkGray, a.pointsDarkGray, a.pointsDarkGray:link, a.pointsDarkGray:active, a.pointsDarkGray:visited, a.pointsDarkGray:hover, a.pointsDarkGray:focus {color:#adadad; font-weight:bold; text-decoration:none;}

/* links: text */
.linkUnderline, a.linkUnderline, a.linkUnderline:link, a.linkUnderline:active, a.linkUnderline:visited, a.linkUnderline:hover, a.linkUnderline:focus {color:#000000; text-decoration:underline;}
.linkWhite, a.linkWhite, a.linkWhite:link, a.linkWhite:active, a.linkWhite:visited, a.linkWhite:hover, a.linkWhite:focus {color:#ffffff; text-decoration:none;}
.linkBoldWhite, a.linkBoldWhite, a.linkBoldWhite:link, a.linkBoldWhite:active, a.linkBoldWhite:visited, a.linkBoldWhite:hover, a.linkBoldWhite:focus {color:#ffffff; font-weight:bold; text-decoration:none;}
.linkBoldMagenta, a.linkBoldMagenta, a.linkBoldMagenta:link, a.linkBoldMagenta:active, a.linkBoldMagenta:visited, a.linkBoldMagenta:hover, a.linkBoldMagenta:focus {color:#e20074; font-weight:bold; text-decoration:none;}

.linkBoldGray, a.linkBoldGray, a.linkBoldGray1:link, a.linkBoldGray:active, a.linkBoldGray:visited, a.linkBoldGray:hover, a.linkBoldGray:focus {color:#626262; font-weight:bold; text-decoration:none;}
.linkBoldDarkGray, a.linkBoldDarkGray, a.linkBoldDarkGray:link, a.linkBoldDarkGray:active, a.linkBoldDarkGray:visited, a.linkBoldDarkGray:hover, a.linkBoldDarkGray:focus {color:#3d3d3d; font-weight:bold; text-decoration:none;}

 /* position tracker, used as link and pure text */
.breadcrumb, a.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited, a.breadcrumb:hover, a.breadcrumb:focus {color:#3d3d3d; text-decoration:none;}

/* special underlined hoovered link */
a.linkLineHover {color:#000000;text-decoration:none;}
a.linkLineHover:hover { color:#000000;text-decoration:underline; }
a.linkLineHover:visited { color:#000000;text-decoration:none; }

/* visited- und hover-Version */
a.linkBoldDarkGray1, 
a.linkBoldDarkGray1:active, 
a.linkBoldDarkGray1:link {color:#3d3d3d; font-weight:bold; text-decoration:none;}
a.linkBoldDarkGray1:visited {color:#999999; font-weight:bold; text-decoration:none;}
a.linkBoldDarkGray1:hover,
a.linkBoldDarkGray1:focus {color:#3d3d3d; font-weight:bold; text-decoration:underline;}
 
a.linkBoldGray1, 
a.linkBoldGray1:active, 
a.linkBoldGray1:link {color:#626262; font-weight:bold; text-decoration:none;}
a.linkBoldGray1:visited {color:#999999; font-weight:bold; text-decoration:none;}
a.linkBoldGray1:hover, 
a.linkBoldGray1:focus {color:#626262; font-weight:bold; text-decoration:underline;}

/* text: default text for assigning if default-size is other than 12 */
.text12 {font-size:12px;}

/* text: default text but another size */
.text10 {font-size:10px;}

/* text: default text but another color */
.textMagenta {color:#e20074;}

/* text bold: used only as pure text and not as links */
.textBold {font-weight:bold;}
.textBoldWhite {color:#ffffff; font-weight:bold;}
.textBoldMagenta {color:#e20074; font-weight:bold;}
.textBoldGray {color:#626262; font-weight:bold;}
.textBoldDarkGray {color:#3d3d3d; font-weight:bold;}

/* bgcolors */
.bgWhite, td.bgWhite {background-color:#ffffff;}

.bgGray1, td.bgGray1 {background-color:#f5f5f5;}
.bgGray2, td.bgGray2 {background-color:#eaeaea;} /* old: e6e6e6 */
.bgGray3, td.bgGray3 {background-color:#e0e0e0;}
.bgGray4, td.bgGray4 {background-color:#d9d9d9;}
.bgGray5, td.bgGray5 {background-color:#bfbfbf;} /* old: c3c3c3 or c4c4c4 */
.bgGray6, td.bgGray6 {background-color:#adadad;} /* not used as bgcolor yet */
.bgGray7, td.bgGray7 {background-color:#626262;} /* not used as bgcolor yet */
.bgGray8, td.bgGray8 {background-color:#3d3d3d;} /* not used as bgcolor yet */

/* bgGray9 is only used in "Rechnungsbeileger" */ 
.bgGray9, td.bgGray9 {background-color:#c1c1c1;} 


.bgBlack, td.bgBlack {background-color:#000000;} /* not used as bgcolor yet */

.bgLiteGreen, td.bgLiteGreen {background-color:#c6ead0;}
.bgGreen, td.bgGreen {background-color:#5daf6c;}
.bgMoreLiteOrange, td.bgMoreLiteOrange {background-color:#fde7ca}
.bgLiteOrange, td.bgLiteOrange {background-color:#ffd8a6;}
.bgOrange, td.bgOrange {background-color:#ff9000;}
.bgLiteBlue, td.bgLiteBlue {background-color:#c1c9ef;}
.bgBlue, td.bgBlue {background-color:#7580ba;}
.bgLiteMagenta, td.bgLiteMagenta {background-color:#e1d5da;}
.bgMagenta, td.bgMagenta {background-color:#e20074;}

/* classes ONLY USED in CMS - numbered styles for (main) categories background color */
.Category, a.Category, td.Category {background-color:#ffffff;}
.Category1, a.Category1, td.Category1 {background-color:#ff9000;}
.Category2, a.Category2, td.Category2 {background-color:#7580ba;}
.Category3, a.Category3, td.Category3 {background-color:#5daf6c;}

.Category_11,a.Category_11,td.Category_11 {background-color:#ffd8a6;}
.Category_21,a.Category_21,td.Category_21 {background-color:#c1c9ef;}
.Category_31,a.Category_31,td.Category_31 {background-color:#c6ead0;}

/* form fields */
/* 
nur zeitweise eingebettet:
  Hier sind die Angaben: 
  
  input20 =&gt; size=1 
  input40 =&gt; size=2
  input62 =&gt; size=3 
  input80 =&gt; size=4
  input95 =&gt; size=6
  input100 =&gt; size=7
  input120 =&gt; size=9 
  input130 =&gt; size=??
  input153 =&gt; size=12 
  input155 =&gt; size=12 
  input160 =&gt; size=12 
  input170 =&gt; size=13
  input175 =&gt; size=14
  input190 =&gt; size=15
  input220 =&gt; size=19 
  input230 =&gt; size=19
  input240 =&gt; size=?? 

  input270 =&gt; size=13
  
  Diese Angaben sind NS 4.7 getestet. 
  NS 6.x &uuml;bernimmt Style-Einstellungen. 
*/

.input20 {width:20px;}
.input40 {width:40px;}
.input62 {width:62px;}
.input80 {width:80px;}
.input95 {width:95px;}
.input100 {width:100px;}
.input120 {width:120px;font-size:11px;}
.input130 {width:130px;}

.input153 {width:153px;}
.input155 {width:155px;}
.input158 {width:158px;font-size:11px;}
.input160 {width:160px;}
.input170 {width:170px;}
.input175 {width:175px;}
.input175bgGray1, input.input175bgGray1 {width:175px;background-color:#f5f5f5;} 
.input190 {width:190px;}
.input220 {width:220px;}
.input230 {width:230px;}
.input240 {width:240px;} 
.input270 {width:270px;}
.input278 {width:278px;}

/*
ergaenzt fuer T-Com:
*/
.input140 {width:140px;} 

.input50 {width:50px;} 
.bgSmall {background-color:#f3efd7;}
.bgSmallHL {background-color:#eee8c6;}
.bgPrivat {background-color:#d0e7f2;}
.bgPrivatHL {background-color:#bbddec;}
.bgBusiness {background-color:#d7d7d7;}
.bgBusinessHL {background-color:#c4c4c4;}
.bgAktion {background-color:#d7e6ed;}

.linkBlack, a.linkBlack, a.linkBlack:link, a.linkBlack:active, a.linkBlack:visited, a.linkBlack:hover, a.linkBlack:focus {color:#000000; text-decoration:none;}
.linkLightGray, a.linkLightGray, a.linkLightGray:link, a.linkLightGray:active, a.linkLightGray:visited, a.linkLightGray:hover, a.linkLightGray:focus {color:#9e9e9e; text-decoration:none;}
.linkMagenta, a.linkMagenta, a.linkMagenta:link, a.linkMagenta:active, a.linkMagenta:visited, a.linkMagenta:hover, a.linkMagenta:focus {color:#e20074; text-decoration:none;}

.linkNoColor, a.linkNoColor, a.linkNoColor:link, a.linkNoColor:active, a.linkNoColor:visited, a.linkNoColor:hover, a.linkNoColor:focus {text-decoration:none;}

.linkBoldNoColor, a.linkBoldNoColor, a.linkBoldNoColor:link, a.linkBoldNoColor:active, a.linkBoldNoColor:visited, a.linkBoldNoColor:hover, a.linkBoldNoColor:focus {font-weight:bold; text-decoration:none;}

.textMagenta18 {color:#e20074; font-size:18px;}
.textBlack18 {color:#000000; font-size:18px;}
.textGray {color:#626262;}
.textGray18 {color:#626262; font-size:18px;}

.text9 {font-size:9px;}
.text8 {font-size:8px;}

/*
ergaenzt fuer IFA Special (T-Com):
*/
.bgGreenIFA {background-color:#158D4F;}
.bgGrayIFA {background-color:#f2f6f7;}


/* Styles fuer den DHTML Layer */
.popupWnd {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  border: 1px solid #000000;
  background-color:#eaeaea;
  font-family:arial,geneva,helvetica; font-size:12px; color:#000000;
}

.popupTitle {
  border-bottom: 1px solid #000000;
}

.closeBtt {
  border-left: 1px solid #bfbfbf;
}

