body {	background-color: #FFFFFF;	background-image: url(img/line.jpg);	background-repeat: repeat-x;	color: #5A5A5A;	font-family: Georgia;	font-size: 16px;}#header {	padding: 80px;	text-align: center;	font-size: 30px;	font-weight: bold;	border-bottom: 1px dotted #5A5A5A; }#navi {	background-color: #FFFFFF;	padding: 10px;	text-align: center;	border-bottom: 1px dotted #5A5A5A; }#content {	width: 600px;	background-color: #FFFFFF;	padding: 5px;	text-align: left;}#footer {	background-color: #FFFFFF;	padding: 10px;	text-align: center;	font-size: 11px;	border-top: 1px dotted #5A5A5A; 	border-bottom: 1px dotted #5A5A5A; }.content-betreff { 	font-weight: bold; 	font-size: 20px; 	border-bottom: 1px dotted #5A5A5A; }a:link, a:visited, a:active {	color: #5B5B5B;	font-weight: bold; 	text-decoration: none;}a:hover {	color: #5B5B5B;	font-weight: bold; 	text-decoration: underline;}