@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}

body {
	background-image: url(../images/layout/page_background.gif);
	background-repeat: repeat;
	height: 100%;
}

h1{
	font-size: 18px;
	color: #fff;
	margin: 12px 0 1.5em 0;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	color: #fff;
	margin: 12px 0 12px 0;
	font-weight: bold;
}

p, table, ul {
	margin: 0 0 1em 0;
}

ul, li{
	list-style-type: none;
}

a, .liNews #divNews a {
	color: #1a181c;
	text-decoration: none;
}

a:hover, .liNews #divNews a:hover {
	color: #fff;
}

hr {
	margin: 0 0 12px 0;
}

/*Klassen*/

a.pfeil {
	padding: 0 0 0 20px;
	background-image: url(/images/icons/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pdf, .npdocicon_pdf {
	padding: 2px 0 2px 20px;
	background-image: url(/images/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.word, .npdocicon_word {
	padding: 2px 0 2px 20px;
	background-image: url(/images/icons/word.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.txtSmall {
	font-size: 9px;
	vertical-align: top;
	padding: 0 0 0 20px;
}
