body 		{
			background-image: url('http://www.weibhauser.com/PAERCHEN3.jpg');
			background-repeat: no-repeat;
			background-position: center top;
			scrollbar-base-color: #A0290B;
			scrollbar-face-color: #FDE7D2;
			background-color: #FFE5CC;
			font-family: Verdana;
			font-size: 13px									
			}
a:hover     { color:#FF0000;text-decoration:none;font-weight:bold;font-family:verdana}
a:link      { color:#CCFF99;text-decoration:none;font-family:verdana }
a:visited   { color:#000080;text-decoration:none;font-family:verdana }
a:active	{ color:#33FFCC;text-decoration:none;font-family:verdana }
.wichtig 	{
	        font-family: Verdana;
			font-size: 13px;
			font-weight: bold;
			color: red;
			padding: 4px;
			border: 1px dotted white;
			background-color:#000080;
			}							
#kasten1 	{
			position: static;
			height: 100px;
			width: 50%;
			padding: 5px;
			background-color: #FFFFFF;	
			border: 1px solid #FF0000;								
			}
#kasten2 	{
			position: relative;
			top: 50px;
			left: 300px;
			height: 300px;
			width: 340px;
			padding: 5px;
			background-color: #800000;	
			border: 1px solid #CCCCCC;							
			}
#kasten3 	{
			position: static;
			width: 155px;
			padding: 10px;
			background-color: #FFCC33;	
			border: 1px solid #660066;								
			}
#kasten4 	{
			position: static;
			height: 50px;
			width: 150px;
			padding: 10px;
			background-color: #66FF66;	
			border: 1px solid #33FFFF;								
			}
#kasten5 	{
			position: static;
			height: 200px;
			width: 355px;
			padding: 10px;
			background-color: #FF6600;	
			border: 1px solid #FFFFCC;								
			}
#kasten6 	{
			position: absolute;
			top: 400px;
			left: 350px;
			height: 80px;
			width: 130px;
			padding: 10px;
			background-color: #FF3366;	
			border: 1px solid #000000;								
			}
#kasten7 	{
			position: fixed;
			top: 250px;
			left: 200px;
			height: 16px;
			width: 450px;
			padding: 2px;
			background-color: #FF9900;	
			border: 1px solid #99CC00;								
			}