body {
    background-image: url(gfx/bg_header.png);	  
    background-repeat: no-repeat;
    background-size: 100% 115px;
    
    background-image: url(gfx/devider_2px.png);
    background-position: 0px 116px;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    
    background-image: url(gfx/bg_body.png);	  
    background-position: 0px 118px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
    font-size: 100%;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0; padding: 0.2em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

img.special  {
    border: 2px white solid;
    display: inline-block;	
  } 

  div#Seite {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    height: auto;
    padding: 0.2em;
    border: 0px ridge silver;
  }

  html>body div#Seite {
	  border-color: silver;  /* Farbangleichung an den Internet Explorer  */
	  text-align: center;
  }

  h1 {
    font-size: 1.2em;
    margin: 0; padding: 0.8em;
    text-align: right;
    color: #A52A2A;
    border-bottom: 1px solid silver;
  }

  div#Links {
    font-size: 0.8em;
    float: left;
    width: 122px;
    margin: 0 0 1em; 
    padding: 0 1em;
    text-align: left;
    }

  ul#Navigation {
    font-size: 1.0em;
    float: left; width: 122px;
    margin: 0 0 1.2em; padding: 0;
    text-align: left;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black /* background-color: white;*/
  }
  ul#Navigation a:visited {
    color: silver; /*  background-color: white;*/
  }
  ul#Navigation a:hover {
    color: black; /* background-color: #eee;*/
  }
  ul#Navigation a:active {
    color: white; /* background-color: gray;*/
  }

  div#Inhalt {
    margin: 0 0 0.2em 50px;
    padding: 0 0.2em;
    text-align: center;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: black;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.6em;
    margin: 0; padding: 0.1em;
    text-align: center;
   /* background-color: #FFFFFF;*/
    text-color: #A52A2A;
  }

label {
	width: 16em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input {
	margin-left: 4.5em;
} 

input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
} 


fieldset {
	border: 1px solid #A52A2A;
	width: 20em
}



