body 		{background: url(muster.jpg);
		font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
		color: #4D65A0;
		font-size:20px}
		
h3		{border-top: solid;
		border-width: 2px;}

div.logo1	{
		background: url(schmetti_logo.jpg);
		position: fixed;
		left: 40px;
		top: 15px;
		width: 100px;
		height: 100px;
		border: solid;}
		
div.logo2	{
		position: absolute;
		left: 175px;
		top: 20px;}
	
	
div.nav_lei	{
		position: fixed;
		width: 130px;
		left: 20px;
		top: 160px;
		padding-left: 5px;
		border: solid;
		background-image: url('pics/menulinks.jpg');
		font-family: "trebuchet ms";
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		
		
		vertical-align: middle;
		
		
		}
		
div.nav_lei a	{
		display: inline-block;
		width: 105px;
		height: 60px;
		
		
		
		color: #4d65a0;
		text-decoration: none;
		background-image: url('pics/testbutton.gif');
		}
		
div.nav_lei a:hover{
		background-image: url('pics/testbuttonHover.gif');
		}
		
div.nav_home	{text-align: center;
		font-size: 14px;}

div.body	{
		position: absolute;
		left: 190px;
		top: 120px;
		margin-right: 40px;
		border-top: solid;}