body {
	background-color: #2c2c2c;
	margin: 10px;
	text-align: left;
}

.page {
	background-color: #FFFFFF;
	width: 990px;
	margin: 0px auto;
	text-align: left;
	/* skl: Rahe um Seite entfernt. Vorher: border: 1px solid #C0C0C0; */
	border: 0px solid #C0C0C0;
}

.head {
	background-color: #ff0000;
}


.contentLayout {
	border: 0px;
	margin: 0px; 
	padding: 0px;
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
}

.contentLayoutOne {
	
	/* skl: Navigationsbaum Breite verändert. Vorher:	width: 210px; */
	width: 240px;
	font-size: 9pt;
	background-color: #FFFFFF;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
}

.contentLayoutTwo {
	width: 10px;
	border-left: 1px solid #D8D8D8;
}

.contentLayoutTwo img {
	width: 10px;
	height: 500px;
}

.contentLayoutThree {
	vertical-align: top;
}

.content {
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	position: relative;
}


/*
===================================================
	Triplet navigation classes
===================================================
*/

.handbookSelection {
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.handbookSelection select {
	width: 100%;
}

.tripletHead {
	margin-left: 1px;
	margin-top: 8px;
	padding: 5px;
	font-weight: bold;
}

.tripletHeadComponent {
	background-color: #CC0000;
}

.tripletHeadInfoType {
	background-color: ffc4c4;
}

.tripletParent, .tripletBody {
	margin-left: 1px;
	margin-top: 4px;
	padding: 5px;
}

.tripletParentInfoType {
	background-color: #ff8989; 
}

.tripletParentComponent {
	background-color: #ff7676; 
}

.tripletBodyInfoType {
	background-color: #ffc4c4;
	color: #8F803F;
	overflow: hidden;
}

.tripletBodyComponent {
	background-color: #ff8989;
	color: #89000;
	overflow: hidden;
}

.tripletInfo {
	padding: 2px;
	position: relative;
	font-size: 11px;
	letter-spacing: 1px;
}

.tripletImg {
	float: left;
	margin-top: 3px;
	
}

.tripletText {
	margin-left: 15px;
}


.tripletNavigation a:hover {
	border-bottom: 1px solid white;
}

.tripletInfoCurrent a {
	color: #8F803F;
	cursor: text;
}




/* 
=====================================================
	Language selection
=====================================================
*/

.languageSelection {
	/* skl: Hintergrundfarbe hinzugefügt */
	background-color: #1C1C1C;
	font-size: 11px;
	padding-right: 4px;
	vertical-align: middle;
	text-align: right;
}


/*
=====================================================
	Offline search
=====================================================
*/

.searchResult {
	
	margin-top: 20px;
	padding: 3px;
	background-color: #EEEEEE;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}


.searchResult table {
	width: 100%;
}


.searchResult * {
	margin: 0px;
	padding: 0px;
}


.searchResultPaging {
	text-align: left;
}

.searchResultPagingLink {
	color: #000000 !important;
}

.searchResultPagingActive {
	font-weight: bold;
	color: #FF0000;
}

.searchResultInfo {
	text-align: right;
}

.searchEntry {
	margin-top: 20px;
}


.searchEntryTitle {
	font-size: 12pt;
}

.searchEntryHighlight {
	font-weight: bold;
}

.searchEntryInfo {
	color: green;
}


/*
=====================================================
	Tree rendering
=====================================================
*/

.treeNavigation {
	margin-top: 8px;
}

#tree {
	
	/* skl: Navigationsbaum Breite verändert. Vorher:	width: 207px; */
	width: 220px;
	margin: 3px;
}

#tree * {
	font-size: 11px;
}

#tree table {
	margin: 0px;
	padding: 0px;
}

.treeNodeIcon, .treeNodeIconEmpty {
		/* skl: Icon-Größe verändert. Vorher: width: 16px; height: 16px; */
	width: 16px;
	height: 16px;
	white-space: nowrap;
	vertical-align: top;
}

.treeNodeIcon {
	cursor: pointer;
}

.treeNodeText {
	cursor: pointer;
	vertical-align: top;
	
	/* skl: Zeilenabstand geändert. Vorher: line-height: 15px; */
	line-height: 18px;
}