﻿@charset "utf-8";
/* ##########SMALL TEXT########## */
.small_text
			{
			  color:#000000;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.small_text:link
			{
			  color:#000099;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.small_text:visited
			{
			  color:#000099;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.small_text:hover
			{
			  color:#CC0000;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:underline;
			}
.small_text:active
			{
			  color:#CC0000;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:underline;
			}

/* ##########SMALL TEXT (BOLD)########## */
.small_text_bold
			{
			  color:#000000;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.small_text_bold:link
			{
			  color:#000099;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.small_text_bold:visited
			{
			  color:#000099;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.small_text_bold:hover
			{
			  color:#CC0000;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:underline;
			  font-weight:bold;
			}
.small_text_bold:active
			{
			  color:#CC0000;
			  font:10px Verdana, Arial, monospace;
			  text-decoration:underline;
			  font-weight:bold;
			}


/* ##########NORMAL TEXT########## */
.normal_text
			{
			  color:#000000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.normal_text:link
			{
			  color:#000099;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.normal_text:visited
			{
			  color:#000099;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.normal_text:hover
			{
			  color:#CC0000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:underline;
			}
.normal_text:active
			{
			  color:#CC0000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:underline;
			}

/* ##########NORMAL TEXT (BOLD)########## */
.normal_text_bold
			{
			  color:#000000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.normal_text_bold:link
			{
			  color:#000099;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.normal_text_bold:visited
			{
			  color:#000099;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.normal_text_bold:hover
			{
			  color:#CC0000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:underline;
			  font-weight:bold;
			}
.normal_text_bold:active
			{
			  color:#CC0000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:underline;
			  font-weight:bold;
			}


/* ##########NORMAL TEXT (COLORED)########## */
.normal_text_grey
			{
			  color:#AAAAAA;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			}

.normal_text_red
			{
			  color:#FF0000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.normal_text_red_bold
			{
			  color:#FF0000;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}


.normal_text_white_bold
			{
			  color:#FFFFFF;
			  font:13px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}

.large_text_white_bold
			{
			  color:#FFFFFF;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}


/* ##########LARGE TEXT########## */
.large_text
			{
			  color:#000000;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.large_text:link
			{
			  color:#000099;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.large_text:visited
			{
			  color:#000099;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			}
.large_text:hover
			{
			  color:#CC0000;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:underline;
			}
.large_text:active
			{
			  color:#CC0000;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:underline;
			}

/* ##########LARGE TEXT (BOLD)########## */
.large_text_bold
			{
			  color:#000000;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.large_text_bold:link
			{
			  color:#000099;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.large_text_bold:visited
			{
			  color:#000099;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:none;
			  font-weight:bold;
			}
.large_text_bold:hover
			{
			  color:#CC0000;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:underline;
			  font-weight:bold;
			}
.large_text_bold:active
			{
			  color:#CC0000;
			  font:16px Verdana, Arial, monospace;
			  text-decoration:underline;
			  font-weight:bold;
			}

/* ##########OTHER STYLESHEET VARIABLES########## */
.maxheight
			{
			  height:100%;
			}
.borderdarkblue
			{
			border:1px solid #000066;
			}


/* ##########DEFAULT DOCUMENT STYLESHEET VARIABLES########## */
body
			{
			  margin-top: 0px;
			  margin-left: 0px;
			  margin-right: 0px;
			  margin-bottom: 0px;
			}

.hosting_title		{
			  c/olor:#463f70;
  			  color:#211756;
			  font:23px Verdana, Arial, monospace;
			  font-weight:bold;
			  text-align:center;
			}

#hosting_bundles
			{
			  color:#ffffff;
			  font:13px Verdana, Arial, monospace;
			  background-image:url(/images/content/hosting_bundles.gif);
			  background-repeat:no-repeat;
  			  text-align:center;
			  //b/ackground-repeat:no-repeat;
			  //h/eight:330px;
			}
#hosting_bundles thead b
			{
			  font:23px Verdana, Arial, monospace;
			  font-weight:bold;
			}

#hosting_domainnames
			{
			  color:#ffffff;
			  font:13px Verdana, Arial, monospace;
			  background-image:url(/images/content/hosting_domainnames.gif);
			  background-repeat:no-repeat;
  			  text-align:center;
			  //b/ackground-repeat:no-repeat;
			  //h/eight:330px;
			}
#hosting_domainnames thead b
			{
			  font:23px Verdana, Arial, monospace;
			  font-weight:bold;
			}
.hosting_leftside
			{
			  font:13px Verdana, Arial, monospace;
			  font-weight:bold;
			  text-align:right;
			}
.large_price_bold
			{
			  font:23px Verdana, Arial, monospace;
			  font-weight:bold;
			  font-style:italic;
			}
.small_note
			{
			  font:8px Verdana, Arial, monospace;
			  font-style:italic;
			  text-align:right;
			}



#hostingaanvraag_formulier1
			{
			  background-image:url(/images/content/hostingrequestform1.gif);
			  background-repeat:no-repeat;
			  height:330px;
			  //f/ont:13px Verdana, Arial, monospace;
			}

#hostingaanvraag_formulier1 h2
			{
			  color:#FFFFFF;
			  font:16px Verdana, Arial, monospace;
			  font-weight:bold;
			}


/* ##########OTHER (OLD BUT STILL USING) STYLES########## */
.dslaanvraag		{color:#000099; text-decoration:none; cursor:default;}
.dslaanvraag:visited	{color:#000099; text-decoration:none; cursor:default;}
.dslaanvraag:active	{color:#000099; text-decoration:underline; cursor:default;}
.dslaanvraag:hover	{color:#000099; text-decoration:underline; cursor:default;}

