/* -----------------------------------------------------------------------------
   EMBED FONTS
----------------------------------------------------------------------------- */
@font-face 
{
  font-family: "Opel";
  src: local("Opel"), url("/css/fonts/OPELSNRG.TTF") format("truetype");
  font-weight: normal;
}
@font-face 
{
  font-family: "Opel";
  src: local("Opel"), url("/css/fonts/OPELSNBD.TTF") format("truetype");
  font-weight: bold;
}
@font-face 
{
  font-family: "Opel";
  src: local("Opel"), url("/css/fonts/OPELSNIT.TTF") format("truetype");
  font-style: italic;
}

/* -----------------------------------------------------------------------------
   CSS INIT
----------------------------------------------------------------------------- */
/* , sub, sup, */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
  font-size: 13px;
	font-family: Opel, Arial, Helvetica;
	vertical-align: baseline;
	letter-spacing: 0;
}
body {
	line-height: 1px;
	color: #000;
	background: #e0e0e2 url(../img/bg_viewport.jpg) 0 0 repeat-x;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

