 /*dent8_2 net.css*/

body {
	border:0px;
	background:url(grafik/bodybg.jpg) repeat-x #2c4d55;
     }
.box {
     	width:700px;
     	height:auto;
	border:1px solid #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	background:url(grafik/contbg.jpg) repeat-y;
	margin-top:30px;
	padding:0px;
       }
td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
     }
td.logo {
          font-size:16px;
          font-weight:bold;
          line-height:18px;
          margin:0px;
          height:290px;
          background:url(grafik/dent8_2logo.jpg) no-repeat;
          color:#fff;
          width:700px;
           }
.cap1 {
	font-size:18px;
         font-weight:500;
         color:#2c4d55;
         }
.cap2 {
	font-size:15px;
         font-weight:bold;
         color:#2c4d55;
         }
ul {
	list-style-type:disc;
   }
a:link {
	font-size:15px;
         font-weight:bold;
         color:#2c4d55;
         text-decoration:none;
         }
a:visited {
	font-size:15px;
         font-weight:bold;
         color:#0a2b33;
         text-decoration:none;
         }
a:hover {
	font-size:15px;
         font-weight:bold;
         color:#fff;
         text-transform:none;
         }
a:active {
	font-size:15px;
         font-weight:bold;
         color:#333;
         text-decoration:none;
         }