/*  -----------------------------------------  //
//  Projekt: mutabor                           //
//  Autor:   Sergej Mueller                    //
//  Datum:   Oktober 2007                      //
//                                             //
//  Datei:   css/globals.css                   //
//  -----------------------------------------  */


/*********** */
/* Allgemein */
/*********** */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  background: url(../img/bg/html.gif);
}

body {
  background: url(../img/bg/body.gif) repeat-x;
}
div, p {
  font: normal 13px/16px Georgia;
  color: #fff;
}
a {
  font: normal 14px/18px Georgia;
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
em {
  font: italic 14px/18px Georgia;
}


/******** */
/* Header */
/******** */
.header {
  background: url(../img/header/top.png) no-repeat top right;
}


/******** */
/* Footer */
/******** */
.footer {
  margin: 7px 0;
  padding: 15px 0;
  border-top: 1px dotted #f4eecf;
}
.footer p {
  font: normal 11px Verdana;
}
.footer a {
  font: normal 11px Verdana;
  text-decoration: underline;
}


/*********** */
/* Sonstiges */
/*********** */
.clear {
  clear: both;
}
.center {
  text-align: center;
}
