/* *** Basic Stuff *** */

BODY { font-size: 75%; }
TABLE { font-size: 100%; }

BODY, TABLE
{
	font-family : Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
BODY { background-color: #FEFECC; }

H1 { font-size: 177%; }
H2 { font-size: 133%; margin-top: 0px; }
H3 { font-size: 111%; }
H4 { font-size: 100%; }

BR.break { display: none; }

IMG { border: none; }
/*
 *		Hide
 */

#shadow, .borderBottomRight, .wappen,
.basisHeaderTitle, .basisHeaderClaim, .imageContainerRight,
.imageRightCaption, .imageContainerMiddle, #Header IMG, #FooterInfo,
HR.divider
{ display: none; }
#Main {
	background-image: none !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	}
#Outer {
	background-image: none !important;
	padding-top: 0px !important;
	}
/*
 * Links
 */
A:link    { color:#296E4B; text-decoration:none; }
A:visited { color:#296E4B; text-decoration:none; }
A:focus   { color:#296E4B; text-decoration: underline; }
A:hover   { color:#296E4B; text-decoration: underline; }
A:active  { color:#296E4B; }


A.entry
{
	font-weight: bold;
	display: block;
}

A.enabledTreeEntry
{
	font-size: 88%;
	color: #992222;
}
A.enabledTreeEntry:hover { color: red; }

A.disabledTreeEntry
{
	font-size: 88%;
	color: gray;
}

/* The path of an entry in the Contents form */
.pathLink {}
#PathLink {
	margin: 0px 3.1em 22px 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(/Bitmaps/Layout/border/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
A.pathLink { }
A.pathLink:hover { color: white; background-color: #7EA792; }

A.small:link { color: gray; }

A.inactive,
A.inactive {
	color: silver;
}

A.arrow {
	background-image: url(/Bitmaps/Arrow/Item.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
}
A.arrow:hover {
	background-image: url(/Bitmaps/Arrow/ItemX.gif);
}

A.smallArrow {
	font-size: 88%;
	background-image: url(/Bitmaps/Arrow/SmallRight.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

A.onlineHelp {
	color: black;
	background-image: url(/Bitmaps/etc/ContextHelp.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
A.onlineHelp:hover {
	color: red;
}


#Outer {
    background-color: #ffffff      /* center column colour */
}

#Main {
	width: 100%;
	background-color: #e3e7d8;
	padding: 7px;
}
#InnerMain {
	width: 95%;
}

.toContent
{
	margin-bottom: 14px;
}

#MainLogo { display: none; }

A.item, A.subitem {
	color: black;
	font-size: 122%;
	font-weight: bold;
	padding-right: 14px;
}
A.item:hover, A.subitem:hover, A.systemItem:hover {	color: red; }

A.subitem {
	font-size: 111%;
	padding-right: 14px;
}

.outerSystemItem {
	display: inline;
	font-size: 111%;
	padding-left: 22px;
	margin-right: 14px;
	background-repeat: no-repeat;
}

A.systemItem {
	color: black;
	font-size: 111%;
}
#SearchField {
	width: 140px;
}


/*
 *  navigationsboxen
 */
#InnerMain h4, .boxHeader {
	text-transform : uppercase;
	letter-spacing: 0.01in;
	padding: 2px 5px 2px 13px;
	margin: 0px;
	background-color: #296e4b;
	color: #ffffff;
	letter-spacing: 0.01in;
}
#InnerMain h4 A {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#InnerMain h4 A:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.navBox {
	margin-bottom: 20px;
}

#InnerMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#InnerMain li {
	padding: 0;
	margin: 0;
	border: none;
}

#InnerMain A {
	height: 1em;
}

HTML>body #InnerMain A {
	height: auto;
}
	A.levelItem1, A.levelItem1_ON, A.levelItem1_ON2, A.levelItem1_OVER, A.levelItem2, A.levelItem2_ON, A.levelItem3, A.levelItem3_ON {
		display: block;
		padding: 2px 5px 2px 18px;
		margin: 0px 0px 0px 0px;
		background-color: #e3e7d8;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		background-image: url(/Bitmaps/Layout/nav/nav1.gif);
		background-repeat: no-repeat;
		width: auto;
		border-bottom: 1px solid #ffffff;
		}

	A.levelItem1_ON {
		background-image: url(/Bitmaps/Layout/nav/nav1_ON.gif);
		border-bottom: none;
		}
	A.levelItem1_ON2{
		background-image: url(/Bitmaps/Layout/nav/nav1_ON1.gif);
		}
	A.levelItem1:hover, A.levelItem1_ON2:hover {
		background-color: #ffffff;
		color: black;
		text-decoration: none;
		}
	A.levelItem1_OVER {
		background-image: url(/Bitmaps/Layout/nav/nav1_ON1.gif);
		border-bottom: none;
		}
	A.levelItem2, A.levelItem2_ON {
		background-image: none;
		background-color: #f0f5e7;
		border-left: 5px solid #7EA792;
		font-weight: normal;
		padding: 2px 5px 2px 13px;
		}
	A.levelItem2_ON {
		background-image: url(/Bitmaps/Layout/nav/nav2.gif);
		}
	A.levelItem2:hover {
		background-color: #ffffff;
		color: black;
		background-image: url(/Bitmaps/Layout/nav/nav2.gif);
		text-decoration: none;
		}

	A.levelItem3, A.levelItem3_ON {
		background-image: none;
		background-color: #f6f9f1;
		border-left: 5px solid #a0bfaf;
		font-weight: normal;
		padding: 2px 5px 2px 28px;
		margin: 0px 0px 0px 0px;
		}

	A.levelItem3:hover {
		background-color: #ffffff;
		background-image: url(/Bitmaps/Layout/nav/nav3.gif);
		color: black;
		text-decoration: none;
		}
	A.levelItem3_ON {
		background-color: #ffffff;
		background-image: url(/Bitmaps/Layout/nav/nav3.gif);
		}
	A.levelItem3_ON:hover, A.levelItem2_ON:hover {
		color: black;
		text-decoration: none;
		}

.levelBox, .levelBoxBorder, .levelBoxSearch {
	background-color: #e3e7d8;
	padding: 5px 7px 7px 7px;
	margin: 0px 0px 10px 0px;
}
.levelBoxBorder, .levelBoxSearch {	border-left: 5px solid #a0bfaf;}

.levelBoxSearch {
	background-image: url(/Bitmaps/etc/Find.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 7px 7px 60px;
	height: 100%;
}

#Search {

}

.searchArea {
	display: block;
	vertical-align: middle;
}

.teaserBox {
	clear: both;
	background-color: #d1e8dd;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.teaserImage {
	display: none;
}

.teaserContent {
	padding: 0px 20px 0px 0px;
	height: 100%;
}


A.link, A.linkBold, A.view, A.external, A.next, A.back, A.download, A.booklet, A.zoom, A.email, A.top, A.print, A.recommend {
	padding: 0px 0px 0px 18px;
	background-image: url(/Bitmaps/Layout/icons/link.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
A.linkBold {font-weight: bold;}
A.view {	background-image: url(/Bitmaps/Layout/icons/view.gif);}
A.external {background-image: url(/Bitmaps/Layout/icons/external.gif);}
A.next {	background-image: url(/Bitmaps/Layout/icons/next.gif);}
A.back {	background-image: url(/Bitmaps/Layout/icons/back.gif);}
A.download {background-image: url(/Bitmaps/Layout/icons/download.gif);}
A.booklet {	background-image: url(/Bitmaps/Layout/icons/booklet.gif);}
A.zoom {	background-image: url(/Bitmaps/Layout/icons/zoom.gif);}
A.email {	background-image: url(/Bitmaps/Layout/icons/email.gif);}
A.top {		background-image: url(/Bitmaps/Layout/icons/top.gif);}
A.print {	background-image: url(/Bitmaps/Layout/icons/print.gif);}
A.recommend{background-image: url(/Bitmaps/Layout/icons/recommend.gif);padding: 0px 0px 0px 24px;}

ul.levelBox {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	width: 100%;
}
li.link, li.view, li.external, li.download, li.booklet {
	display: block;
	padding: 0px 0px 0px 19px;
	margin: 0px 0px 0px 7px;
	background-repeat: no-repeat;
	background: url(/Bitmaps/Layout/icons/link.gif) no-repeat 1px 0em;
}

li.view {background: url(/Bitmaps/Layout/icons/view.gif) no-repeat 1px 0em;}
li.external {background: url(/Bitmaps/Layout/icons/external.gif) no-repeat 1px 0em;}
li.download {background: url(/Bitmaps/Layout/icons/download.gif) no-repeat 1px 0em;}
li.booklet {background: url(/Bitmaps/Layout/icons/booklet.gif) no-repeat 1px 0em;}
li[class="view"], li[class="external"], li[class="download"], li[class="booklet"],
li[class="link"] {padding: 0px 0px 0px 22px !important;}

A.footer { padding: 0px 10px 0px 0px;}

.comment, .commentLevel2 {
	display: block;
	color: #717171;
	font-style: italic;
	font-weight: normal;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.commentLevel2 {
	margin: 0px 20px 0px 0px;
}
/*********************************************************************/
/*
 * END with layout
 */
/*  Forms  */
LABEL, INPUT, TEXTAREA, SELECT, OPTION {
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
}

LABEL {
	font-weight: bold;
	cursor: pointer;
}

INPUT, SELECT, OPTION, TEXTAREA {
	font-size: 100%;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus {
	border: 2px solid #FF0000;
}
INPUT[type="button"],INPUT[type="submit"],INPUT[type="reset"] {
	font-size: 100%;
}

FIELDSET {
	font-weight: bold;
}

.defaultButton {
	font-weight: bold;
}



/* *** Specifics of the default layout *** */

.large { font-size: 177%; font-weight: bold; }
.small { font-size: 88%; }

.navigationBar
{
	background-color: #dddde4;
	padding: 7px;
	height: 20px;
	margin: 0px;
}

.navigationRight
{
	float: right;
}

.titleBar
{
	padding: 7px;
}

.title {
	margin: 0px;
}

.title2 {
	margin: 13px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(/Bitmaps/Layout/border/line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.title3 {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 5px 0px;
}

.titleInfo
{
	float: right;
	padding: 7px;
}
.pressImage {
	float: left;
	padding: 0px 17px 17px 0px;
	margin: 0px;
}
.pressImage:after { display: block; text-align: center; font-size: 70%; content: attr(alt) }

.listContainer {
	clear: both;
	background-image: url(/Bitmaps/Layout/border/line.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	vertical-align : text-top;

}
.listText {
	padding: 0px 0px 3px 0px;
}

.listImageContainer {
	float: right;
	padding: 5px 0px 5px 15px;
	margin: 0px;
	text-align: right;
}

.listImage {
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	display: inline;
}

.previewTopic {
	padding: 2px 0px 2px 0px;
	width: 100%;
	display: block;
}

.previewTopic IMG {
	display: none;
}
.previewTopic DIV {
	padding: 4px 0px 4px 0px;
}

.initial {
	float: left;
	background-image: url(/Bitmaps/Layout/initial.gif);
	background-repeat: no-repeat;
	width: 32px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.line {
	background-image: url(/Bitmaps/Layout/border/line.gif);
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 1px;
	margin: 5px 0px 5px 18px;
	padding: 0px 0px 0px 0px;
}

.textComment {
	color: #717171;
}

.content
{
	padding: 7px;
}

.contentCol
{
}

.abstract
{
	margin-bottom: 14px;
}

.subentries {}

.subentry {
	margin-bottom: 14px;
}

.subentryIcon {
	float: left;
	padding-left: 4px;
}

.subentryTitle {
	margin-left: 24px;
	padding-top: 3px;
}

.subentryPath {
	margin-left: 24px;
}

.subentryComment {
	margin-top: 4px;
	margin-left: 24px;
}

#InfoCol {
	position: relative;
	margin: 20px 0px 14px 0px;
}
.innerInfoCol
{
	width: 95%;
}

.image {
	margin-bottom: 14px;
}

.box {
	background-color: #E9E9E9;
	text-align: left;
	padding: 0.5em 2px 1em 2px;
	margin: 5px 0px 40px 0px;
	color: #383895;
	position: relative;
}

.innerInfoCol {
	background-color: #dddde4;
	border: 1px solid #dddde4;
}

.uploadsHeader  {
	font-weight: bold;
	margin-bottom: 7px;
}

.uploadsIcon {
	float: left;
	padding-right: 3px;
	padding-bottom: 14px;
}

.uploadsContent {
	margin-bottom: 6px;
}

.uploadsBottom {
	margin-top: 7px;
	margin-bottom: 14px;
}

.footerBar
{
	background-image: url(/Bitmaps/Layout/border/line.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	background-color: white;
	padding-left: 7px;
}

.footnote, .footnoteLeft, .footnoteRight {
	padding: 7px;
}


.footnoteRight A {  }



/* *** Miscellaneous *** */

/* A table used in various places */
.tableHeader  {
	font-weight: bold;
	background-color: #D8E0F2;
}

.tableCell {
	background-color: #EEEEFF;
}

.brighterTableCell {
	background-color: #E9E9F6;
}

/* Answers for a thread in a forum*/
.answers {
	background-color: #F6F6F6;
}

.brighterAnswers {
	background-color: #FBFBFB;
}


/* The notification dialog */
.notifyHeader {
	font-weight: bold;
	color: white;
	background-color: navy;
	padding: 7px;
	margin-top: 100px;
	margin-bottom: 0px;
	text-align: center;
}

.notifyBody {
	font-size: 133%;
	font-weight: bold;
	color: Navy;
	background-color: #FFDAB9; /*
	float: center; */
	padding: 14px;
	min-height: 100px;
}

/* eg Address display */
.objectHeader {
	font-size: 200%;
	font-weight: bold;
	color: white;
	background-color: navy;
	padding: 7px;
	text-align: center;
}

.objectBody {
	color: Navy;
	background-color: #FFDAB9;
	margin: 0px;
}

/* The descriptors list of the thesaurus */
.thesaurusDescriptorsList  {
	font-style: italic;
}

