@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschriften */
h1, h2
{
	padding: 0.4em 0 0.6em 0;
	font-family:Arial, Helvetica, sans-serif;

}

h1
{
	font-size: 24px;
	padding-bottom: 0.5em;
	padding-top: 0.1em;
	color:#004b95;
}

h2, .nptitle
{
	font-size:16px;
	color:#333;
	padding-top:0.8em;
}

h3
{
	padding-bottom:0.2em;
	font-size:14px;
}

.npheadlinetitle
{
	font-size:16px;
}

.npheadlinedate a
{
	font-size:12px;
	text-decoration:none;
}

p, .nptext, .npobject, .npheadlinelead, .npdoctitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

.npheadlinelead
{
	padding-bottom:0.8em;
}
	
#divFoot p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

ul
{
/* Es gibt leider keinen Typ für Striche daher nehmen wir da Zeichen hier weg und nutzen ':before' */
list-style-type:disc;
margin-left: 15px;
padding-left: 0;
padding-bottom:0.8em;
list-style-position:outside;
}

li
{
	font-size:14px;
	line-height:22px;
}
	



/************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	color:#333;
}

a:hover
{
	text-decoration: none;
}

#divContent a
{
	font-size:14px;
	line-height:20px;
}



/************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900;
}

.text-rot
{
	color: #FF0000;
}

.text-blau
{
	color: #0066FF;
}

.text-grau
{
	color: #999;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-blockelement
{
	float: left;
	padding-top: 0.1em;
	text-align: left;
	margin-bottom: 0.5em;
	min-height: 1.6em;
}

.text-einleitung
{
	font-style: italic;
	color: #666;
}



/************************************************************************************/
/* Liste */
.liste
{
}

.liste li
{
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 5px;
	margin-bottom: 3px;
}

.liste li ul li
{
	list-style-position: inside;
	text-indent: 17px;
	list-style-type: none;
}



/************************************************************************************/
/* Icon Links */
a.pdf, .npdocicon_pdf
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/pdf.gif);
	background-repeat: no-repeat;
}

a.doc
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/doc.gif);
	background-repeat: no-repeat;
}

a.ppt
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/ppt.gif);
	background-repeat: no-repeat;
}

a.xls
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/xls.gif);
	background-repeat: no-repeat;
}

a.zip
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/zip.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

a.http
{
	background-image: url(/images/icons/extern_blau.gif);
	background-position: right 0;	
	background-repeat: no-repeat;
	padding-right: 1.3em;
	display: inline-block;
}



/************************************************************************************/
/* Hacks */
/* Für Easy Clearing */
.clearfix
{
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}
