body{
padding:0;
margin:0;
font-family:arial;
font-size:13px;
line-height:140%;
background-color:#111111;
color:white;
background-image:url(../img/bg_repeat.jpg);
background-repeat:repeat-y;
background-position:center;
}

html, body{
height:100%;
}

td.left{
padding-top:107px;
}

td.right{
padding:20px;
width:678px;
background-color:#000000;
background-image:url(../img/bg.jpg);
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
}

td.border_left{
background-image:url(../img/border_left_repeat.jpg);
background-repeat:repeat-y;
}

td.border_right{
background-image:url(../img/border_right_repeat.jpg);
background-repeat:repeat-y;
}

td.black_20{
padding:20px;
background-color:#000000;
}

td.black{
padding:0px 12px 0px 12px;
background-color:#000000;
}


h1{
font-weight:bold;
font-size:21px;
color:#7400E8;
}

h2{
font-weight:bold;
font-size:17px;
color:white;
line-height:110%;
}

h3{
font-weight:bold;
font-size:16px;
color:#6DC8F4;
}


select{
background-color:white;
border-style:solid;
border-color:#999999;
border-width:1px;
margin:3px;
padding:3px;
}

input{
height:19px;
background-color:black;
color:white;
padding:3px;
margin:3px;
text-align:left;
border-style:solid;
border-color:#141414;
border-width:1px;
font-weight:normal;
}

input.btn{
height:23px;
background-color:#7400E8;
color:white;
text-align:center;
border: 1px solid white;
font-weight:bold;
font-size:11px;
}

textarea{
font-family:arial;
font-size:12px;
background-color:black;
padding:3px;
border-style:solid;
border-color:#141414;
border-width:1px;
color: white;
}

.pijl{
font-size:9px;
}

img{border:none;}

div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:7px;
width:270px;
}

div#popup a{color: #999999; text-decoration:underline;}
div#popup a:visited{color: #999999; text-decoration:underline;}
div#popup a:hover{color: #999999; text-decoration:none;}

a:link {color: #CCCCCC; text-decoration:none;}
a:visited {color: #CCCCCC; text-decoration:none;}
a:hover {color: white; text-decoration:none;}
a:active {color: #CCCCCC; text-decoration:none;}

a.footer_menu:link {color: #595959; text-decoration:none;}
a.footer_menu:visited {color: #595959; text-decoration:none;}
a.footer_menu:hover {color: white; text-decoration:none;}
a.footer_menu:active {color: #595959; text-decoration:none;}

a.webenhost:link {color: #5F5F5F; text-decoration:none;}
a.webenhost:visited {color: #5F5F5F; text-decoration:none}
a.webenhost:hover {color: white; text-decoration:none;}
a.webenhost:active {color: #5F5F5F; text-decoration:none}

.required{
color: red;
}