/*Mijndomein Voorbeeld CSS*/


/**/
body{
background-color:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
lineheight:150%;
color:#646464;
}
/* Onderstaande css is voor vormgeving van nlplaza.totaldomains.nl */

.TekstTitel
{
font-size:14px;
font-weight:bold;
width:50%;
border-bottom:1px solid black;
}
.Kop
{
font-size:14px;
font-weight:bold;
width:50%;
border-bottom:1px solid black;
}

.SubKop
{
font-size:12px;
font-weight:bold;
width:50%;
padding-top:10px;
padding-bottom:10px
}

input
{
border:1px solid black;
}

.Inlogbox
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
background-color:gray;
}
.Inlogbox td
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:white;
}

.Error
{
color:red;
margin:3px;
}

.Error .Veld
{
}

.Error .Tekst
{
}
.Overzicht
{
background-color:gray;
color:black;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

.Overzicht .Totaal_regel
{
background-color:#eeeeee;
color:red;

border-bottom:1px solid black;

}

.Overzicht .Product_regel
{
background-color:#dedede;
color:blue;
border-bottom:1px solid black;
}

.DomeinTabel .Domeinnaam
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
}

.DomeinTabel .Domeinselectbox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
}

.Gegevensoverzicht
{
font-size:11px;

}
.GegevensOmschr
{
font-weight:bold;
}

/* De rest van de css is voor nlplaza site zelf */

.UitvoerData
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
z-index:255;
position:absolute;
top:110px;
left:10px;
width:75%;
}
.Menubar
{
text-align:right;
background-color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
padding:4px;
position:absolute;
top:85px;
left:0px;
width:100%;
background-image:url(left.JPG);
background-repeat:repeat-y;


}
.Menubar a
{
color:white;

}

.Titel{
z-index:250;
position:absolute;
top:10px;
right:10px;
font-size:70px;
font-family:Arial;
color:gray;
}

.SubTitel{
z-index:255;
position:absolute;
top:60px;
right:10px;
font-size:20px;
font-family:Arial;
color:black;
}