
body {
	background-color: #1E1E1E;			/* Hintergrundfarbe Seite */
	font-size: 100.01%;
	font-family: verdana, arial, helvetica, sans serif;
	margin: 0px; 
	padding: 0px 0px;
	text-align: center;  				/* ??? Zentrierung im Internet Explorer */
	}

body>#header {						/* ??? Fixierung des Heeders für alle "anständigen" Browser */
	position: fixed;
	}

h1.header {						/* Schrift im Seitenkopf & Menü */
	font-size: 0.8em;
	line-height: normal;				/* oberer UND unterer INNERER Abstand einer Zeile */
	padding-top: 0px;					/* ebenfalls INNERER Abstand einer Zeile */
	margin: 0px;					/* ÄUSSERER Abstand einer Zeile */
	letter-spacing: 4px;
	color: #FF781E;
	}




/* ---Menü platzieren--- */

#menu {							/* Box Menü */
	text-align: left;   				/* Seiteninhalt wieder links ausrichten */
	margin: 0px auto 0px;			/* standardkonforme horizontale Zentrierung */
	padding-top: 20px;
	width: 800px;
	height: 40px;
	border-bottom: 1px solid #d2ccad;
	}

#image {						/* Box Bild und Bildunterschrift */
	background-color: #1E1E1E;			/* Hintergrundfarbe Box */
	margin: 0 auto;      				/* standardkonforme horizontale Zentrierung */
	width: 400px;
	height: 400px;
	padding-top: 5px;
/*	text-align: center;    				/* Seiteninhalt wieder zentriert ausrichten */*/
/*	valign: middle;				*/
	}

#image2 {						/* Box Bild und Bildunterschrift */
	background-color: #1E1E1E;			/* Hintergrundfarbe Box */
	margin: 0 auto;      				/* standardkonforme horizontale Zentrierung */
	width: 500px;
	height: 500px;
	padding-top: 5px;
/*	text-align: center;    				/* Seiteninhalt wieder zentriert ausrichten */*/
/*	valign: middle;				*/
	}

#name {
	font-size: 0.7em;
	line-height: normal;				/* oberer UND unterer INNERER Abstand einer Zeile */
	margin: 0px auto;				/* ÄUSSERER Abstand einer Zeile */
	padding-top: 10px;				/* ebenfalls INNERER Abstand einer Zeile */
	padding-bottom: 10px;				/* ebenfalls INNERER Abstand einer Zeile */
	width: 800px;
	letter-spacing: 4px;
	color: silver;
	border-bottom: 1px solid #d2ccad;
	}	

#thumbs {						/* Box Thumbs */
	background-color: #1E1E1E;			/* Hintergrundfarbe Box */
	margin: 0 auto;      				/* standardkonforme horizontale Zentrierung */
	width: 800px;
	padding-top: 5px;
	padding-bottom: 10px;	   			/* Seiteninhalt wieder zentriert ausrichten */
	}

#thumbs .imgback {					/* ---Bild "zurück--- */
	height: 40px;
	width: 40px;
	border: 0px solid gray;
	}




/* ---Menüleiste konfigurieren--- */

ul#basisNav {
	float: right;
	margin: 15px 3px 3px;			/* Abstaende der gesamten Leiste zum Container */
	padding: 0px;
	font-size: 0.7em;
	}

ul#basisNav li {
	display: inline;
	margin: 0px;					/* Abstaende der Listen-Elemente untereinander */
	padding: 5px;
	list-style: none;
	}

ul#basisNav a:link, ul#basisNav a:visited {
	padding: 0px 0px 2px;				/* Abstaende der a-Elemente im Verhaeltnis zum Listen-Element */
	font-weight: bold;
	line-height: 20px;				/* Höhe der Unterstreichung der Menüelemente */
	text-decoration: none;
	color: #708491;
	}

ul#basisNav a:link.active, ul#basisNav a:visited.active, ul#basisNav a:hover {
	border-bottom: 3px solid #FF781E;
	margin-bottom: 3px;
	padding-bottom: 0px;
	color: #FF781E;
	}




/* ---Pfeilnavigation konfigurieren--- */

#arrNav {
	padding-right: 0px;
	padding-left: 0px;
	background: url(arrNav.gif);
	padding-bottom: 0px;
	margin: 0px 5px;
	width: 175px;
	padding-top: 0px;
	position: relative;
	height: 40px;
border: 1px solid green
	}

#arrNav li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	}

#arrNav li {
	display: block;
	height: 40px;
	}

#arrNav a {
	display: block;
	height: 40px;
	}

#arr_rgt1 {
	left: 0px;
	width: 40px;
	}

#arr_lft1 {
	left: 42px;
	width: 40px;
	}

#arr_lft2 {
	left: 84px;
	width: 40px;
	}

#arr_lft3 {
	left: 126px; width: 40px;
	}

/*#arr_rgt1 a:hover {						*/
/*	background: url(arrNav.gif) no-repeat 0px -80px;	*/
/*	}							*/

/*#arr_lft1 a:hover {						*/
/*	background: url(arrNav.gif) no-repeat -42px -80px;	*/
/*	}							*/

/*#arr_lft2 a:hover {						*/
/*	background: url(arrNav.gif) no-repeat -84px -80px;	*/
/*	}							*/

/*#arr_lft3 a:hover {						*/
/*	background: url(arrNav.gif) no-repeat -126px -80px;	*/
/*	}							*/

