//                                        //
//        d10.css (c) 2002 d10.net        //
//                                        //


a          		{color: black; text-decoration: none;}

a:link     		{color: black; text-decoration: underline;}
a:visited 		{color: black; text-decoration: underline;}
a:hover    		{color: CC0000; text-decoration: none;}
a:active   		{color: black; text-decoration: underline;}

a.black:link	{color: black; text-decoration: none;}
a.black:visited	{color: black; text-decoration: none;}
a.black:hover	{color: CC0000; text-decoration: none;}
a.black:active	{color: black; text-decoration: none;}

a.navigation:link		{color: 002D54; font-family: Verdana; font-size: 8pt; text-decoration: none;}
a.navigation:visited	{color: 002D54; font-family: Verdana; font-size: 8pt; text-decoration: none;}
a.navigation:hover		{color: CC0000; font-family: Verdana; font-size: 8pt; text-decoration: none;}
a.navigation:active		{color: 002D54; font-family: Verdana; font-size: 8pt; text-decoration: none;}

a.navired:link		{color: CC0000; font-family: Verdana; font-size: 8pt; text-decoration: none;}
a.navired:visited	{color: CC0000; font-family: Verdana; font-size: 8pt; text-decoration: none;}
a.navired:hover		{color: CC0000; font-family: Verdana; font-size: 8pt; text-decoration: none;}
a.navired:active	{color: CC0000; font-family: Verdana; font-size: 8pt; text-decoration: none;}

font.mini		{color: black; font-family: Verdana; font-size: 5pt;}
font.small		{color: black; font-family: Verdana; font-size: 7pt;}
font.redsmall	{color: CC0000; font-family: Verdana; font-size: 7pt;}
font.medium		{color: black; font-family: Verdana; font-size: 8pt;}
font.text 		{color: black; font-family: Verdana; font-size: 10pt;}
font.red 		{color: CC0000; font-family: Verdana; font-size: 10pt;}
font.white 		{color: white; font-family: Verdana; font-size: 10pt;}
font.headline	{color: black; font-family: Verdana; font-size: 10pt; font-weight: bold;}

input			{color: black; font-family: Verdana; font-size: 9pt;}
input.black		{color: black; font-family: Verdana; font-size: 9pt;}
textarea		{color: black; font-family: Verdana; font-size: 9pt;}
select			{color: black; font-family: Verdana; font-size: 9pt;}

/* Style für das w3script Domainabfrage-Tool */

body        {
        font-family: Verdana;
        color:black;
        font-size: 10pt;
        margin:0px;
        text-align:center;
        background-color:#E6E7EB;
}


table        {
        margin:0px;
        width:410px;
        border : 0;
        padding : 0;
		background-color:white;
}

td                {
        vertical-align:top;
        text-align:left;
        font-size: 10pt;
}

td.middle         {
        vertical-align:middle;
        text-align:left;
        font-size: 10pt;
}

th                {
        vertical-align:top;
        text-align:left;
        font-size: 10pt;
        background-color: #C7CFDC;
        color: Black;
}

h1                 {
        font-family: Verdana;
        font-size: 10pt;
        font-weight:bold;
        margin-bottom:10px;
}

h2                 {
        font-family: Verdana;
        font-size: 10pt;
        font-weight:bold;
        margin-bottom:10px;
}

.mini {
        font-size: 8pt;
}

.error {
        font-size: 10pt;
        color:#ff0000;
        font-weight : bold;
}

.foreign { 
		font-size:8pt;
}

