/* theaterblut.ch stylesheet definition fŸr html version 1103*//* onkel rat & onkel fw joint venture*//* farbdefinition, bg color in navi sollte gleich sein wie bg color in kapitel*//* global body stuff*/body {	font-family			: Arial, sans-serif;  	background-color		: #ffffff; /* hellblau bg color - nicht dynamisch*/  	  	margin-left			: 0px;   	margin-right		: 0px;   	margin-top			: 0px;   	margin-bottom		: 0px}/* kleiner text oben mit theaterblut ist...*/span.blut {	font-size			: 9pt;	color				: #ff7500;	margin-left			: 10px;	/*margin-right		: 147px;*/}span.claim {	font-size			: 10pt;	/*font-family			: "Times New Roman", Times, serif; */	color				: #ff7500;	margin-left			: 10px;	/*margin-right		: 147px;*/}/* warnung wenn kein flash player da is.*/span.alert {	font-size			: 10pt;	color				: #FFFFFF;	margin-left			: 12px;	font-weight			: bold;	/*text-decoration		: blink;*/}a.alertlink:link {  	text-decoration		: underline;  	color				: #FFFFFF; }  a.alertlink:hover { 	 text-decoration	: underline;	 color		: #ff0000f;}  a.alertlink:active {  	text-decoration		: underline;  	color				: #ff0000; }a.alertlink:visited {  	text-decoration		: underline;  	color				: #ff0000; }/* navigation*/	a.navigation {	font-size			: 10pt;	line-height			: 13pt;	/*padding			: 0 2 2 0px;	margin			: 0px 2px 2px 0px;*/}	/* unter navigation*/a.sub_navigation {	font-size			: 9pt;	line-height			: 10pt;	text-decoration		: none;	/*margin-left			: 20px;	padding			: 0 2 0 2px;	margin			: 0px 2px 0px 2px;*/}/* link in navigation*/    a.navigation:link {  	text-decoration		: underline;  	color				: #000000; }a.navigation:visited {  	text-decoration		: underline;  	color				: #000000; }  a.navigation:hover { 	 text-decoration	: underline;	 color		: #ffffff;	 background-color	: #ff7500;}  a.navigation:active {  	text-decoration		: underline;  	color				: #ffffff; }/* link in sub_navigation*/    a.sub_navigation:link {  	text-decoration		: none;  	color				: #000000; }a.sub_navigation:visited {  	text-decoration		: none;  	color				: #000000; }  a.sub_navigation:hover { 	 text-decoration	: none;	 color		: #ffffff;	 background-color	: #ff7500;}  a.sub_navigation:active {  	text-decoration		: none;  	color				: #ffffff; }/* aktuelle seite in navigation*/span.active {	/*text-decoration		: blink;*/	font-size			: 10pt;  	color				: #ffffff;	/*font-variant 		: small-caps;*/	background-color		:#ff7500;	/*border			: 1px solid black !important;*/	padding			: 0 2 0 4px;}/* kapitel Ÿberschriften*/span.kapitel {	/*text-decoration		: blink;*/	font-size			: 10pt;  	color				: #ffffff;	/*font-variant 		: small-caps;*/	background-color		:#ff7500;	/*border			: 1px solid black !important;*/	padding			: 0 50 0 4px;}/* lauftext*/span.content {	font-size			: 10pt;}span.lead {	font-size			: 10pt;	font-weight			: bold; }/* listen titel */span.listtitle {	font-size			: 10pt;	font-weight			: bold;}ul {	list-style-type		:square;}/* listen eintrag */li {	font-size			: 10pt;}/* text klein unten rechts, tryout stuff*/span.credits {	font-size			: 9pt;	font-family			: Times, serif; 	color				: #ffffff;	margin-top			: 10px;   	margin-left			: 650px; }/* normaler link in text*/    a.text:link {  	text-decoration		: underline;  	color				: #FF7500; }a.text:visited {  	text-decoration		: underline;  	color				: #999999;}  a.text:hover {		 	 text-decoration	: underline;	 color		: #ff0000;}  a.text:active {  	text-decoration		: underline;  	color				: #ff0000; }
