@charset "utf-8";
/* CSS Document */

body{
background-color:#000000;
}

.wrapper{
	width: 1024px;
	height: 768px;
	border:solid;
	border-width:1px;
	border-color:#999;
	margin-top:10px;
	z-index:0;
	position:relative;
	left:0px;
	top:0px;
}
.umzug{
	z-index:50;
	position: absolute;
	width: 1020px;
	height: 40px;
	left:0px;
	top:730px;
}
.bildindex{
	width: 1022px;
	height: 678px;
	background-image:url(images/img-layout/bild-index-2.jpg);
	background-repeat:no-repeat;
	border:solid;
	border-width:0px;
	border-color:#999;
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	}
.linie{
	width: 1024px;
	height: 5px;
	background-color:#F00;
	z-index:11;
	position:absolute;
	left:0px;
	top:678px;
	}
.insignum{
	width: 329px;
	height: 81px;
	background-image:url(images/img-layout/bild-index-2.png);
	z-index:5;
	position:absolute;
	left:30px;
	top:597px;
	}
.websideindex{
	width: 329px;
	height: 30px;
	background-image:url(images/img-layout/webside-index-international.png);
	z-index:4;
	position:absolute;
	left:360px;
	top:650px;
	}
.personalwatches{
	width: 329px;
	height: 30px;
	background-image:url(images/img-layout/bild-index-3b.png);
	z-index:10;
	position:absolute;
	left:30px;
	top:685px;
	}
.sprachen{
	width: 512px;
	height: 50px;
	z-index:20;
	position:absolute;
	right:0px;
	top:690px;
	}
.fahnen{
	float:right; 
	margin-right:20px;
	width: 40px;
	height: 26px;
	}
.fahnen a{
	text-decoration:none;
	color:#000;
}
.fahnen a:visited{
	text-decoration:none;
	color:#000;
	}
	
/* css/tooltip.css -- fancy tooltips */
span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
span.tool span.tip {
  display: none;        /* so is this */
}
/* tooltip will display on :hover event */
span.tool:hover span.tip {
	display: block;
	z-index: 100;
	position: absolute;
	text-decoration:none;
	top: 0px;
	left: 0px;
	width: 150px;
	padding: 3px 7px 4px 6px;
	border: 1px;
	background-color: #f7f7ee;
	font: normal 0.9em/1.2em arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
}
#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}
/* css/tooltip.css */
