
					.nanome-pre {
						border:none;
						padding:0;
						/* background-color:#FFF8E8; */
						background-color: #F0E0D0;
						font-family:sans-serif;
						
						/* Quelle: http://blog.bissinger.biz/zeilenumbruch-im-pre-tag/ */
						white-space:pre-wrap;									/* CSS3 */
 						white-space:-moz-pre-wrap !important;	/* Mozilla, since 1999 */
						white-space:-pre-wrap;								/* Opera 4-6 */
						white-space:-o-pre-wrap;							/* Opera 7 */
						word-wrap:break-word;									/* Internet Explorer 5.5+ */
						width:100%;
					}
				
					.standard-table {
						/* background-color: #F0F0F0; */
						background-color: #F0E0D0;

						border-top: 1px solid darkgray;
						border-left: 1px solid darkgray;
						border-right: 1px solid black;
						border-bottom: 1px solid black;
						font-size: 75%;
						width: 100%;
					}
					
					.headline {
						/* background-color: #D0D0D0; */
						/* background-color: #E0CBB4; */
						background-color: #C0B0A0;
						font-weight: bold;

						/* color: black; */
						color: brown;
					}

					.bottom-bordered-col {
						border-bottom: dotted #C0B0A0 1px;
					}
					
					.dropped-table {
						background-color: white;
						border-top: 1px solid black;
						border-left: 1px solid black;
						border-right: 1px solid darkgray;
						border-bottom: 1px solid darkgray;
						font-size: 100%;
					}

					.main-color {
						background: rgb(224, 203, 180);
					}

					.canrelease-color {
						/* background: rgb(224, 163, 160); */
						background: rgb(184, 203, 150);
					}

					.back-color {
						background: rgb(210, 210, 210);
						/* background: rgb(210, 189, 166); */
					}

					body {
						margin: 0;
					}
					
					.nanome-simple-div1 {
						background-image: url(/images/nanome/fading_headline.jpg); background-repeat: repeat-y;
						margin: 80px 80px 0 80px;
						padding: 0 5px;
						border-top: 1px solid darkgray;
						border-left: 1px solid darkgray;
						border-right: 1px solid black;
						color: brown; 
						text-align: right;
					}

					.nanome-simple-div2 {
						background: white;
						margin: 0 80px 0 80px;
						padding: 30px;
						/* border: 1px solid darkgray; */
						border-left: 1px solid darkgray;
						border-right: 1px solid black;
						border-bottom: 1px solid black;
					}

					.external {
						border: 1px solid gray;
						/* background: lightgray; */
						font-family: Georgia, Times New Roman;
						/* font-family: Arial, sans-serif; */
						font-weight: bold;
						font-size: 8pt;
					}
										
					img {
						border: 0;
					}
					
					a {
						text-decoration: none;
						color: darkgreen;
					}
					
					h1 {
						font-size: 16pt;
					}
					
					td {
						vertical-align: top;
						padding-left: 5px;
					}

					#first-level {
						background-color: white;
					}

					#box-fixed {
						width: 100%;
						/* position: fixed; */
						/* z-index: 1; */
					}
					
					#box-underground {
						width: 100%;
						/* top: 76px; */
						top: 4.3em;
						/* position: absolute; */
						/* border-bottom: 1px solid darkgray; */
						/* background-color: #E0E0E0; */
						/* z-index: 0; */
					}
					
					#box-top {
						text-align: right;
						border-bottom: 1px solid darkgray;
						padding: 2px 0 2px 0;
						background-image: url(/images/nanome/fading_headline.jpg);
						background-repeat: repeat-y;
					}

					#box-quicklinks {
						/* background-color: #D0D0D0; */
						/* background-color: #E0E0E0; */
						background: rgb(224, 203, 180);
						
						height: 23px;
						padding: 5px 10px 0 10px;
						border-bottom: 1px solid darkgray;
						overflow: hidden;
					}

					#box-quicklinks-icons {
						float: left;
					}

					#box-quicklinks-path {
						/* border-left: 2px dotted darkgray; */
						padding: 0 0 0 5px;
						margin: 0 0 0 190px;
					}

					#box-bookmarks {
						/* background-color: #F0F0F0; */
						background-color: #F0E8E0;

						padding: 0 10px 2px 10px;
						border-bottom: 1px solid darkgray;
						text-align: right;
					}
					
					#box-error {
						padding: 0 10px 2px 10px;
						background-color: #F0F0F0;
						border-bottom: 1px solid darkgray;
						color: red;
						font-weight: 800;
						font-size: 110%;
					}
					
					#second-level {
						/* border-top: 1px solid black; */
						min-height: 750px;
						width: 100%;
						overflow: hidden;

						background: url(/images/nanome/deco_vline.gif) top left;
						background-position: 20% 0;
						background-repeat: repeat-y;

						/* background-color: #F0F0F0; */
						background-color: #F0E8E0;
					}

					#splitter {
						background-color: #F0E8E0; margin: 0; padding: 0;
						float: left;
					}
					
					#box-left {
						float: left;
						width: 20%;
					}

					#box-main {
						float: left;
						width: 80%;
						min-height: 750px;
					}

					#box-info {
						background-color: #D0D0D0;
						/* margin: 0; */
						/* text-align: right; */
						/* padding: 0 10px 0 0; */
						border: 1px solid darkgray;
						overflow: hidden;
						width: 100%;
					}
					
					#box-help {
						border-top: 1px solid black;
						/* border-bottom: 1px solid darkgray; */
						background: url(/images/nanome/icon_information.gif) no-repeat top left;
						/* background-color: #E0E0E0; */
						font-size: 80%;
						text-align: justify;
						padding: 0.1em 2em 1em 2em;
					}
				