/*Eigenschappen van de body, zoals lettertype, achtergrondkleur */
* {
  vertical-align: top;
}

body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

a.whois:link {
	color: #0000FF;
	text-decoration: none;
    font-size: 11px;
}
a.whois:visited {
	text-decoration: none;
	color: #0000FF;
    font-size: 11px;
}
a.whois:hover {
	text-decoration: underline;
	color: #FF0000;
    font-size: 11px;
}
a.whois:active {
	text-decoration: none;
	color: #00FF00;
    font-size: 11px;
}

a.verhuis:link {
	color: #0000FF;
	text-decoration: none;
    font-size: 11px;
}
a.verhuis:visited {
	text-decoration: none;
	color: #0000FF;
    font-size: 11px;
}
a.verhuis:hover {
	text-decoration: underline;
	color: #FF0000;
    font-size: 11px;
}
a.verhuis:active {
	text-decoration: none;
	color: #00FF00;
    font-size: 11px;
}

a.bestel:link {
	color: #00FF00;
	text-decoration: none;
    font-size: 11px;
  	font-style: bold;    
}
a.bestel:visited {
	text-decoration: none;
	color: #00FF00;
    font-size: 11px;
  	font-style: bold;    
}
a.bestel:hover {
	text-decoration: underline;
	color: #00FF00;
    font-size: 11px;
  	font-style: bold;
}
a.bestel:active {
	text-decoration: none;
	color: #00FF00;
    font-size: 11px;
   	font-style: bold;
}

.inputdomein {
    width: 570px;
    font-size: 11px;
    border: 2px solid #000;
    color: #006242;
    padding-left: 1px;
    font-family: Arial, Helvetica, sans-serif;
    valign:middle;
    height:25px;
}

.tdomein {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin: 2px auto 1px auto;
}

.tdzwart1 {
    color: #ffffff;
    background-color: #006242;
    height: 20px;
    width: 30%;
    font-size: 12px;
}

.tdzwart2 {
    color: #ffffff;
    background-color: #006242;
    font-size: 12px;
    width: 40%;
}

.tdzwart3 {
    color: #ffffff;
    background-color: #006242;
    font-size: 12px;
}

.tdzwarttekst {
    margin-top: 2px;
    font-weight: bold;
}

.tdgrijs1 {
    background-color: #f2f2f2;
    width: 30%;
    height: 20px;
}

.tdgrijs2 {
    background-color: #f2f2f2;
}

.tdwit1 {
   color: #000;
   font-size: 13px;
   margin-top: 2px;
   text-transform: uppercase;
}

.tdwit2 {
   color: #006242;
   font-size: 11px;
   margin-top: 2px;
}

.tvalid {
    border: 1px dashed #006242;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.xhtml {
    width: 80px;
    height: 15px;
    border: 0;
}

.css {
    width: 74px;
    height: 15px;
    border: 0;
}

.tdvalid {
    color: #006242;
    font-size: 11px;
}
