html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-family: Times New Roman;
  }
body{
    background-color: #fefecc;
}
  a {
  	text-decoration:underline;
  	color:#000080;
  }

  h1{
    font-size: 14pt;
  }

  h2{
    font-size: 10pt;
  }

  li {
  list-style-type: square;
  color: #9B7118;
  font-size: 8pt;
  }

  li a {
  font-size: 10pt;
  }


  /* Box Model */

  .center {
    position: absolute;
    left:50%;
    width: 800px;
    margin-left: -400px;
  }

  .header {
    margin-bottom: 0px;
    margin-top: 5px;
    height: 60px;
  }

  .left_header {
      FLOAT: left;
      Width: 45%;
      padding-top: 5px;
  }

  .right_header {
      FLOAT: right;
      Width: 45%;
      padding-top: 19px;
      text-align: right;
    font-size: 20pt;
      font-family:Garamond, Times New Roman;
      font-weight: bold;
  }

  .page {
    margin-bottom: 20px;
    margin-top: 0px;
    height: 500px;
    background-color: #ffffff;
    border: 1px solid #999999;
  }

  .left {
      FLOAT: left;
      Width: 45%;
      padding-left: 15px;
      padding-right: 5px;
      padding-top: 5px;
      padding-bottom: 15px;
  }

  .right {
      FLOAT: right;
      Width: 45%;
      padding: 5px;
      padding-left: 5px;
      padding-right: 15px;
      padding-top: 5px;
      padding-bottom: 15px;
  }

.bodyContentBawue{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/wappenwasser2.jpg);
	margin:0px;
	padding:100px
}

p{
	margin-top: 16px;
	margin-bottom: 16px;
	font-size:16px;

}

#errorDiv {
	display: none;
	margin-top: 1em;
	border: 1px solid #6C757B;
	overflow: scroll;
	height: 50ex;
}
