html { 
  height:100%;
}
body {
  background-color: #3B0F10;
  background-image: url(bg_04.jpg);	
  background-position: top;	
  background-repeat: repeat-x;
  text-align: center;
  margin: 0px; padding: 0px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
  height: 100%;
}
#center {
	position:absolute;
	top:25px;
	left:50%;
	width:900px;
	left:50%;
	margin-left:-470px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#tabel {
  border-collapse: collapse;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
  border: 4px;
  border-style: solid;
  border-color: white;
	width: 900px;
	background-color: #000;
}
td {
  margin: 0px; padding: 5px;
	line-height: 1.5;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
  height: 100%;
}
td.td1 a:link,td.td1 a:hover,td.td1 a:visited{
	font-size: 11px;
  color: #FFF;
  text-decoration: none;
}
td.td1 {
	font-size: 11px;
	font-family: Helvetica, Geneva, Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 5px;
  background-image: url(images/bg02.gif);	
  background-position: center;
  background-repeat: repeat-x;
  border: 1px;
  border-style: solid;
  border-color: white;
  height: 30px;
  vertical-align: top;
}
td.td2 {
	font-size: 12px;
  padding: 5px 5px 10px 10px;
	background-color: #1E1E1E;
  border: 1px;
  border-style: solid;
  border-color: white;
  vertical-align: top;
  height: 250px;
}
td.td3 {
	background-color: #FFF;
  border: 1px;
  border-style: solid;
  border-color: white;
}
ul {
  margin-top: 0px;
}
li {
  list-style: square;
}
img { border-color: black; }
input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  background-image: url(images/tb_back.gif);
  background-color: #f5f5f5;
  padding: 1px 3px 0px;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: white;
  z-index: 5;
}

input.korvi {
  border: 0px;
  height: 18px;
}

input.radio {
  background-image: none;
  background-color: #f5f5f5;
  color: #000000;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  background-image: url(images/tb_back_txt.gif);
  background-color: #f5f5f5;
  padding: 2px 2px 2px;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #999999;
  z-index: 5;
}

a:link,a:visited {color: #999900; text-decoration: none; font-weight: bold; font-style: normal;}
a:hover {text-decoration: underline; font-weight: bold; font-style: normal;}

/*FancyZoom*/
#ShadowBox tr, #ShadowBox td, #ZoomCapDiv tr, #ZoomCapDiv td
  {
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0px;
  padding:0;
  height: auto;
  vertical-align: middle;
  }
  #ShadowBox table, #ZoomCapDiv table
  {
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding: 0px;
  border-collapse: separate;
  margin:0;
  height: 100%;
  }
  #ZoomBox
  {
  margin: -1px;
  }
