html,
body {
   margin:0;
   padding:0;
}

body {
   background:#89939D;
   font-family:Arial;
}

body#startseite {
   background-image:url(../_img/layout/startseite/bglines.gif);
   background-repeat:repeat-y;
}

body#folgeseite {
   background-image:url(../_img/layout/bg.gif);
   background-repeat:repeat-y;
}

#startseite #content {
   background:url(../_img/layout/startseite/background.jpg) no-repeat;
   height:492px;
   position:relative;
   border-bottom:1px solid #CFD3D8;
}

#startseite #overlayOuter {
   color:black;
   font-size:13px;
   line-height:140%;
   position:relative;
   overflow:hidden;
}

* html #startseite #overlayOuter {
   float:right;
   width:460px;
}

#startseite .overlayTransparency {
   opacity:0.25;
   filter:alpha(opacity=25);
   -moz-opacity:0.25;
   background-color:white;
   width:455px;
   height:469px;
   position:absolute;
   top:0px;
   left:0px;
}

#startseite .overlayTransparency2 {
   position:absolute;
   top:0px;
   left:0px;
   height:469px;
   opacity:0.45;
   filter:alpha(opacity=45);
   -moz-opacity:0.45;
   width:444px;
   background:white;
   margin-left:11px;
}

#startseite .overlayContent {
   position:relative;
   padding-left:23px;
   padding-top:20px;
   padding-right:18px;
   padding-bottom:17px;
}

#startseite #overlay {
   position:relative;
   width:455px;
   left:511px;
   top:23px;
   z-index:10;
}

#startseite #overlyBottom {
   background:white;
   height:11px;
   position:absolute;
   left:0;
   bottom:-11px;
   width:455px;
   opacity:0.25;
   filter:alpha(opacity=25);
   -moz-opacity:0.25;
}

* html #startseite #overlyBottom {
   height:11px !important;
   overflow:hidden;
   bottom:-12px;
}

#startseite #content .border,
#startseite #topbar #border1,
#startseite #topbar #border2 {
   height:100%;
   width:1px;
   position:absolute;
   background:#CFD3D8;
   left:226px;
}

#startseite #topbar #border2 {
   left:966px;
}

#startseite #globe {
   width:365px;
   height:212px;
   background:url(../_img/layout/startseite/globe.png) no-repeat;
   position:absolute;
   top:3px;
   left:362px;
   z-index:3;
}

#startseite #header {
   height:98px;
   background:url(../_img/layout/iavlogo.png) no-repeat 23px 19px;
}

#startseite #topbar {
   height:35px;
   background:#00448D url(../_img/layout/startseite/iav_worldwide.png) no-repeat 725px 10px;
   border-top:1px solid #CFD3D8;
   border-bottom:1px solid #CFD3D8;
   position:relative;
}

#startseite #topbar form {
   margin:0;
   padding:0;
   padding-left:19px;
   padding-top:7px;
}

#startseite #topbar form select {
   width:190px;
   font-size:12px;
}

.clear {
   clear:both;
}

#startseite #header,
#startseite #topbar,
#startseite #content {
   min-width:967px;
}

* html #startseite #header,
* html #startseite #topbar,
* html #startseite #content {
   width:expression((body.offsetWidth>967)?'auto':'967px');
}