html {
  min-width: 657px;
}

body {
  margin-top: 5px;
  	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  padding: 0;
  /*font: 11px/16px verdana, arial, helvetica, sans-serif;*/
  font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background: #000 url(../images/wallpaper.jpg) no-repeat center top;*/
}

div.scroll {overflow : auto;}

img {
  border: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #FF3300;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

a.green {
  color: #8cc63f;
}
a.green:hover {
  text-decoration: underline;
}

a.active {
  color: #8cc63f;
}

#content a {
  color: #8cc63f;
}
#content a:hover {
  text-decoration: underline;
}

#content a.white {
  color: #fff;
}
#content a.white:hover {
  color: #8cc63f;
  text-decoration: none;
}

.green {
  color: #8cc63f;
}

ul,
ol,
dl,
dl dt,
dl dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

hr {
  border: none;
  height: 1px;
  border-top: 1px dashed #fff;
  margin: 0;
  padding: 0;
  margin: 6px 0;
}

div#longtext-block{
      width:460px;
      height:400px;
      overflow:hidden;
      float:left;
      border:0px solid #000000;
    }

div#text-block{
      width:460px;
      height:200px;
      overflow:hidden;
      float:left;
      border:0px solid #000000;
    }

div#slide{
       width:5px;
       height:200px;
       float:right;
       margin-left:0px;
       border:0px;
    }
div#slide div#slider{
      width:5px;
      height:60px;
      background-color:#FF3300;
      position:absolute;
      cursor:pointer;
    }
div#slide div#slidebar{
      width:0px;
      height:200px;
      border-right:5px solid #2D2D2D;
    }

.legalnotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

div#longtext-block2{
      width:460px;
      height:800px;
      overflow:hidden;
      float:left;
      border:0px solid #000000;
    }

div#text-block2{
      width:460px;
      height:300px;
      overflow:hidden;
      float:left;
      border:0px solid #000000;
    }

div#slide2{
       width:5px;
       height:300px;
       float:right;
       margin-left:0px;
       border:0px;
    }
div#slide2 div#slider2{
      width:5px;
      height:60px;
      background-color:#FF3300;
      position:absolute;
      cursor:pointer;
    }
div#slide2 div#slidebar2{
      width:0px;
      height:300px;
      border-right:5px solid #2D2D2D;
    }




div#longtext-block3{
      width:460px;
      height:800px;
      overflow:hidden;
      float:left;
      border:0px solid #000000;
    }

div#text-block3{
      width:460px;
      height:360px;
      overflow:hidden;
      float:left;
      border:0px solid #000000;
    }

div#slide3{
       width:5px;
       height:360px;
       float:right;
       margin-left:0px;
       border:0px;
    }
div#slide3 div#slider3{
      width:5px;
      height:60px;
      background-color:#FF3300;
      position:absolute;
      cursor:pointer;
    }
div#slide3 div#slidebar3{
      width:0px;
      height:360px;
      border-right:5px solid #2D2D2D;
    }

.textfield{
	border-color: #999999;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat;
	background-color: #090909;
	cursor: text;
}

.textfield_effect:hover {
border-color: #64acd8;
border-width: 1px;
}
 
.textfield_effect:focus {
border-color: #64acd8;
border-width: 1px;
}

#DemoScroller_Container
{
	height: 5px;
	width: 460px;
	position: relative;
}

#DemoScroller_Content
{
	height: 360px;
	width: 440px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
}

#DemoScroller_ScrollBar
{
	height: 360px;
	width: 10px;
	float: right;
	position: relative;
}

#DemoScroller_GripperContainer
{
	height: 350px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-image: url('track_background.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#DemoScroller_ScrollingArea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	text-align: left;
}


#DemoScroller_UpArrow
{
	height: 7px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}

#DemoScroller_Gripper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 75px;
	cursor: pointer;
	cursor: hand;
}

#DemoScroller_DownArrow
{
	height: 7px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}

#DemoScroller2_Content
{
	height: 360px;
	width: 440px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
}

#DemoScroller2_ScrollBar
{
	height: 360px;
	width: 10px;
	float: right;
	position: relative;
}

#DemoScroller2_GripperContainer
{
	height: 350px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-image: url('track_background.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#DemoScroller3_Content
{
	height: 360px;
	width: 440px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
}

#DemoScroller3_ScrollBar
{
	height: 360px;
	width: 10px;
	float: right;
	position: relative;
}

#DemoScroller3_GripperContainer
{
	height: 350px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-image: url('track_background.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

