body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p.align-left {
	text-align: left;
}
p.align-right {
	text-align: right;
}
p.align-justify {
	text-align: justify;
}
p.align-center {
	text-align: center;
}

/* TABLE STYLES FROM THE EDITOR */
table {
	border-collapse: collapse;
	font-size: 1em;
}
table p {
	padding: 0;
	margin: 0;
}
th, td {
	/*border-spacing: 0 !important;*/
	border: 0;
}
table.stripeRows1,
table.stripeRows2 {
	border-bottom: 1px solid #ebebeb;
}
table.stripeRows1 .odd,
table.stripeRows2 .odd {
	background-color: #ebebeb;
	color: #000;
}
table.stripeRows1 .even,
table.stripeRows2 .even {
	background-color: #fff;
	color: #000;
}
table.stripeRows2,
table.stripeRows2 th,
table.stripeRows2 td {
	border: 1px dotted #b8b8b8;
}
table.border1,
table.border1 th,
table.border1 td {
	border: 1px solid #dadada;
}
table.caption {
	font-size: 1.05em;
	padding-bottom: .15em;
}
table ul {
	padding: 0;
	margin: 0 0 0 1em;
}
table.align-left, tr.align-left, td.align-left {
	text-align: left;
}
table.align-right, tr.align-right, td.align-right {
	text-align: right;
}
table.align-center, tr.align-center, td.align-center {
	text-align: center;
}
table.align-justify, tr.align-justify, td.align-justify {
	text-align: justify;
}

a {
	outline: none;
	color: #036;
}
a:hover {
	color: #09c;
}
a.external-link {
	background: transparent url('/fileadmin/templates/images/ndus-external_link.png') right center no-repeat;
	padding-right: 8px;
}
a.external-link:hover {
	background-image: url('/fileadmin/templates/images/ndus-external_linkH.png');
}
a.download-link {
	background: transparent url('/fileadmin/templates/images/ndus-download_link.png') right center no-repeat;
	padding-right: 10px;
}
a.download-link:hover {
	background-image: url('/fileadmin/templates/images/ndus-download_linkH.png');
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	color: #0055a4;
}
h1, .h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2, .h2 {
	font-size: 1.4em;
	font-weight: bold;
}
h3, .h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4, .h4 {
	font-size: 1.2em;
	font-weight: bold;
}
div.field {
	padding: 0.1em;
}
input,select {
	border: 1px solid gray;
}
div.radio input {
	border: none;
}
fieldset {
	display: inline;
	border: 1px solid gray;
}

ul.toplinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ndgovlink a {
	text-decoration: none;
	border: 0;
	height: 24px;
	display: block;
	background: #cc9 url('/fileadmin/templates/images/banners/ndus-discovernd.gif') top left no-repeat;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid black;

	display: none;
}
#ndgovlink span {
	display: none;
}
div.container {
	width: 746px;
	margin: 0 auto;
	border: 2px solid black;
	background: transparent url('/fileadmin/templates/images/ndus-back.jpg') repeat-y -1px 0;
}
#bannerlink a {
	display: block;
	height: 122px;
	background: #fff url('/fileadmin/templates/images/banners/ndus-mast.png') top center no-repeat;
	text-align: center;
	text-decoration: none;
}
#bannerlink span {
	font-size: 18px;
	color: #0055a4;
	font-family: "Arial Black", Geneva, Impact, Arial, sans-serif;
	position: relative;
	top: 80px;
}

.nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	background-color: #fff;
}
.nav1 li {
	display: inline;
	padding: 5px;
}
.nav1 a {
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
}
.nav1 a:hover {
	color: #0055a4;
}

#content {
	width: 514px;
	padding: 10px;
	float: right;
	background-color: #fff;
	color: #000;
}

.nav3 {
	width: 207px;
	padding: 1em 0;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
.nav3 ul {
	background-color: #0055a4;
	border-top: 1px solid #09c;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav3 ul ul {
border-top: none;
border-bottom: 1px solid #09c;
}
.nav3 ul ul ul {
border-bottom: none;
}
.nav3 li a,
.nav3 li span {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	border-bottom: 1px solid #09c;
}
.nav3 li a:hover,
.nav3 li.cur span {
	background: transparent url('/fileadmin/templates/images/ndus-a_hover.png') 3px 3px no-repeat;
	color: #fff;
}
.nav3 li li a,
.nav3 li li span {
	padding: 5px 25px;
	font-size: 0.85em;
	text-transform: none;
	background-color: #fc6;
	color: #036;
	border-bottom: none;
	font-weight: normal;
}
.nav3 li li a:hover,
.nav3 li li.cur span {
	text-decoration: underline;
	background-color: #fc6;
	background-image: none;
	color: #036;
}
.nav3 li li li a,
.nav3 li li li span {
	padding: 5px 35px;
}


div.footer {
	font-size: 0.9em;
	text-align: right;
	clear: both;
	background-color: #fff;
}
div.footer address {
	text-align: center;
	background-color: #cc6;
	padding: 0.2em;
	font-style: normal;
	height: 1.2em;
}
div.footer address p {
	padding: 0;
	margin: 0;
	color: #000;
}
div.footer div.ft2 {
	padding: 10px;
}
div.footer a {
	text-decoration: none;
}
div.footer ul {
	padding-right: 10px;
}
div.footer li {
	list-style-type: none;
	display: inline;
}
div.footer p {
	color: #888;
	padding: 0;
	margin: 0;
}

div.search_head {
	margin: 1em 0;
}
ul.search_results {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.search_results li {
	margin: 0.7em 0;
	overflow: hidden;
}
ul.search_results div.search_url {
	color: #888;
	font-size: 0.9em;
}
ul.search_results span.search_highlight {
	font-weight: bold;
}
ul.search_paging {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.search_paging li {
	display: inline;
	padding: 0.1em;
}

.hidden {
	display: none;
}
.clearing {
	clear: both;
}

div.beUserMsg {
        text-align: center;
        color: black;
        background-color: #ffa;
        padding: 5px;
        border-bottom: 1px solid gray;
}

#typo3-previewInfo {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
}
