/** BODY **/

body {
  background: #9AD094 url(../img/layout/rootbg.jpg) repeat-x 0 0;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #4F4F4F;
  text-align: center;
}

/** MENGENFORMATIERUNG **/

/** BUTTON & NAVI **/

a:link      {color: #999933; font-size: 8pt; text-decoration: none;}
a:visited   {color: #999933; font-size: 8pt; text-decoration: none;}
a:active    {color: #ccc; font-size: 8pt; text-decoration: none;}
a:hover     {color: #ccc; font-size: 8pt; text-decoration: none;}

/** LAYOUT **/

#container {
  background: url(../img/layoutdemo.jpg);
  width: 960px; height: 650px;
  text-align: left;
  margin: 0 auto;
}

/** ENDE **/
