@charset "utf-8";
/* overall */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;}
img{ border:0px;}
h1{ font-size:18px; color:#CC00CC;}
h2{ font-size:16px; color:#CC00CC;}
h3{ font-size:14px; color:#CC33CC;}
/* Divs */
.D_Container{ 
width:900px;
height:670px;
border:1px solid black;}
.D_Header{
width:900px;
height:150px;}
.D_Menu{
width:900px;
height:20px;
font-size:14px;
border-bottom:1px solid black;
}
.D_Contentimg{
background-image:url(/img/cntbg2.png);
background-repeat:no-repeat;
background-position:center;
width:900px;
height:580px;}
.D_Content{
padding:10px;
width:880px;
height:480px;
overflow:auto;}
.D_Footer{
height:20px;
font-size:10px}
/* tables */
.T_Container{
width:900px;}
.T_Footer{
width:900px;
border:0px solid black;
font-size:10px;}
/* text */
.TX_subtext{ font-size:10px;}
.TX_hout{ text-transform:uppercase; color:#28aa15;}
.TX_vuur{ text-transform:uppercase; color:#ff0000;}
.TX_aarde{ text-transform:uppercase; color: #fff000;}
.TX_metaal{ text-transform:uppercase; color: #2582d9;}
.TX_water{ text-transform:uppercase; color: #993399;}
/* misc */
.left{ float:left;}
.right{ float:right;}
.sleft{ float:left; width:50%;}
.sright{ float:right; text-align:right; font-weight:bold;}
.nav{ text-decoration:none;}
.nav_footer{
font-size:9px;
text-decoration:none;}


