/* Aufbau */p, h1, h2, h3, ul, ol, span, td, form, li	{	margin:0px;	padding:0px;	}html, body 	{	margin-top:5px;	padding:0px;	font-family:Arial, Helvetica, sans-serif; 	font-weight:normal; 	font-size:12px;	color:#000000;	line-height:18px;	letter-spacing:0px;	}#contentscroll 	{	position:absolute;    overflow: auto;    height: 350px;    width: 660px;	padding-right:20px;	padding-left:20px;	padding-top:20px;	background-color: #F0F0F1;	-moz-border-radius:8px;	scrollbar-face-color: #CC3333;	scrollbar-highlight-color: white;	scrollbar-shadow-color: white;	scrollbar-3dlight-color: #CC3333;	scrollbar-arrow-color: #CC3333;	scrollbar-track-color: white;	scrollbar-darkshadow-color: #CC3333;	}/* Formular */		.formular {	margin:15px;	}.formulartext {	padding-right:10px;	}.feld {	border: 1px dotted #999999;	}.button {	border: 1px solid #999999;	}input, select, textarea {	color:#000000;	font-size:11px;	}.textinformular {	color:#666666;	padding-top:10px;	}/* Navigation */#navigation, #navigation a	{	font-family:"Trebuchet MS"; 	font-size: 13px;	line-height: 33px;	color: #666666;	text-decoration:none;	margin-top:20px;	margin-bottom:20px;	}#current	{	font-family:"Trebuchet MS"; 	font-size: 13px;	line-height: 33px;	color: #CC3333;	text-decoration:none;	margin-top:20px;	margin-bottom:20px;	} #navigation a:hover	{	color: #CC3333;	}/*Textauszeichnung*/a:link 	{	color:#000000;	text-decoration:underline;	}a:visited 	{	color:#999999;	text-decoration:underline;	}a:hover 	{	color:#CC3333;	text-decoration:underline;	}a:active 	{	color:#CC3333;	text-decoration:none;	}h1 	{	font-family:"Trebuchet MS"; 	font-size:16px;	font-weight:bold;	color:#CC3333;	letter-spacing:0px;	padding-top:0px;	padding-bottom:5px;	}h3 	{	font-family:"Trebuchet MS"; 	font-size:12px;	font-weight:bold;	color:#CC3333;	letter-spacing:0px;	padding-top:0px;	padding-bottom:5px;	}ul	{	list-style-type: square;	list-style-position: outside;	margin-left: 15px;	}	ul ul	{	list-style-type: circle;	list-style-position: outside;	margin-left: 15px;	}	.bold {font-weight: bold;color:#CC3333;}