/* Standardschrift ARIAL */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family:Arial,sans-serif;
}

/*Navigation (bei Retrofitting)*/
.navi {
  font-weight:bold;
  text-align:center;
  color:#4040A3;
  font-size:12px;
}

/*Links im Text*/
.textlink {
  text-decoration:none;
  font-weight:bold;
  color:#4040A3;
}

/*hervorgehobener Text*/
.boldcenter {
  font-weight:bold;
  text-align:center;
  color:#4040A3;
}

/* Hintergrundbild */
div.bg {
  background-image: url(../IMG/bg.png);
  background-color:#ebebf5;
  width: 980px;
  height:600px;
  margin: 0 auto;
  /*border: 1px solid red;*/
}

/* kleines Logo - links oben */
div.logo {
  float: left;
  width:150px;
  height:50px;
  /*border: 1px solid red;*/
}

/* Seitenüberschriften */
div.header {
  float: right;
  width: 800px;
  height:50px;
  padding-top:10px;
  text-align:center;
  font-size:26px;
  font-weight:bold;
  color:#4040A3;
  /*border: 1px solid red;*/
}

/* Inhaltsbereich */
div.content {
  float: right;
  padding:5px;
  width: 810px;
  height:530px;
  text-align: justify;
  /*border: 1px solid red;*/
}
