/* CSS Document *//* allgemein */body {	background-color: #FFFFFF;	cursor: crosshair;}/* Inhaltspositionierung */#boxGesamt {	position: absolute;	top: -1px;	left: 0px;	width: 100%;	height: 97%;	padding-top: 20px;	background-color: #FF99CC;}#box2 {	position: relative;	top: 0px;	left: 30%;	width: 50%;	height: 99%;	padding-left: 2px;	padding-right: 20px;}/* Allgemeine Layoutbeschreibungen */div {	font-family: Arial,sans-serif;	font-size: 11px;	color: #000000;	vertical-align: top;	margin-top: 1px;	margin-bottom: 1px;}p {	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	font-size: 20px;	text-indent: 20px;	color: #CC66CC;	text-align: justify;	vertical-align: top;	margin-top: 1px;	margin-bottom: 1px;}/* Verweise */a {	font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;}a:link {	color: #06F;	text-decoration: none;}a:hover {	color: #09F;	text-decoration: none;}/* Inhalt */p.h4 {	font-size: 11px;	text-align: right;	color: #999999;}p.h4b {	font-size: 16px;	text-align: right;	color: #666666;}