@CHARSET "ISO-8859-1";

/********************************************************************
 *
 *    Downloads
 *
 ********************************************************************/

ul#dl_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#dl_list li {
	margin: 0 0 12px 0;
	padding: 0 0 0 40px;
	min-height: 32px;
	list-style: none;
	background: url(../icons/unknown.gif) no-repeat;
}

* html ul#dl_list li {
	height: 32px; /* nur für IE 5.5 - 6.x */
}

html+body ul#dl_list li {
	height: 32px; /* nur vom IE 5.0 */
}

ul#dl_list li a {
	margin: 0 ;
	padding: 0 ;
	font-weight: bold;
}

/* Datei - Typen */

ul#dl_list li.font_type1 {
	background: url(../icons/.gif) no-repeat;
}

ul#dl_list li.ps {
	background: url(../icons/.gif) no-repeat;
}

ul#dl_list li.image {
	background: url(../icons/image.gif) no-repeat;
}

ul#dl_list li.java {
	background: url(../icons/java.gif) no-repeat;
}

ul#dl_list li.sound {
	background: url(../icons/sound.gif) no-repeat;
}

ul#dl_list li.bin {
	background: url(../icons/bin.gif) no-repeat;
}

ul#dl_list li.web {
	background: url(../icons/web.gif) no-repeat;
}

ul#dl_list li.movie {
	background: url(../icons/movie.gif) no-repeat;
}

ul#dl_list li.mp3 {
	background: url(../icons/mp3.gif) no-repeat;
}

ul#dl_list li.font_ttf {
	background: url(../icons/font_ttf.gif) no-repeat;
}

ul#dl_list li.leer {
	background: url(../icons/leer.gif) no-repeat;
}

ul#dl_list li.zip {
	background: url(../icons/zip.gif) no-repeat;
}

ul#dl_list li.pdf {
	background: url(../icons/pdf.gif) no-repeat;
}

ul#dl_list li.mov {
	background: url(../icons/mov.gif) no-repeat;
}

ul#dl_list li.txt {
	background: url(../icons/txt.gif) no-repeat;
}

ul#dl_list li.exe {
	background: url(../icons/exe.gif) no-repeat;
}

ul#dl_list li.mdb {
	background: url(../icons/mdb.gif) no-repeat;
}

ul#dl_list li.ppt {
	background: url(../icons/ppt.gif) no-repeat;
}

ul#dl_list li.compr {
	background: url(../icons/compr.gif) no-repeat;
}

ul#dl_list li.doc {
	background: url(../icons/doc.gif) no-repeat;
}

ul#dl_list li.xls {
	background: url(../icons/xls.gif) no-repeat;
}

a#dl_button {
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    border: solid 1px #999;
    background: #efefef;
    color: #333;
}

a:hover#dl_button {
    color: #f00;
}

