/*  =Headings
-------------------------------------------------------*/
h1 {
	FONT-SIZE: 16px;
	COLOR: white;
	FONT-FAMILY: "Courier New", Courier, mono;
	TEXT-ALIGN: left;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	FONT-SIZE: 15px;
	COLOR: #999999;
	FONT-FAMILY: "Courier New", Courier, mono;
	TEXT-ALIGN: left;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
}

h1.nobottom {
	margin-bottom: 2px;
}

h2.subkop {
	FONT-SIZE: 13px;
	font-style: italic;
	COLOR: white;
	FONT-FAMILY: "Courier New", Courier, mono;
	TEXT-ALIGN: left;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:10px;
}

li {
	FONT-SIZE: 14px;
}


/*  =Text
-------------------------------------------------------*/
.txtgr {
    FONT-SIZE: 14px; 
    COLOR: #999999; 
    FONT-FAMILY: "Courier New", Courier, mono; 
    TEXT-ALIGN: left
}

.txtbl {
    FONT-SIZE: 14px; 
    COLOR: #000000; 
    FONT-FAMILY: "Courier New", Courier, mono; 
    TEXT-ALIGN: left
}

.txtrd {
    FONT-SIZE: 14px; 
    COLOR: #ff0000; 
    FONT-FAMILY: "Courier New", Courier, mono; 
    TEXT-ALIGN: left
}
.txtwt {
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: "Courier New", Courier, mono;
    TEXT-ALIGN: left;
    line-height: 150%;
}




/*  =Links
-------------------------------------------------------*/
a{
    FONT-STYLE: normal; 
}

A:link {
    FONT-SIZE: 14px; 
    COLOR: #999999; 
    FONT-STYLE: normal; 
    FONT-FAMILY: "Courier New", Courier, mono;
    TEXT-ALIGN: left
}
A:visited {
    FONT-SIZE: 14px; 
    COLOR: #999999; 
    FONT-STYLE: normal; 
    FONT-FAMILY: "Courier New", Courier, mono; 
    TEXT-ALIGN: left
}

/*  =Divs
-------------------------------------------------------*/
div{
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    z-index: auto;
}

div#maintext {
    height: 337px;
    width: 445px;
    left: 8px;
    top: 170px;
    z-index: 1;
}

div#logindata {
    height: 50px;
    width: 400px;
    left: 300px;
    top: 2px;
}

div#nav0 {
    height: 70px;
    width: 100px;
    left: 10px;
    top: 56px;
}

div#nav1 {
    height: 70px;
    width: 100px;
    left: 130px;
    top: 56px;
}
div#nav2 {
    height: 70px;
    width: 100px;
    left: 250px;
    top: 56px;
}

div#nav3 {
    height: 70px;
    width: 100px;
    left: 370px;
    top: 56px;
}

/*  =Navigation Tables
-------------------------------------------------------*/
table.nav {
    FONT-SIZE: 18px;
    TEXT-ALIGN: left;
}

td.navtab1 {
    height: 16px;
    width: 40px;
}
td.navtab2 {
    height: 16px;
    width: 13px;
}
td.navtab3 {
    height: 16px;
    width: 85px;
}

/*  =Data Tables
-------------------------------------------------------*/
table.datatable{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color:#999999;
	background: #000000;
	margin-top:0px;
	margin-bottom:40px;
}

td.tabdata1, td.tabdata1b {
	width: 165px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 3px; 
	padding-top: 3px; 
}

td.tabdata2, td.tabdata2b  {
	color:white;
	width: 200px;
	text-align: left;
	padding-bottom: 3px; 
	padding-top: 3px; 
}

td.tabdata1b, td.tabdata2b {
	background: #222222;
}

td.headdata1{
	font-weight: bold;
	background: #686868;
	color:white;
	width: 165px;
	text-align: right;
	padding-right: 10px;
	padding-left: 100px;
}

td.headdata2{
	font-weight: bold;
	background: #686868 ;
	color:white;
	width: 200px;
	text-align: left;
}

/*  =Other Tables
-------------------------------------------------------*/
table.domainlist {
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: "Courier New", Courier, mono;
    TEXT-ALIGN: left;
}

td.domain1 {
	height: 18px;
	width: 125px;
	text-align: right;
	padding-right: 10px;

}
td.domain2 {
    height: 18px;
	padding-right: 10px;
    COLOR: red;
}

td.domain3 {
    height: 18px;
    COLOR: #999999;
}

/*  =Form Data
-------------------------------------------------------*/
form {
    color:#FFFFFF;
    FONT-FAMILY: "Courier New", Courier, mono;
    font-size: 28px;
}

table.form1 {
    font-size: 14px;
    COLOR: white;
    FONT-FAMILY: "Courier New", Courier, mono;
    TEXT-ALIGN: left;
}

td.formlabel{
    text-align:right;
    width:165;
	padding-right: 10px;
}

td.forminput{
    text-align:left;
}

input.formbutton {
    BORDER: 0px solid #FFFF00;
    height: 19px;
    color:#001100;
    background: #999999;
    margin-top: 15px;
    margin-bottom: 5px;
	margin-left:270px;
}

input.formtext {
    BORDER: white 0px solid;
	background: #444444;
    COLOR: white;
}

.formblob {
    BORDER: white 0px solid;
	background: #444444;
    COLOR: white;
}

span.formerror{
    color:red;
    font-size: 10px;
}

input.formfile{
    margin-top: 5px;
    width: 200px;
    BORDER: white 0px solid;
	background: #444444;
    COLOR: white;
}

/*  =Email Data
-------------------------------------------------------*/
table.mailoptions {
	font-size: 14px;
	COLOR: white;
	FONT-FAMILY: "Courier New", Courier, mono;
	TEXT-ALIGN: left;
	border-spacing: 10pt 5pt;
}

select.email {
    width: 230px;
	BORDER: white 0px solid;
	background: #444444;
	COLOR: white;   
}

.mailadres {
    padding: 2px;
	width: 230px;
	BORDER: white 0px solid;
	background: #444444;
	COLOR: white;
	overflow: hidden;
	wrap: OFF;
}
