body {
	font-family: Arial, Helvetica, sans-serif;
   font-size:   12px;
   line-height: 16px;
   color: #998448;
	/* text-align center für mittige zentrierung des Content*/
   text-align:  left;
	font-weight: normal;
   background-color: #F4D998;
	margin: auto;
	padding: 0% 0 0 0;
	height: 100%;
			  background-image: url(images/hg_body.jpg);
	background-repeat: repeat-x;
   background-position: 0px 20px;

}

html{    height:100%;
}
html>body{height:100%;
}

/* das ist die box die den ganzen kram umschiesst noetig wg. der zentrierung und der absoluten plazierung der menues */
#box{
        width:950px; 
        height:500px;
        position: relative;
        text-align:left; 
        margin-top: 20px;
        padding: 0px; 
		  border-top: 1px solid;
		  border-top-color: #ffffff;
	  background-image: url(images/kopf_rechts.jpg);
	background-repeat: no-repeat;
   background-position: 0px 0px;
	   background-color: #ffffff;


	}

	/* box für Adresse oben*/
#box1{
        width:150px; 
        height:75px;
	     position: absolute;
        text-align:left; 
        margin-left: 90px;
		  margin-top: 5px;
        margin-right: 0px;
        padding: 0px; 
}
/* Navigation*/
#box2{
        width:950px; 
        height:15px;
	     position: absolute;
        text-align:left; 
        margin-left: 0px;
		  margin-top: 81px;
        margin-right: 0px;
        padding: 0px; 
		  background-color: #ffffff;
}
/* balken*/
#box3{
        width:950px; 
        height:15px;
	     position: absolute;
        text-align:left; 
        margin-left: 0px;
		  margin-top: 96px;
        margin-right: 0px;
        padding: 0px; 
		  background-image: url(images/hg_unter_navi.jpg);
	background-repeat: no-repeat;
   background-position: left top;
}

#box4{
        width:235px; 
        height:420px;
	     position: absolute;
        text-align:left; 
        margin-left: 0px;
		  margin-top: 135px;
        margin-right: 0px;
        padding: 0px; 
background-color: #ffffff;
}
/* Content*/
#box5{
        width:700px; 
        height:420px;
	     position: absolute;
        text-align:left; 
        margin-left: 239px;
		  margin-top: 135px;
        margin-right: 0px;
        padding: 0px; 
background-color: #ffffff;
}


/* Formatierung für Adresse oben*/
.tabelle1 {
	font-family: Arial, Helvetica, sans-serif;
      font-size:   11px;
      line-height: 12px;
	   color: #5A3E1C;
      font-weight: normal;
		text-align:  left;
      text-decoration: none;
      padding-left: 0px;
		padding-top: 3px;
}

/* Formatierung für Navigation*/
.tabelle3 {
	font-family: Arial, Helvetica, sans-serif;
      font-size:   12px;
      line-height: 10px;
	   color: #5A3E1C;
      font-weight: bold;
		text-align:  left;
      text-decoration: none;
      padding-left: 235px;
		padding-top: 0px;
}

/* Formatierung für Headline*/
.tabelle5 {
	font-family: Arial, Helvetica, sans-serif;
      font-size:   18px;
      line-height: 20px;
	   color: #5A3E1C;
      font-weight: bold;
		text-align:  left;
      text-decoration: none;
      padding-left: 0px;
		padding-top: 0px;
}

/* Formatierung für Grundtext*/
.tabelle5a {
	font-family: Arial, Helvetica, sans-serif;
      font-size:   13px;
      line-height: 17px;
	   color: #5A3E1C;
      font-weight: normal;
		text-align:  justify;
      text-decoration: none;
      padding-left: 0px;
		padding-top: 12px;
}



a, a:active  {
      font-weight: bold;
	color: #5A3E1C;
	      text-decoration: none;
}

a:hover{
      font-weight: bold;
	color: #9C733F;
	      text-decoration: none;
}


p {
	font-family: Arial, Helvetica, sans-serif;

	   color: #5A3E1C;
      font-weight: normal;
		text-align:  justify;
}


