/* --------------------
| Rahmenformatierungen |
-----------------------*/

html{
margin:0;
padding: 0;
width: 100%;
height:100%; /* IE HACK 6+ siehe Nachtrag! */
}

body {
margin:0;
padding: 0;
width: 100%;
height:100%;
font-family: Verdana, Geneva, sans-serif;
visibility: hidden;
background-image : url('../_images/bg_body.jpg');
background-size: cover;

}

div.div_praxiszentrum_celle {position: relative; width: 80%; background-color: #fff; height: 55px; left: 15%; float: left; margin: 25px 0 30px 0;}



/* ------------------------
| Bild-Naviformatierungen |
--------------------------*/

img#img_logo {
display: block;
margin: auto;
padding: 0;
width: 77%;
position: relative;
top: 3%;
}

.div_praxiszentrum_celle img {
width: 77%;
display: block;
margin: 0;
padding: 0;
clear: both;
position: absolute;
left: -10%;
bottom: -35px;
z-index: 20;
}


/* --------------------
| Text-Formatierungen |
--------------------- */



/* -------------------
| Link-Formatierungen |
--------------------- */

a {color: #444;}
.div_praxiszentrum_celle a {background-color: #c5c7c8; display: block; text-decoration: none; color: #fff; border-top: 1px solid #a80a18; float: left; font-size: 9pt; margin: auto; width: 30%; text-align: center; font-weight: bold; margin: 12px 0 0 0; padding: 6px 0; position: relative; z-index: 30;}
a.a_zur_praxis {margin-left: 22%;}
a.a_anrufen {margin-left: 5%;}