
body {
	background-color:#eeeeee;
}

div {
	position: relative;
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
}
h1 {
	width: auto;
}
p {
	margin: 10px 0px 0px 0px;
}
h2+p {
	margin-top:0;
}

/* Allg. Rahmen */

#wrapper {
	position: relative;
	margin:0 auto;
	margin-top:20px;
	padding:0;
	width:880px;
	background: #ffffff url() no-repeat 0px 0px;
	border: solid 1px #787878;
	border-width: 1px 1px 1px 1px;
}


/* Header: Logo und Navigation */

#head1 {
	position: relative;
	height: 119px;
	width:auto;
	background-color:#fffff;
}
.logo-lsy {
	position: absolute;
	top: 20px;
	left: 20px;
}
.logo-iocc {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #ffffff;
}
.headnav {
	position: absolute;
	bottom: 0px;
	height: 16px;
	background: #ffb300; 
	border: solid 1px #ffb300;
	border-width: 1px 20px 0px 0px;
}
.headnav a,
.headnav a:link,
.headnav a:visited {
	padding: 2px 10px 2px 10px;
	background:#FFB300;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.headnav a:hover,
.headnav a:active {
	padding: 2px 10px 2px 10px;
	background: #ffffff;
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}


/* Content */

#contentcontainer {
	position: relative;
	width: 880px;
	height: 500px;
	padding: 20px 0px 20px 0px;
	background: url(/solutions/airline-solutions/integrated-operations-control-center-iocc/img/background-03.jpg) no-repeat bottom;
	border: solid 1px #ffffff;
	border-width: 1px 0px 0px 0px;
}

#contentcontainer1 {
	position:relative;
	width: 880px;
	height: 500px;
	/*padding: 20px 0px 20px 0px;*/
	background: url(/solutions/airline-solutions/integrated-operations-control-center-iocc/img/panorama-03-orange.jpg) no-repeat left bottom;
	border: solid 1px #ffffff;
	border-width: 1px 0px 0px 0px;
}



.content1,
.content2,
.content3,
.content4 {
	float: left;
	width: 600px;
	margin: 0px 10px 0px 10px;
	border: solid 1px #ffffff;
}


.content1 {

	background: #ffffff; 
	opacity:0.75; 
	filter: alpha(opacity=75);
	
}

.content4 {
	background: #787878; 
	opacity:0.75; 
	filter: alpha(opacity=75);
	color:#fff;
	border: solid 1px #787878;
}


.content2 {
	width: 500px;
	background: #ffffff; 
	opacity:0.75; 
	filter: alpha(opacity=75);
	
}

.content2a {
	width: 500px;
}



.content3 {
	width: 370px;
	margin: 20px 20px 0px 10px; 
	border-width: 0px; 
	color: #000;
	background: #ffffff;
	opacity:0.75; 
	filter: alpha(opacity=75);
	padding:10px;
}
.content3 img {
	float: left; 
	margin-right: 20px;
}


.box1,
.box2 {
	float: right;
	width: 190px;
	margin: 0px 10px 0px 10px;
	border: solid 1px #ffffff;
}
.box2 {
	width: 290px;
	background: #ffffff; 
	opacity:0.75; 
	filter: alpha(opacity=75);
}
div.content1 div,
div.content2 div,
div.box1 div,
div.box2 div {
	padding: 10px;
	background: #ffffff;
	opacity: 1; 
	filter: alpha(opacity=100);
}




.bild{
	width:80px;
	height:80px;
	float:left;
	margin:5px;
	opacity:0.5; 
	filter: alpha(opacity=50);
}

.bild:hover{
	width:80px;
	height:80px;
	float:left;
	margin:5px;
	opacity:1; 
	filter: alpha(opacity=100);
}





a.tooltip            
{     text-decoration: none;
      color: #5A5A5A; /* Orig: #444444 */
      
}

a.tooltip:hover
{    position: relative;               /* Bezug für span, IE: erst bei :hover setzen */
     background: transparent;          /* IE, Farbe egal --> ORIG: background: transparent; */
	 
}  

a.tooltip span  
{    position: absolute;               /* aus Textfluß herausnehmen */
     visibility: hidden;               /* normal: unsichtbar */

     width: 100px;                      /* FF: kein Leerzeichen vor Einheit */
	 height:auto;
     top: 1px; left: 60px;              /* Tooltip-Position, sollte man festlegen */
	 
	  background: #fff;
	  opacity:0.90; 
	  filter: alpha(opacity=90);
      border: 1px solid #aaaaaa;
      padding: 10px;
}

a.tooltip:hover span  
{    visibility: visible;   }          /* hover: sichtbar */


a.tooltip span b
{     display: block;
      font-weight: bold;
      /*border-bottom: 1px solid #888888;*/
      margin-bottom: 5px;
}

/* Begin Slideshow - Definition der Wechselbilder */
#slideshow {
    position:relative;
    height:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* End Slideshow - Definition der Wechselbilder */


.footer {
	position: relative;
	margin:0 auto;
	padding:0;
	width:880px;
	background: none;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
	padding:0;
	margin: 0px 10px 0px 0px;
	color: #878787;
	text-decoration: underline;
}
.footer a:hover,
.footer a:active {
	text-decoration: none;
}


#imprint{
	position:absolute;
	padding:5px;
	padding-right:10px;
	padding-left:10px;
	right:0px;
	bottom:0px;
	width:auto;
	height:auto;
	background-color:#ffb300; 
}
#imprint a {
	font-size: 10px;
	text-decoration:none;
	color:#000000;
	padding:auto;
}
#imprint a:hover {
	text-decoration:none;
	color:#ffffff;
	padding:auto;
}

