/* Formatvorlage fuer downloads.php*/
p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}

hr {
 border:			1px dotted #C0C0C0;
}

.fett {
 font-weight:		bold;
}

a {
 font-family:		Verdana, Arial;
 font-size:			1em;
}

/* -------------------- */
/* spezielle Formatierungen */

#tbl_download {
 font-family:		Verdana, Arial;
 font-size:		12px;
 width:			540px;
 margin-top:		25px;
}

	#tbl_download tr {
		vertical-align:top;
	}
	
	#col_download1 {
	 width:                  200px;
	}

	#col_download2 {
	 width:                  340px;
	}

         #tbl_download a {
          color:			#000000;
          text-decoration:	none;
          font-weight:		bold;
         }

         #tbl_download a:hover {
          color:			#800000;
          text-decoration:	underline;
         }

         #tbl_download .size {
          color:			#808080;
          font-size:		10px;
         }

         #tbl_download tr.emtyline {
          height:		15px;
         }
