* {
margin:0;
padding:0;
}

body {
	background-image: url(images/bg.jpg);
    color: black; 
    background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 2em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    border: 0px;
}

div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 800px;
	padding: 0.5em;
	border: 0;
}

div#Header {
	
}
div#Nav {
	background-image: url("https://www.pensionerika.de/images/navi.gif");
	font-size: 120%;
	text-align: left;
	width: 800px;
	height: 26px;
	margin: 0; 
	padding: 0;
}
div#Section {
	text-align: left;
	width: 780px;
	margin: 0; 
	padding: 10px;
    background-color: white;
	font-family: Arial;
	color: #262626;
	font-size: 13px;
}
div#Footer {
	text-align: center;
	width: 800px;
	margin: 0 auto; 
	padding: 0;
	border: 0px;
}

.contentheading {
	font-family: Arial;
	height: 20px;
	color: #262626;
	text-indent: 0px;
	font-weight: bold;
	font-size: 17px;
	white-space: nowrap;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
}

.button {
  color: #ff6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

a:link, a:visited {
	color: #fa8d00; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C43C03;	text-decoration: none;
	font-weight: bold;
}

