@charset "UTF-8";/* CSS Document */body	{	margin: 0;	padding: 0;	text-align: center;	color: #333333;	line-height: normal;	background-repeat: repeat;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	background-color: #FFFFFF;	}	* {	margin: 0;	padding: 0;	text-align: left;}		a:link {	color: #00008E;	text-decoration: none;	border: 0 px;}	a:visited, a:active {	color: #00008E;	text-decoration: underline;}	a:hover {	color: #00008E;	text-decoration: underline;	}	#container	{	margin: 0 auto;	text-align: left;	background-color: #FFFFFF;	background-position: 0px 123px;	background-repeat: repeat;	width: 1043px;	background-image: url(img/Sonneninsel_03.jpg);	height: auto;	}	#header	{	background-position: center top;	background-repeat: no-repeat;	background-image: url(img/Sonneninsel_01.jpg);	height: 123px;	}#picture	{	background-position: center top;	background-repeat: no-repeat;	background-image: url(img/Sonneninsel_02.jpg);	height: 289px;	}#content	{	height: auto;		}#footer	{	height: 139px;	}h1	{	font-weight: normal;	font-size: 14px;	color: #00008E;	}
