body {
        background-color: #0D0D03;
}



h1 { font-family: Verdana,Helvetica, sans-serif;
     font-size: 16px;
     font-weight: 600;
          color: #E6DEB2;
          }

div { font-family: Verdana,Helvetica, sans-serif;
     font-size: 12px;
          color: #E6DEB2;

          }


          div.subtext{ font-family: Verdana,Helvetica, sans-serif;
          text-align: center;
     font-size: 9px;
          color: #E6DEB2;

          }


div.tabelle {
             height:150px;
               width:33%;
                float: left;
}


td {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:22px;
    padding-right:22px;

}


td.frame {

 background-repeat: no-repeat;
 padding: 0px;
 background-position: center;
}
td.frame_lrg {

 background-repeat: no-repeat;

 text-align: center;
 padding: 0px;
 background-position: center;
 background-color: #F9F9F9;
}
a {
        color: Silver;
}

td {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    
}


td.topleft{
	background-image: url(../pic/top_l.gif);
	background-repeat: no-repeat;
}

td.topcenter {
	background-image: url(../pic/top.gif);
	background-repeat: repeat-x;
}

td.topright {
	background-image: url(../pic/top_r.gif);
	background-repeat: no-repeat;
}

td.left {
	
	background-image: url(../pic/left.gif);
	background-repeat: repeat-y;
}

td.picture {
	
	
	background-repeat: no-repeat;
}

td.bottomleft {
	background-image: url(../pic/bottom_l.gif);
	background-repeat: no-repeat;
}

td.bottomright {
	background-image: url(../pic/bottom_r.gif);
	background-repeat: no-repeat;
}
td.bottomcenter {
	background-image: url(../pic/bottom.gif);
	background-repeat: repeat-x;
}
