/* Allgemeine Formatierungen */
* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

a { text-decoration:none; }

body {
text-align:center; /* horizontal centering for IE Win quirks */
background-image:url(../../gfx/intro/bg_full.gif);
}

#distance { 
width:1px;
height:50%;
background-color:#fc6;
margin-bottom:-272px; /* half of container's height */
float:left;
}

#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
text-align:left;
width:950px;
height:545px;
clear:left;
background-image:url(../../gfx/intro/hintergrund.gif);
background-repeat:no-repeat;
}

#menue_a {
position:absolute;
text-align:left;
left:335px;
top:39px;
width:120px;
height:150px;
}

#menue_b {
position:absolute;
text-align:left;
left:40px;
top:248px;
width:120px;
height:150px;
}

#menue_c {
position:absolute;
text-align:left;
left:190px;
top:298px;
width:120px;
height:150px;
}

#menue_d {
position:absolute;
text-align:left;
left:340px;
top:348px;
width:120px;
height:150px;
}

#menue_e {
position:absolute;
text-align:left;
right:340px;
top:348px;
width:120px;
height:150px;
}

#menue_f {
position:absolute;
text-align:left;
right:190px;
top:298px;
width:120px;
height:150px;
}

#menue_g {
position:absolute;
text-align:left;
right:40px;
top:248px;
width:120px;
height:150px;
}

#flashcontent{
position:absolute;
left:245px;
top:215px;
width:460px;
height:30px;
margin:0 auto;
padding:0;
}

.menue_text {
margin-top:4px;
padding-bottom:4px;
text-align:left;
border-bottom:solid 3px;
width:120px;
}

.menue_text a {
text-align:left;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
color:#000000;
}

h1 { font-size:1.2em; }
h1.gruppe { padding-bottom:6px; border-bottom:solid 3px #84ceef; margin-bottom:10px; }
h1.wohnpark { padding-bottom:6px; border-bottom:solid 3px #d2bd1d; margin-bottom:10px; }
h1.altenheim { padding-bottom:6px; border-bottom:solid 3px #d18724; margin-bottom:10px; }
h1.reha { padding-bottom:6px; border-bottom:solid 3px #0159de; margin-bottom:10px; }
h1.pflege { padding-bottom:6px; border-bottom:solid 3px #fff500; margin-bottom:10px; }
h1.klinik { padding-bottom:6px; border-bottom:solid 3px #e31009; margin-bottom:10px; }

.logo_slogan { height:95px; margin-top:49px; }
.logo { width:280px; float:left; }
.slogan { margin-left:285px; }
.slogan div { padding-top:40px; padding-left:40px; }
.block_elemente_1 { margin-top:44px; margin-left:70px; }
.block_elemente_2 { position:absolute; top:524px; margin-left:70px; }
.single_element { width:200px; float:left; }
.text_element { margin-top:20px; margin-left:26px; }
.abs_elemente { margin-left:25px; }
.abs_button { margin-top:5px; }