
/*	esc.publisher Klassen  */	

#divPublisher {
width: auto;
background-color: transparent;
}


#divPublisher h2 {
color: #036;
font-size: 13px;
font-weight: bold;
margin: 0px;
padding-top: 4px;	
border: none;
}


hr {
border-top: solid 1px transparent;
border-bottom: dotted 1px #6c3;
border-left: solid 1px transparent;
border-right: solid 1px transparent;
height:1px;
padding-top: 5px;
}

.npdoctitle a {
background-repeat:no-repeat;
padding:2px 0px 1px 20px;
}


.npdoctext {
color: #036;
font-size: 11px;
margin: 0px;
padding: 0px;
}


.npdocicon_pdf {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 5px;
}
.npdocicon_word {
	background-image: url(/images/word.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 5px;	
}
	






