/* Copyright (c) 2008 :: Benedikt Burhorst for FACT-Werbeagentur.de and APO-Care  */

* {margin:0;padding:0}

/* mac hide \*/
html,body {height:100%;width:100%;}
/* end hide */

body {
        color: #333;
        font-family: arial, helvetica, sans-serif;
        background: #999;
        text-align:center;
        font-size: 100.1%;
        min-height:570px; /* for good browsers*/
        min-width:975px;  /* for good browsers*/
}
#outer{
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
}
#container {
        text-align: center;
        position:relative;
        vertical-align:middle;
        display:table-cell;
        height: 570px;
}
#inner {
        width: 975px;
        height: 570px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}

#aussen {
        position: relative;
        top: 0px;
        left: 0px;
        width: 975px;
        height: 570px;
        text-align: left;
        background: #fff url(img/intro_bg.gif) bottom left no-repeat;
}
#apocare {
        position:absolute;
        left:685px;
        top:38px;
        width:170px;
        height:110px;
}
#mobicare {
        position:absolute;
        left:605px;
        top:365px;
        width:170px;
        height:110px;
}
#menubg1 {
        position:absolute;
        left:488px;
        top:88px;
        width:112px;
        height:362px;
        background: url(img/menu_bg_01.png) top left no-repeat;
}
#menubg2 {
        position:absolute;
        left:600px;
        top:88px;
        width:343px;
        height:362px;
        background: url(img/menu_bg_02.png) top left no-repeat;
}
#introbilder {
        position:absolute;
        left:56px;
        top:138px;
        width:543px;
        height:228px;
        background: url(img/partner.jpg) top left no-repeat;
}
#fbook {
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 975px;
}
  #fbook img.twitter {
	position: absolute;
	top: 0px;
	right: 0px;
}
  #fbook img.fbimg {
	position: absolute;
	top: -2px;
	right: 30px;
}
a#stellenangebot {
        position: absolute;
        top: 450px;
        left: 140px;
}

a img.alternatef, a img.alternates, a span.adressef, a span.adressef2, a span.adresses {
        display: none;
}
a:hover img.alternatef {
        position: absolute;
        display: block;
        top: -227px;
        left: -549px;
}
a:hover img.alternates {
        position: absolute;
        display: block;
        top: 100px;
        left: -629px;
}
a:hover span.adressef {
        position: absolute;
        display: block;
        top: 125px;
        left: 25px;
        color: #d70004;
        font-size: 14px;
        text-decoration: none;
}
a:hover span.adressef2 {
        position: absolute;
        display: block;
        top: 125px;
        left: 205px;
        width: 200px;
        color: #d70004;
        font-size: 14px;
        text-decoration: none;
}
a:hover span.adresses {
        position: absolute;
        display: block;
        top: 450px;
        left: -55px;
        color: #d70004;
        font-size: 14px;
        text-decoration: none;
}

/*  images  */
img {
        border: 0;
}
/*** Navigation und Links ***/
a:link, a:visited {
        text-decoration: underline;
}
a:hover {
        text-decoration: underline;
}
