/* CSS Document */	body	{		margin: 0;		padding: 0;		font: 85% arial, hevetica, sans-serif;		text-align: center;		color: #505367;		background-image: url(../images/verlauf.gif);		background-attachment: fixed;		position: relative;	}		h2	{		color: #000000;		font: 80% verdana,tahoma, arial, sans-serif;		margin-top: 5px;		margin-left: 5px;		margin-right: 5px;	}		h3	{		color: #999999;		font: 75% verdana,tahoma, arial, sans-serif;		margin-top: 0;	}			#container	{		margin: 1em auto;		width: 700px;		text-align: left;		background-color: white;			}		#header	{		height: 290px;		background-image: url(../images/header.gif);		background-repeat: no-repeat;		background-position: 0 0;		position: relative;	}				#nav		{		margin-right: 0px;		margin-left: 0px;		height: 24px;		border-bottom: 1px solid white;		position: relative;	}		#footer		{		clear: both;		height: 15px;		position: relative;		}
