body {
  font-size: 11px;
  font-family: Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  background-color: #ffffff;
  background-image: url(Bilder/bg_main_table.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;}
	
img {
	border: 0;}
div {
	margin: 0;
	padding: 0;}
	
#container {
	width: 800px;
	margin: 0 auto;}

#header {
	position: relative;
	width: 100%;
	height: 80px;}
#header h1 {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 35px;
	margin: 0;}
#header h1 a {
	text-decoration: none;
	color: rgb(255, 204, 153);}

#menu {
	position: absolute;
	right: 10px;
	bottom: 10px;}
#menu a {
	text-decoration: none;
	font-weight: bold; 
	color: black;
	padding: 7px;
	background-color: white;}

#content{}
#content a {
	color: black;}
#content a:hover {
	color: #fe9835;}
#content strong.katalog {
	color: #fe9835;}
#content h1 {
	font-size: 16px;
	margin: 15px 0 5px 0;}
#content h2 {
	font-size: 12px;
	margin: 12px 0 5px 0;}
#content h3 {
	font-size: 11px;
	margin: 8px 0 5px 0;}
#content p {
	margin: 2px 0;}
