body {
  text-align: center;
  font-family: arial;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

.disc {
  list-style: disc;
}

h2 {
  font-style: italic;
}


/**
*
*/
div#main {
  width: 800px;
  margin: 0px auto 0px auto;
  text-align: left;
}

/**
* teleknaller
*/
div#teleknaller {
  width: 550px;  
  height: 235px;
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  background-position: top left; 

}

div#teleknaller h1 {
  padding: 0px;
  margin: 0px;
  font-family: arial, impact, tahoma;
  font-style: italic;
  font-size: 17px;
  padding: 150px 0px 0px 240px;
}

/**
* guide
*/
div#guide {
  width: 220px;
  height: 225px;
  float: right;
  text-align: left;
  margin: 120px 0px 0px 0px;
}

/**
* menu
*/
div#nav {
  /* height: 135px; */
  width: 800px;  
}

div#nav ul {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

div#nav ul li {
  float: left;
  width: 115px;
}


div#nav a {
  text-decoration: none;
  color: #000000;
  background: #C4E32D;
  display: block;
  width: 100%;
  line-height: 25px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

div#nav a:hover, div#nav .activelink {
/*
  background: #000000;
  color: #C4E32D;
*/
  color: #000000;
  background: #E6FF33;  
  font-weight: bold;
}



/**
* ratebox
*/
div#ratebox table {
  background: #C4E32D;   
  color: #000000; 
  width: 100%;
}

div#ratebox h5 {
  padding: 0px;
  margin: 0px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

div#ratebox select {
  border: 1px solid #999999;
  width: 99%;
}

div#ratebox input {
  border: 1px solid #999999;
}

/**
* benefits
*/
div#benefits {
  margin: 15px 0px 0px 0px;  
}

div#benefits ul {
  text-align: left;
  list-style: url(../images/check.gif);
  padding: 0px;
  margin: 0px 0px 0px 10px;
}

div#benefits ul li {
  padding: 0px;
  margin: 0px
}

/**
* poll
*/
div#poll {
  
}


div#poll table {
  background: #C4E32D;   
  color: #000000; 
  width: 100%;
  padding: 5px;
}

div#poll h5 {
  padding: 0px;
  margin: 0px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

/**
* card
*/
div#card table {
  background: #C4E32D;   
  color: #000000; 
  width: 100%;
}

div#card h5 {
  padding: 0px;
  margin: 0px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

div#card select {
  border: 1px solid #999999;
  width: 99%;
}

div#card input {
  border: 1px solid #999999;
}


/**
* content
*/
div#content {
  width: 525px;
  float: left;
  display: table;
}

blockquote {
  padding: 0px 14px 14px 14px;
}

div#content table {
  border-collapse: collapse;
}

div#content td {
  padding: 5px;
}

a {

  color: #000000;
  background: inherit;
}

a:hover {
  text-decoration: underline;
}

.odd {
  background: #f0f0f0;
  color: #000000;
}

.even {
  background: #ffffff;
  color: #000000;
}

.over {
  background: #D3E266;
  color: #000000;
}


.range {
  background: #000000;
  color: #C4E32D;
}

.range a {
  text-decoration: none;
  background: inherit;
  color: #c4e32d;
  font-weight: bold;
  font-family: arial;
  font-size: 11px;
}

.range a:hover {
  text-decoration: underline;
}

/**
* steps
*/
ul#steps {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 500px;
}

ul#steps li {
  height: 125px;
}

ul#steps li div {
  padding: 30px 0px 0px 125px;
  font-size: 14px;
}

ul#steps li#one {
  background-image: url(../images/one.gif);
  background-repeat: no-repeat;
}

ul#steps li#two {
  background-image: url(../images/two.gif);
  background-repeat: no-repeat;
}

ul#steps li#three {
  background-image: url(../images/three.gif);
  background-repeat: no-repeat;
}

div#disclaim {
  text-align: center;
  color: #666666;
  font-size: 11px;
}

/**
* footer
*/
div#footer { 
  width: 550px;
  color: #666666;
  background: #ffffff;
  clear: both;
}

div#footer a {
  color: #666666;
  background: #ffffff;
}
