html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, p, div, td, tr, ul, li, a, h1, table, nplead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

body {
/*	height: 100%; */
	margin: 0px;
	background-color: #002764;
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 0;
}


p {
	margin: 0 0 1em 0;
}

ul, li{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

table {
	margin:-1px;
}

#content ul{
	padding: 0 0 12px 0;
}

#content ul li, #content ul li ul li ul li{
	list-style-type: disc;
	margin: 0 0 0 15px;
	list-style-position: outside;
}
#content ul li ul li{
	list-style-type: circle;
	margin: 0 0 0 15px;
	list-style-position: outside;
}

img {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;	
}

a:hover {
	color: #8c8b8d;
}

/*Formular*/
.nlemail {
	border:1px solid #e30000;
	color:#000000;
	padding-top:2px;
	width:200px;
}

.nlsend {
	background-color:#e30000;
	border:1px solid #e30000;
	color:#FFFFFF;
	padding-top:2px;
}

/*News*/
.nptitle {
	font-size:26px;
}

.nplead {
	font-weight:bold;
	padding-bottom:10px;
}

.npheadlinedate a {
	font-size:11px;
	color:#888;
	text-decoration:none;
}

.npheadlinetitle a {
	font-size:14px;
	color:#222;
}

.npheadlinetitle a:hover {
	color:#888;
	text-decoration:none;
}

.npheadlinelead {
	font-size:12px;
	padding:10px 0 20px 0;
}

.npdocicon_pdf {
	background-image:url(/images/icon/img_pdf.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

.npdocicon_zip {
	background-image:url(/images/icon/img_zip.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}


/*Hotnews*/
.newstitle {
	font-size:18px;
	color:#e30000;
}

.nphotnewstitle a {
	font-size:14px;
	color:#222;
	padding:0x 0 10px 0;
	text-decoration:underline;
}

.nphotnewstitle a:hover {
	text-decoration:none;
	color:#888;
}

.nphotnewslead {
	padding:10px 0 0 0;
}

hr {
	margin:0 0 10px 0;
}

/*Forum*/
.forumlinkbold {
	font-weight:bold;
}

.forumlink {
	text-decoration:none;
	color:#666;
}

.forummain {
	background-color:#eee;
	padding-left:5px;
}

.forumfollow {
	font-style:italic;
	padding-left:10px;
	padding-bottom:20px;
}

/*klassen*/
.pdf {
	background-image: url(/images/icon/img_pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}

ul .pdf {
	list-style-type:circle;
}

.pdfliste li {
	list-style-type:none !important;
	background-image:url(/images/icon/img_pdf.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:5px!important;
	margin-bottom:10px!important;
	float:left;
	width:90%
}

.pdfliste li a{
	margin-left:20px !important;
	padding:0 !important;
	float:left;
}

.zip {
	background-image: url(/images/icon/img_zip.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}


.zipliste li {
	list-style-type:none !important;
	background-image:url(/images/icon/img_zip.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:5px!important;
	margin-bottom:10px!important;
	float:left;
}

.zipliste li a{
	margin-left:20px !important;
	padding:0 !important;
	float:left;
}

.excel {
	background-image: url(/images/icon/img_excel.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}

.extern {
	background-image: url(/images/icon/extern_grau.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 15px 0 0;		
}

.fehlt {
	color: #0C0;
	font-weight: bold;
}

#mitgliederliste th {
	text-align:left;
}