/* CSS Document */

.ph_pdf,.ph_doc, .ph_ppt,.ph_xls,.ph_mp3,.ph_mp3_player,.ph_xyz,.ph_zip {
	background-repeat:no-repeat;
	padding-left:20px;
}

.ph_pdf {
	background-image:url(/modules/file/icons/application-pdf.png);
	
}
.ph_doc {
	background-image:url(/modules/file/icons/x-office-document.png);
}
.ph_ppt {
	background-image:url(/modules/file/icons/x-office-presentation.png);
}
.ph_xls {
	background-image:url(/modules/file/icons/x-office-spreadsheet.png);
}
.ph_mp3 ,.ph_mp3_player{
	background-image:url(/modules/file/icons/audio-x-generic.png);
}

.ph_xyz {
	background-image:url(/modules/file/icons/application-octet-stream.png);
}
.ph_zip {
	background-image:url(/modules/file/icons/package-x-generic.png);
}

.ph_imgleft {
	float:left;
	margin:0 7px 5px 0;
}
.ph_imgright {
	float:right;
	margin:0 0px 5px 7px;
}

.ph_subtitle {
	color:#666;
	font-size:10px;
	padding:0 0 0 2px;
	margin:0px;
	background-color:whitesmoke;
	font-weight:normal;
}
.ph_imgright img {
	padding:0;
	margin:0;
}

/* Extra Sytlesheets für das fit-Theme  */
.fit_mail,
.fit_extern,
.fit_eps,
.fit_png,
.fit_pdf,
.fit_jpg {
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:24px;
}

.fit_mail {
  background-image: url("/sites/fit-projekte.de/themes/fitprojekte/images/fit-icons/link_mailto.gif");
  padding-left:15px;
}

.fit_extern {
  background-image: url("/sites/fit-projekte.de/themes/fitprojekte/images/fit-icons/link_ext.gif");
  padding-left:12px;
}

.fit_pdf {
  background-image: url("/sites/fit-projekte.de/themes/fitprojekte/images/fit-icons/pdf.gif");
}

.fit_eps {
  background-image: url("/sites/fit-projekte.de/themes/fitprojekte/images/fit-icons/eps.gif");
}

.fit_png {
  background-image: url("/sites/fit-projekte.de/themes/fitprojekte/images/fit-icons/png.gif");
}

.fit_jpg {
  background-image: url("/sites/fit-projekte.de/themes/fitprojekte/images/fit-icons/jpg.gif");
}


.fit_green {
  color:#bec100;
}

.fit_h1 {
	font-family: 'Lekton',sans-serif;
	color: #b31806;
	font-weight: normal;
	font-size: 170%;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.fit_table_dotted {
  border:1px dotted grey;
  width:500px !important;
}