/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #d4d5e7} /* um 200 aufgehellt nCs */
.neutralColorMedium {background-color: #888cbc} /* um 100 aufgehellt */
.neutralColorStrong {background-color: #8f857b} /* 993333 */
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #008888;}
.secondColorStrong {background-color: #383d42;}
.secondColorMedium {background-color: #86898c;} /* um 100 aufgehellt sCs */
.secondColorLight {background-color: #d4d6d4;} /* um 200 aufgehellt sCs */
.primColorStrong {background-color: #f4f4f7;} /*helles blau, vorher 336699*/
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}
.secndColorLight1 {background-color: #eFE8f0;}








body
{
  background-color: #e5e5e5;
  font-family: verdana, arial, sans-serif;
  color: #4f4b40;
  margin: 10px auto 0px auto;
  font-size: 0.8em;
}

a
{
  color: #005683;
  text-decoration: none;
}



a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
        color: #000000;
	background: url(/misc_/zms/zoom.gif);
	}

#Content a.zoom img.zoom:hover, #Content img:hover, #Content graphic:hover
{
  background-color: white;
  border-right: 1px dotted red;
} 



a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}
