 /* Allgemeines */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	color: #5B5B71;
	line-height: 19px;
}
a {
	color: #5B5B71;
	font-weight: bold;
}
img {
	border: 0px;
}
td {
	font-size: 11px;
}
/* input {
	border: 1px solid #969696;
} */

#nl_page {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #969696;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
#nl_page h2 {
	font-size: 12px;
}
#nl_logo {
	text-align: center;
}
#nl_content {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	background: #DCDCDC;
	padding: 20px;
}
#nl_content h1 {
	text-transform: none;
	font-weight: bold;
	font-size: 15px;
	color: #5B5B71;
	line-height: 19px;
}
#nl_content > div:last-child {
	/*opacity: 0.2;*/
	display: none;
}
#nl_footer {
	padding: 40px 20px 50px 20px;
}

.required {
	color: red;
}
ul,
.list {
	list-style-type : none;
	margin-left: 0px;
	padding-left: 0px;
}
ul li,
.list li {
	margin-bottom: 10px;
}
.listdescription {
	margin-top: 4px;
	margin-left: 20px;
}
dd {
	margin-top: 2px;
	margin-left: 20px;
	text-indent: 0px;
}
/* IE6 value */
* html dd { /*\*/ text-inden\t: -40px; /* */}