/* AUF BACKUP ZURÜCKGEHEN!!! */
html, body {
	overflow: auto;
	border:none;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #FAF7EE;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	background-color: #000040;
	background-image:url("images/backgr05.gif");
	font-size: 90% !ie;  /* Fix IE's "extreme font-resizing bug" */
}
acronym {
	font-variant: normal;
	text-decoration: none
}
strong { font-weight: bold; }
em { font-style: italic; }
.note {
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 100%
}

a { text-decoration: none }
a:link { color: #FAF7EE }
a:visited, a:focus { color: #FAF7EE }
a:hover {
	color: #ff9933;
	font-weight: 600;
}
a:active { color: #ffc73d }

li {
	position: static;
	left: 0;
	padding-left: 0;
	font-size: 0.8em;
 	list-style-image: url("images/sphere_n.png");
}
html > body li { /* selector "html > body" makes it invisible for Internet Explorer <= 8 */
	background: none;
	background-repeat: no-repeat;
}

li:hover { list-style-image: url("images/sphere_h.png"); }
li:focus { list-style-image: url("images/sphere_blue.png"); }
li:active { list-style-image: url("images/sphere_o.png"); }

ul li ul li {
	position:relative;
	left:-18px;
	font-size: 0.95em;
}
ul li ul li ul li {
	position:relative;
	left:-18px;
	font-size: 0.95em;
}
#HalfFace {
	position: fixed;
	padding-top: 30px;
	top: 0;
	left: 0;
	width: 264px;
	height: 739px;
	z-index: 1;
	background-image: url("images/RalfIsau_2003_bg.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0 30px;
}
.top_nav_button {
	-webkit-box-shadow: 1px 1px 1px #101000;
    -moz-box-shadow: 1px 1px 1px #101000;
    box-shadow: 1px 1px 1px #101000;
}
.top_nav { 
	text-decoration: none;
	color: #333333;
	text-shadow: 1px 1px silver;
}
a.top_nav:link {
	color: #333333;
	font-size: 0.95em;
}
a.top_nav:visited { color: #333333 }
a.top_nav:hover, a.top_nav:focus {
	color: #ff9933;
	text-shadow: 2px 2px 2px #333333;
}
a.top_nav:active {
	color: #c0c0c0;
	text-shadow: -1px -1px #333333;
}
.top_nav_OFF {
	text-decoration: none;
	color: #c0c0c0;
	text-shadow: -1px -1px #333333;
}
a.top_nav_OFF:link, a.top_nav_OFF:visited { color: #c0c0c0 }
a.top_nav_OFF:hover {
	color: #ff9933;
	text-shadow: 2px 2px 2px #333333;
}
a.top_nav_OFF:active {
	color: #c0c0c0;
	text-shadow: -1px -1px #333333;
}
a.top_nav:hover img.shadowed, a.top_nav:focus img.shadowed {
	-webkit-box-shadow: 1px 1px 5px #101000;
    -moz-box-shadow: 1px 1px 5px #101000;
    box-shadow: 1px 1px 5px #101000;
}
a.top_nav:active img.shadowed {
	-webkit-box-shadow: -1px -1px 1px #101000, 1px 1px 1px silver;
    -moz-box-shadow: -1px -1px 1px #101000, 1px 1px 1px silver;
    box-shadow: -1px -1px 1px #101000, 1px 1px 1px silver;
}

a#home:link, a#home:visited {
	position: relative;
	top: 0px;
	width: 24px;
	height: 24px;
	background-image: url("images/home_tiny_n.png");
	background-repeat: no-repeat;
	display: inline-block; 
}
* + html #home:link, * + html #home:visited { /* Hack for Internet Explorer 7 */
	position: relative;
	top: 5px;
}
a#home:before { content: "\00a0" }

a#home:hover { background-image: url("images/home_tiny_h.png"); }
a#home:active { background-image: url("images/home_tiny_s.png"); }
/**/

#Languages {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 1px;
	height: 25px;
	width: 262px;
	z-index: 3;
	color: #444444;
	font-size: 0.8em;
	font-weight:bold;
	text-shadow: 1px 1px silver;
	background-color: #C0C0C0;
	background-image: url("images/backgr08.jpg");
	background-repeat: repeat-x;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	-webkit-box-shadow: 1px 1px 5px #101000;
    -moz-box-shadow: 1px 1px 5px #101000;
    box-shadow: 1px 1px 5px #101000;
	-moz-border-radius: 0 0 0.75em 0.75em;  
    -webkit-border-radius: 0 0 0.75em 0.75em;
    border-radius: 0 0 0.75em 0.75em;
}

#Menu {
	visibility: visible;
	position: absolute;
	top: 100px;
	left: -4px;
	background-image: none;
	z-index: 2;
}

/* AmazonLogo nur hier und in isau_de_nav_OldIE.css benutzt! */
/* AmazonLogo nur noch im alten nav.html benutzt! */
#AmazonLogo {
	position: absolute;
	right: 0;
	top: -20px;
	float: right;
	margin-bottom: 48px;
	background-image: none;
	z-index: 2;
}

