body {
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}

select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 150px;
}

input {
	width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #6A6E62;
}

table {
	margin-top: 5px;
	float: left;
	margin-left: 18px;
	width: 610px;
}

.answers {
	padding-left:175px;
}

textarea {
	border: 1px solid #6A6E62;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.checkbox {
	width: 12px;
	border: 0;
}

.button {
	width: 143px;
	height: 26px;
	border: 0;
	cursor: pointer;
}

img, a, form {
  margin: 0px;
  padding: 0px;
  border: 0;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#iwant {
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.steps {
  margin: 10px 7px 25px 25px;
  padding: 0px;
  width: 640px;
  font-size: 12px;
}

.steps span {
	font-weight: bold;
}

.stepstitle {
	font-size: 22px;
	padding-left: 10px;
	font-weight: normal;
	width: 640px;
	padding-bottom: 15px;
}

.stepstitle span {
	font-size: 16px;
}

.questionhorizontal_normal {
	font-weight: bold;
}

.questionhorizontal {
	font-weight: bold;
	height: 35px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: bottom;
}

.questionhorizontal span {
	color: #6A6E62;
}

.questionhorizontal_remark {
	font-weight: bold;
	vertical-align: bottom;
	height: 45px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: bottom;
}

.questionhorizontal_remark_error {
	font-weight: bold;
	vertical-align: bottom;
	height: 45px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: bottom;
	color: red;
}


.questionhorizontal_remark span {
	color: #6A6E62;
}

.questionhorizontal_error {
	font-weight: bold;
	height: 35px;
	border-bottom: 1px solid red;
	vertical-align: bottom;
	color: red;
}

.resulttable {
	width: 100%;
}

#resulttable_noresults {
	text-decoration: underline;
}

.resultpackage {
	font-weight: bold;
	font-size: 18px;
}

.resultpackage span {
	color: #008000;
}

.resulttablesubhead {
	font-weight: bold;
	background: #B8BFA9;
	text-align: center;
}

.resultcolumn {
	font-weight: bold;
	width: 150px;
	border-bottom: 1px solid #B8BFA9;
	border-right: 1px solid #B8BFA9;
	border-left: 1px solid #B8BFA9;
	text-align: right;
	padding-right: 5px;
}

.resultrow {
	border-bottom: 1px solid #B8BFA9;
	border-right: 1px solid #B8BFA9;
	text-align: center;
}

.advantage {
	color: green;
}

.disadvantage {
	color: red;
}

.order {
	font-weight: bold;
	text-align: center;
	background: #EAECEB;
	border-bottom: 1px solid #B8BFA9;
	border-right: 1px solid #B8BFA9;
	border-left: 1px solid #B8BFA9;
}

.order a {
	color: black;
}

.providerlogo {
	background: white;
	border: 1px solid #B8BFA9;
	text-align: center;
	padding-top: 10px;
}

.headtitle {
	border-right: 1px solid white;
}

#ordernav
{
	font-size: 11px;
	text-align: left;
	padding: 1px;
	margin: 0;
}

#ordernav a
{
	color: #016505;
}

.infotaghead {
	width: 660px;
	font-weight: bold;
	height: 25px;
	font-size: 16px;
	color: #88987E;
	padding-top: 20px;
}

.infotaghead span {
	color: #008000;
	padding-right: 3px;
}

div.pagetitle {
	font-size: 22px;
	padding-left: 25px;
	font-weight: normal;
	width: 650px;
}

.pagetitle h1 {
	font-size: 28px;
	font-weight: normal;
}

div.sitenav {
  margin: 10px 7px 25px 25px;
  padding: 0px;
  width: 610px;
  font-size: 12px;
}

.sitenav span {
	font-weight: bold;
}

.ordererror
{
	background: #F9F8D2;
	height: 40px;
	padding-left: 10px;
	padding-top: 7px;
	vertical-align: middle;
	text-align: left;	
	font-size: 14px;
	border: 1px dashed #077C0A;
	color: red;
	width: 590px;
}

.ordererrortext
{
	font-weight: bold;
	padding-top: 3px;
}

#loading6
{
	width: 100%;
	color: #016505;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	float: left;	
}

.infosubtaghead
{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.remark {
	font-size: 12px;
	font-weight: normal;
	color: #008000;	
}

.label {
	font-style: normal;
	cursor: pointer;
	cursor: hand;
}

.label_over {
	color: green;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.sendergroup {
	font-weight: bold;
	padding-top: 8px;
	padding-left: 3px;
}

.remarkform a
{
	font-size: 11px;
	color: #016505;
	font-weight: normal;
}

.remarkred
{
	color: red;
	height: 10px;
}

div.nieuwsbox2 {
  border: 1px solid #b8bfa9;
  padding: 10px;
  width: 585px;
  float: left;
  margin: 0;
}

.nieuwsbox2 h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.nieuwsbox2 h1 a {
  color: #016505;
}

.nieuwsbox2 h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: black;
}

.nieuwsbox2 h3 {
  margin: 0 0 5px 0px;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: #1da42c;
}

.nieuwsbox2 a{
	color: #016505;
	text-decoration:none;
}

.nieuwsbox2 a:hover{
	color:#1da42c;
	text-decoration:underline;
}

.nieuwsbox2_head {
	float: left;
	width: 510px;
}

.nieuwsbox2_head span
{
	color: green;
}

.nieuwsbox2_index {
	text-align: left;
	width: 700px;
}

.nieuwsbox2_index ul {
  margin: 5px 0 0 40px;
  padding: 0 0 20px 0;
  list-style-image:url(../image/adsl/groen_pijl.gif);
}
.nieuwsbox2_index li {
  padding: 2px 0px; 
}

.nieuwsbox2_foto {
  float: left;
  width: 75px;
  text-align: right;
  padding-top: 5px;
}

.nieuwsbox2_tekst {
  width: 100%;
  float: left;
  display: inline;
  font-size: 13px;
  text-align: justify;
}

.nieuwsbox2_status {
  width: 100%;
  float: left;
  display: inline;
  font-size: 13px;
  text-align: justify;
}

.nieuwsbox2_status a {
  color: black;
}

.nieuwsbox2_tekst span {
  color: #016505;
}

.nieuwsbox2_tekst ul {
  margin: 5px 0 0 10px;
  padding: 0 0 151px 0;
  list-style-image:url(../image/adsl/groen_pijl.gif);
}

.nieuwsbox2_tekst li {
  padding: 2px 0px;
}

.nieuwsbox2_small {
  font-size: 11px;
  float: left;
  padding-top: 15px;
  color: black;
}

.nieuwsbox2_offer {
  font-size: 13px;
  padding: 0;
}

.nieuwsbox2_offer span {
  color: #FF6803;
}

.nieuwsbox2_price2 {
  vertical-align: top;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.nieuwsbox2_price {
  vertical-align: top;
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: bold;
}

.nieuwsbox2_price span {
  font-size: 13px;
}

.nieuwsbox2_bookmarks {
	float: left;
    width: 650px;
    text-align: right;
}

.nieuwsbox2_back {
  width: 300px;
  padding-bottom: 10px;
  float: left;	
  padding-left: 30px;
  padding-top: 5px;
}

.nieuwsbox2_filter {
  width: 360px;
  text-align: right;
  padding-bottom: 10px;
  float: left;
}

.summary {
	width: 665px;
	border: 1px solid #b8bfa9;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	margin-top:2px;
}

.summary span {
	width: 250px;
	font-weight: bold;
	color: #FF6803;
}

.dropdownconnection {
	width:370px;
}

#newadvise {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}

#poweredby {
	text-align: right;
	font-size: 10px;
	color: black;
	padding-bottom: 4px;
	margin-right: 14px;
	color: #7A887B;
}

#poweredby a {
	color: #7A887B;
}

#typeadvise {
	display: inline;
	color: red;
}