/*  2007 www.a-2-r.de  */


/* ALLGEMEINE FORMATIERUNGEN */

*           {   margin:0;
                padding:0;
}


body        {   background:#fff url('../img/hintergrund.gif') repeat;
                color:#7e838b;
                font:0.7em arial,verdana,helvetica,sans-serif;
                text-align:center;
}

p, th, td, ul, li
            {   line-height:1.2em;
}

#main       {   border:0px solid white;
                background-color:#fff;
                color:#999;
                background-image:url('../img/logo_hm_adresse.gif');
                background-repeat:no-repeat;
                background-position:20px 380px;
                margin:0 auto;
                text-align:left;
                min-height:630px;
                width:750px;
                z-index:5;
}
                
                
#ani        {   position: relative;
                top: 0em;
                left: 0.0em;
                width: 750px;
                height: 350px;
                border:0px;
                z-index:2;
}

#logolink   {   position: relative;
                top: 2.6em;
                left: 1.9em;
                width: 293px;
                height: 130px;
                border:0px;
                z-index:1;
}


.IE7 #ani   {   position: relative;
                top: 0em;
}


#sondermeldung  {
                position: relative;
                margin-top: -10em;
                left: 31em;
                width: 380px;
                height: 100px;
                line-height:1.2em;
                background:#fff;
                color:#999;
                border:0px;
                z-index:3;
}

#impressum  {   position: relative;
                top: 5em;
                left: 31em;
                width: 100px;
                height: 20px;
                border:0px;
                z-index:3;
}

#text_impressum
            {   position: relative;
                margin-top: -10em;
                margin-left: 31em;
                width: 380px;
                line-height:1.2em;
                border:0px solid red;
                z-index:4;
}

.clear      {   clear:both;
}


/* Ueberschriftenformatierung (braun) */

h1          {	font-weight:bold;
                font-size:1.3em;
                color:#4b3630;
                line-height:2em;
}
			

a:link      {   font-weight:normal; text-decoration:none; color:#7e838b;}
a:visited   {   font-weight:normal; text-decoration:none; color:#7e838b;}
a:hover     {   font-weight:normal; text-decoration:none; color:#4b3630}
a:active    {   font-weight:normal; text-decoration:underline; color:#4b3630 }
a:focus     {   font-weight:normal; text-decoration:none; color:#4b3630;}


