/* codefabrik CSS Document */

body{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background-color: #FFFFFF;
}
A:link { 
	 font-size: 10px;
	 line-height: 16px;
	 color: #000000;
	 text-decoration: none;
}
A:visited { 
	 font-size: 10px;
	 line-height: 16px;
	 color: #000000;
	 text-decoration: none;
}
A:active { 
	 font-size: 10px;
	 line-height: 16px;
	 color: #000000;
	 text-decoration: none;
}
A:hover { 
	 font-size: 10px;
	 line-height: 16px;
	 color: #000000;
	 text-decoration: underline;

}
.shiftcontainer{
  position: relative;
  left: 9px; /*Number should match -left shadow depth below*/
  top: 9px; /*Number should match -top shadow depth below*/
}
.shadowcontainer{
  width: 690px; /* container width*/
}
.shadowcontainer .innerdiv{
  /* Add container height here if desired */
	background-image: url(/media/trans.png);
  border: 1px solid gray;
  padding: 10px;
  position: relative;
  left: -9px; /*shadow depth*/
  top: -9px; /*shadow depth*/
}
.shadowcontainer .innerdiv:hoover{
  /* Add container height here if desired */
	background-color: #FFFFFF;
  border: 1px solid gray;
  padding: 10px;
  position: relative;
  left: -9px; /*shadow depth*/
  top: -9px; /*shadow depth*/
}
.text {
font-size: 10px;
color: #000;
margin: 8px 0 10px 0; 
padding:0;
}
.textOrange {
font-size: 10px;
color: #FF9900;
margin: 8px 0 10px 0; 
padding:0;
}
.textBold {
font-size: 10px;
color: #000;
font-weight: bold;
margin: 8px 0 10px 0; 
padding:0;
}