body {
	font-family: verdana;
	
	background: url(i/elfenbein.jpg);
	
}

a {
	color: blue;
}
a:hover{color: red;}

#neu {
	position:absolute;
	top: 0px;
	right: 0%;
	background-position: right;
	background-repeat: no-repeat;
}


a#menu {
	
	color: Black;
	
	
}
#menu_item {
	background: url(i/menu_bg.png);
	color: Black;
	background-repeat: no-repeat;
	height:35px;
	width: 220px;
	text-align: center;
	vertical-align: middle;
	
}
#menu_item:hover {
	background: url(i/menu_bg2.png);
	background-repeat: no-repeat;
	

}

h1 {
	font-family: "Comic Sans MS";
	font-size-adjust: inherit;
	font-size: 15px;
}

a.menu {
	color:black;
}
a.menu:hover {
	color: red
}

#filler{
	
	height: 50px;
}

#content-header{
	width: 600px;
	background: url(i/content_header.png);
	background-repeat: no-repeat;
}

#content{
	top: 140px;
	width: 600px;
	background: url(i/content_bg.png);
	background-repeat: no-repeat;
}


#content_item{
	font-size: 10px;
}

#content-footer{
	width: 600px;
	background: url(i/content_header.png);
	background-repeat: no-repeat;
}
#footer{
	position: absolute;
	top: 700px; 
	bottom: 0px;
	text-align:center;
	font-size: 9px;
}

#order_form{
	background-color: #c0c0c0;


}
