/* CSS Document */BODY {      background-color : #ffffff;	  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;      color : #9E520B;      margin: 0 0 0 10px;       } p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-align: left;  margin-bottom: 5px }h1 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #9E520B; text-align: left;  margin-bottom: 5px }h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #E0AD12; text-align: left;  margin-bottom: 5px }h3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ffffff; text-align: left;  margin-bottom: 5px }h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #9E520B; text-align: left;  padding: #FFFFFF; padding-width: 5px; margin: #FFFFFF; margin: -5px; border: #FFFFFF; border-style: solid; border-width: 5px; background-color : #FFFFFF; background-repeat: repeat-y;}		#container {			border: #E0AD12; border-style: solid; border-width: 3px;			background-color : #ffffff;			margin: 10px;			margin-left: auto;			margin-right: auto;			padding: 10px; }		#banner {			height: 200px;			padding: 0px;			margin-bottom: 0px;			background-image: url(http://www.frankgemignani.com/images/frankbannerlogo.gif); background-repeat: no-repeat;			background-color: #ffffff; }		#content {			padding: 5px;			margin-left: 10px; }		#footer {			clear: both;			padding: 5px;			margin-top: 5px;			background-color: #ffffff;			border: #E0AD12; border-style: solid; border-width: 1px; }					.Inhalt { /*this is the main content area*/ background: #FFFFFF; /*declare a color together with a contrasting background color*/ color: #000088; /*to insure readability*/ margin-left: 0px; /*to position the content area to the right of the navigation*/ margin-right: 10px; /*breathing space for the text*/ padding: 5px; /*space to separate navigation and content*/ font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;     width: auto; border: 0.1px solid #FFFFFF; /*to insure that NN4.xx renders the background-color of the content area*/ }	