@charset "UTF-8";/* CSS Document */body {	background-image:url(html-rippe.jpg);	background-repeat:repeat;	background-attachment:fixed;}/* Schrift im Block */c {	background-color:#000000;	font-family:Arial, Helvetica, sans-serif;	font-size:25px;	font-stretch:inherit;	font-weight:bold;	}c:link {	text-decoration:none;	}	c:visited {	text-decoration:none	}	c:hover {	text-decoration:none	}	c:active {	text-decoration:none	}/* Schrift als Link im Header */a {	background-color:#000000;	color:#FFFFFF;	font-family:Arial, Helvetica, sans-serif;	font-size:30px;	font-stretch:inherit;	font-weight:bold;		}	a:link {	text-decoration:none;	color:#FFFFFF;	}	a:visited {	text-decoration:none;	}	a:hover {	text-decoration:none;	font-size:30px;	color:#000000;	background-color:#FFE600;	}	a:active {	text-decoration:none;		}	/* Schrift im Block zum Lesen */		b {	background-color: #ffffff;	font-family: Arial, Helvetica, sans-serif;	font-size:12px;	font-stretch:inherit;	font-weight:100;		}	d {	background-color:#000000;	color:#FFFFFF;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;		}		#logolink {	display:block;	width:400px;	margin:auto;	margin-top:12%;	}		#hauptspalte {	display:block;	width:400px;	margin:auto;	margin-top:20px;	font-family:Arial, Helvetica, sans-serif;			}	#hauptspalte .newsblock {	display:block;	background-color: #FFE600;	width:400px;	height:auto;	}	#hauptspalte headline {	display:block;	color:#FFFFFF;	background:#FFE600;	line-height:25px;		}#hauptspalte artikel {	display:block;	color:#000000;	background-color: #FFE600;	line-height:14px;	margin-bottom:20px;	}	#hauptspalte datum {	display:block;	color:#000000;	font-size:40px;	font-weight:bold;	background: #FFE600;	line-height:30px;	}	#hauptspalte hr {	border:hidden;	height:10px;	}			