/* Alle margins erst auf null, *html fuer IE */
* { margin: 0; padding: 0 }
html { height: 100.1% }
body { text-align: center } /* fuer IE, im wrapper wieder aufgehoben */
body { font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; background-color: #fff;}

/* Master layout Startseite
=================================================================================================== */
#wrapper    { background-color: #fff; text-align: left; margin: 0 auto; width: 912px }
#header { background-color: #fff;  height: 238px; margin-top: 100px}
#mainContent  { width: 540px; margin-left:350px; margin-top:40px}

/* Header layout Startseite
=================================================================================================== */
.box1 { background: #fff url("images/logoauswahlseite.jpg") no-repeat; width: 576px; height: 238; float: left}
.box2 { background: #fff url("images/muehl/bl_start.jpg") no-repeat; width: 336px; height: 238px; float: left }

/* image map links  */
.pic {width: 576px; height: 238px; position: relative;}
.pic a {width: 576px; height: 238px; position: absolute; }
.pic .link a {color: #ebf8fe; top: 0; left: 0}
/* image map links on right tab */
.tab2 {width: 175px; height: 117px; position: relative; left: 172px; top: 122px}
.tab2 .pad { color: #35b3d1; padding-left: 15px; font-size: 1.1em; line-height: 1.4em; margin-bottom: 2em }

.tab2 a { text-decoration: none; font-size: 1.4em;}
.tab2 .link a   { color: #35b3d1; line-height: 1.2em; background-image: url("images/muehl/m_pfeil.gif"); background-repeat: no-repeat; background-position: 0 0.3em; padding-left: 15px }

/* Textformatierung Startseite
=================================================================================================== */
#mainContent h1  { color: #35b3d1; font: 4em/1.6 Verdana, Arial, sans-serif }
#mainContent a {color: #35b3d1; text-decoration: none}
#mainContent h2 { font: 62.5%/1 Verdana, Arial, sans-serif; color: #35b3d1; font-size: 1.8em; margin-top: -0.8em; margin-bottom: 1em; margin-left:2em; font-weight: normal}
#mainContent p  { color: #333; font-size: 1.2em; margin-right: 15px; margin-bottom: 1em }