body {
	margin: 0;
    padding:0;
	font-family: "Lucida Sans Unicode", "Tahoma","Arial",sans-serif;
    font-size:0.9em;
    background-image: url(pixel/bg4.png);
    background-repeat: repeat; 
    color: white;
    text-align: center;
}

html, body, div, span, img, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, li, ul, form, label, table, tr, th, td, a {
    outline-style: none;
}

div.heading {
	top:0px;
	left:0px;
	width:100%;
	height:85px;
    background-position: top center;
    text-align: center;

    background: url(pixel/pixel.png) 90% 5px repeat-y transparent;
}

div.logobox{
    width:487px;
    margin:0 auto;
}

div.logobg{
    position:absolute;
    width: 487px;
    height: 78px;
    background-image: url(pixel/logobig.png);
}


div.links{
	top:85px;
	height:24px;
	width:100%;
	text-align: center;
    background-image: url(pixel/barbg.png);
    font-weight: bold;
}

div.links table{
    margin: 0 auto;
}

div.links td{
    background-image: url(pixel/barbg.png);
    font-weight: bold;
    width:130px; 
    text-align:center;
    vertical-align:middle;
    height:24px;
    line-height:    22px;
}

div.links td.hl{
    color: black;
    background-image: url(pixel/barbg_hl.png);
}

div.links td.hl a:link {
    color: black;
}

div.links td.hl a:visited {
    color: black;
}

div.links td.hl a:active {
    color: black;
}

.links td a{
    display: block;
}

td.hovercat :hover{
    background: url(pixel/barbg_hover.png) repeat-x;
    background-position: 0 2px;
}

div.links a:link {
    font-size:10pt;
	letter-spacing:5px;
	text-decoration: none;
	color : #FFFFFF;
}

div.links a:visited{
    font-size:10pt;
    letter-spacing:5px;
    text-decoration: none;
    color : #FFFFFF;
}

div.sublinks{
    border-top-style: none;
   
    font-size:10pt;
    font-weight: bold;
    
	top:0px;
	height:22px;
	width:100%;
    background-image: url(pixel/subbarbg.png);
	text-align:center;
}

div.sublinks a:link{
    font-size:10pt;
    letter-spacing:5px;
    text-decoration: none;
    color : #FFFFFF;
}

div.sublinks a:visited{
    font-size:10pt;
    letter-spacing:5px;
    text-decoration: none;
    color : #FFFFFF;
}

div.sublinks td{
    background-image: url(pixel/subbarbg.png);
    font-weight: bold;
}

div.sublinks td.hl{
    background-color: #a7a673;
    background-image: url(pixel/subbarbg_hl.png);
}

div.content {
	left:0px;
	top:104px;
	bottom:17px;
	width:100%;
    margin: 0 auto;
	margin-top: 0px;
	text-align:center;
	padding-top : 20px;
	vertical-align : middle;
    background: url(pixel/pixel.png);
	background-position: 90% 2px;
	background-repeat: repeat-y;
}

div.container{
    width: 700px;
    margin: 0 auto;
    position:relative;
    margin-bottom: 2px;
    text-align: justify;
}

div.boxtop {
  width: 100%;
  height: 14px;
  background-image: url(pixel/top.png);
}

div.boxmiddle {
  max-width: 700px;
  min-height: 2px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-image: url(pixel/middle.png);
  background-repeat: repeat-y;
}

div.boxbottom {
  width: 100%;
  height: 8px;
  background-image: url(pixel/bottom.png);
}

h2 {
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
}

h4 {
	margin-top: 0px;
}

h5 {
	margin-top: 0px;
}

table{
	font-size: 14px;
}

div.content a:link, a:visited, a:active, a:hover{
    color: #ffb03c;
    font-weight: bold;
	text-decoration:none;
}

input, textarea, button, radio
{
	background-color :#0672c4;
	color: white;
	border : thin solid;
}

div.pixeltyp {
    background-image: url(pixel/typ2.png);
    width: 115px;
    height: 172px;
    left:8%;
    top:200px;
    position:absolute;
}


div.footer {
	position: relative;
	left:0px;
	height:21px;
	width:100%;
	text-align:center;
    color: white;
    font-size:11px;
    font-weight: bold;
    letter-spacing:2px;
    background-image: url(pixel/barbg.png);
    padding-top: 3px;
}

ul{
    padding-left:20pt;
}

ul.metalist{
    line-height:2em;
}

