/*----------------------------allgemeine Seiteneigenschaften----------------------------------*/
	BODY {
		font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 0.85em/1.6;
		background:url("container_top_grad.png") repeat-x scroll left 120px transparent;					/*Hintergrundbild gesamte Seite*/
		color: #7F7F7F;
		margin:0;
		padding:0;
		width: 100%;
	}
/*--------------------------------allgemeine Contenteigenschaften-----------------*/
	#bar {
		width: 100%;
		height: 119px;		
		background-color: #D34229;	
		left:0;
		top:0;
		position: absolute;
		z-index:1;
		border-bottom:1px solid #ffffff;
	}
	 #container {
		position:relative;
		z-index:2;
		background:url("content_top.png") no-repeat scroll left 227px transparent;
		border:0;
		width: 914px;
		padding-top: 30px;
		margin-left:-457px;
		left:50%;
	}
/*-----------------------------große Tabelle über ganze Seite--------------------------*/
	#bodytable {
		width: 914px;
	}
	
/* ------------------------------- Header----------------------------------*/
	#header{
		width: 100%;
		height: 197px;			
		z-index:3;
	}
	#header #background {
		position:absolute;
		width:914px;
		height:197px;
		z-index:3;
		background: url(header_bg.png);
		padding: 0;
		margin: 0;
	}
	
	#navcontainer {
		height:46px;
		padding:0 20px;
		position:relative;
		z-index:3;
	}
	#navcontainer a {
		display:block;
		font-size:1em;
		font-weight:bold;
		height:41px;
		padding: 17px 0px 19px;
		text-align:center;
		text-decoration:none;
		width:90px;
		z-index:7;
		color:#7F7F7F;
	}
	#navcontainer a:hover {
		color:#09202E;
		background:url(button_over.png) no-repeat scroll center 4px transparent;
	}
	#navcontainer ul {
		list-style:	none;
		padding:0;
		margin:0
	}
	#title {
		position:relative;
		width: 900px;
		height:150px;
		z-index:3;	
		left: 7px;
		background-color:#09202E;
		> top: -7px;  /*IE hack*/
	
	}	
	#overlay_header {
		background:url(header_swirls.png);
		display:block;
		position: relative;
		z-index:5;
		width:900px;
		height: 150px;
		z-index:4;
		
	}
	
	#logo {
		background:url(logo_cutted_900px.png);
		height:140px;
		position:absolute;
		top:10px;
		width:900px;
		z-index:6;
	}
	#title h1 {
		color:#ffffff;
		margin-top:5px;
		position:absolute;
		text-shadow:0 -1px 0 #05131B;
		top:50px;
		z-index:7;
		text-align:center;
		width: 100%;
		font-size:2.2em;
		font-weight:normal;
		letter-spacing:-1px;
	}
	/*----------------------------------Links allgemein-------------------------------------*/
	a {
		color: #CDCDCD;												/* Farbe Hyperlinks*/
		text-decoration: none;
	}
	a:hover {
		color: #000000;												/* Farbe Hyperlinks hoover*/
		text-decoration: none;
	}
	a:active {
		color: #000000;												/* Farbe Hyperlinks active*/
	}
/*_------------------------------------Inhalttabelle----------------------------*/
	#contenttable {
		vertical-align: top;
		border: 0;
		padding: 0;
		width: 900px;
		height: auto;
		margin-left:7px;
		> margin-top: -6px;  /*IE hack*/
	}
/*-------------------------------------Timetable-----------------------------------*/
	#leerspaltelinks {
		width: 0px;										/*Abstand Timetable vom linken Seitenrand*/
	}
	#timetable {
		width: 250px;									/*Breite Timetable*/
		height: 750px;
		border: 0;
		padding: 0;
		vertical-align: top;
		text-align: right;
		margin-top: 0px;
	
	}
	.timetable_iframe {
		width: 100%;
		height: 100%;
		border: 0;
		padding: 0;
		vertical-align: top;
		text-align: right;
		margin-top: 0px;
	}
/*-----------------------------------------Resulttable-----------------------------------*/
	#resulttable {
		width: 550px;
		vertical-align:top;
		background-color: #ffffff;
		text-align: left;										/*Ausrichtung der Datentabellen*/
		border-left: 4px solid ffffff;
		border-right: 4px solid #ffffff;
		border-bottom: 4px solid #ffffff;
	}
	#resulttablecontent {
		width: 630px;												/*Breite Datentabelle*/
		padding: 0;
		border: 0;
		margin-left:20px;										/*zusätzlicher Abstand von links der Datentabellen*/
		vertical-align: top;
	}
	#resulttableheader {
		border:0;
		width: 100%;
		height: 31px;
		padding:0;
		text-align: center;
		vertical-align: middle;
	}
	.resulttableheader_font {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 1.1em;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #D34229;
	}
	#distance_resulttableheader_recordtable {
		background-image: url(transparent.gif);										/*Abstand Tabellenheader-Rekordtabelle*/
		width:1px;
		height:3px;
	}
	#recordtableframe {
		border:0;
		width: 100%;
		padding:0;
		text-align: center;
	}
	#recordtable {
		border: 0;
		width: 100%;
		padding: 0;
		/*background-color: #40A040;																/*Rahmenfarbe Rekordtabelle */
	}
	#recordtablebackround {
		/*background-color:#FFFFFF;																	/*Hintergrundfarbe Tabellenkopf Rekorde*/
	}
	#recordname { width: 130px; height: 14px;}										/*Breite Höhe Spalte Rekordname*/
	#recordperform { width: 40px; text-align: right;}						/*Breite Spalte Rekordperfomance*/
	#recordholder { width: 175px;}															/*Breite Spalte Rekordhalter*/
	#recordnation { width: 35px;}																/*Breite Spalte Rekordnation*/
	#recordlocation { width: 140px;}														/*Breite Spalte Rekordort*/
	#recorddate { width: 100px; text-align: right;}							/*Breite Spalte Rekorddatum*/
	.record_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	#datatableframe {
		border:0;
		width: 100%;
		padding:0;
		text-align: center;
	}
	#distance_recordtable_datatable {
		background-image: url(transparent.gif);										/*Zwischenraum Rekordtabelle-Tabellenkopf Daten*/
		width:1px;
		height:3px;
	}
	#datatableheader {
		width: 100%;
		border: 0;
		padding: 1;
		/*background-color: #000000;			/*Hintergrundfarbe Tabellenkopf Daten*/
	}
	#datatable {
		padding:0;
		/*background-color: #40A040;			/*Rahmenfarbe Datentabelle*/
		width: 100%;						/*Breite Datentabelle*/
		border: 0;
	}
/* Spaltenbreiten Tabellenkopf Daten Startlisten */
	#datahead_start_stord { width:35px; height:20px; text-align: center; vertical-align: middle;}
	#datahead_start_bib { width: 40px; text-align: center; vertical-align: middle;}
	#datahead_start_athlete { width: auto; text-align: left; vertical-align: middle;}
	#datahead_start_nation { width: 40px; text-align: center; vertical-align: middle;}
	#datahead_start_PB { width: 60px; text-align: center; vertical-align: middle;}
	#datahead_start_SB { width: 60px; text-align: center; vertical-align: middle;}
	.datahead_start_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
	}
	#data_start_stord { height:20px; text-align: center;}
	#data_start_bib { text-align: center;}
	#data_start_athlete { text-align: left;}
	#data_start_nation { text-align: center; vertical-align: middle;}
	#data_start_flag { height:11px; text-align: center; vertical-align: middle;}
	#data_start_PB { text-align: center;}
	#data_start_SB { text-align: center;}
	.data_start_font {
		color: #7F7F7F ;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: 400;
		font-variant: normal;
		font-style: normal;
		letter-spacing: normal;
	}
	
/* Spaltenbreiten Tabellenkopf Daten Ergebnislisten */
	.wind_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-align: right;
	}
	#datahead_result_rank { width: 30px; height: 20px; text-align: center; vertical-align: middle;}
	#datahead_result_athlete {width: auto; text-align: left; vertical-align: middle;}
	#datahead_result_nation {width: 38px; text-align: center; vertical-align: middle;}
	#datahead_result_attempt {width: 35px; text-align: center;}
	#datahead_result_heighttable {width: 240px;}
	#datahead_result_height {width: 32px; height: 10px; text-align: center;}
	#datahead_result_result_race {width: 80px; text-align: right; vertical-align: middle;}
	#datahead_result_result_width {width: 70px; text-align: right; vertical-align: middle;}
	#datahead_result_result_height {width: 70px; text-align: right; vertical-align: middle;}
	#datahead_result_combined_points{width: 50px; text-align: center; vertical-align: middle;}
	#datahead_result_reaction_time {width: 70px; text-align: center; vertical-align: middle;}
	.datahead_result_font{
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
	}
	.datahead_result_height_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
	.datahead_result_attempt_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
/*Spaltenbreiten Daten Ergebis*/
	#data_result_rank { text-align: center; vertical-align: middle;}
	#data_result_athlete { width: auto; text-align: left; vertical-align: middle;}
	#data_result_nation { vertical-align: middle; text-align: center; vertical-align: middle;}
	#data_result_attempt { height:20px; text-align: center; vertical-align: middle;}
	#data_result_height { width: 32px; height: 10px; padding:0; margin:0; text-align: center;}
	#data_result_result_height{ text-align: right; vertical-align: middle;}
	#data_result_result_width{ text-align: right; vertical-align: middle;}
	#data_result_result_race{ width: 50px; text-align: right; vertical-align: middle;}
	#data_result_recordflag{ width: 20px; text-align: center; vertical-align: middle;}
	#data_result_disqualification_flag{ width: 20px; text-align: right; vertical-align: middle;}
	#data_result_disqualification_rule{ width: 50px; text-align: right; vertical-align: middle;}
	#data_result_perf_wind{ text-align: right; vertical-align: middle;}
	#data_result_reaction_time{ text-align: center; vertical-align: middle;}
	#data_result_combined_points{ text-align: center; vertical-align: middle;}
	#datatable_row_1 {
		background-color:#E8E8E8;			/*Hintergundfarbe Datenzeile 1*/
	}
	#datatable_row_2 {
		/*background-color: #191919;			/*Hintergundfarbe Datenzeile 2*/
	}
	.data_result_font {
		color: #7F7F7F ;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: 400;
		font-variant: normal;
		font-style: normal;
		letter-spacing: normal;
	}
	.data_result_height_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	.data_result_attempt_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	.data_result_perf_wind {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 9px;
		font-variant: normal;
		font-style: normal
	}
	.data_result_reaction_time_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	.data_result_combined_points_font {
		color: #D34229;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-variant: normal;
		font-style: normal
	}
	#buttontable {
		width: 100%;
		border: 0;
		margin-top:10px;
	}
	#buttontable a {
	background: #ffffff;
	color: #7F7F7F;
	height: 12px;
	width: 70px;
	font-weight: bold;
	font-size: 9px;
	padding: 2px;
	display: block;
	text-align: center;
	border: 1px solid #191919;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;*/
	}
	#buttontable a:hover{
	background: #D34229;
	color:#ffffff;
	/*-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;*/
	}
	
/*Tabelle Intermediatetimes*/
	#intermediatetable {
		width: 100%;
		border:0;
		padding:0;
		
	}
	#intermediatetable_inner {
		width: 100%;
		border:0;
		padding:0;
	}
	#intermediatetable_header {
		width: 100%;
		border:0;
		padding:0;
		/*background-color: #40A040;			/*Hintergrundfarbe Intermediatetimetabellenheader */
	}
	#intermediatetable_header_content {
		height: 20px;
		text-align: left;
	}
	.intermediatetable_header_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
	}
	#intermediatetable_frame {
		/*background-color: #40A040;			/*Rahmenfarbe Intermediatetimetabelle */
		
	}
	#intermediatetable_data {
		width: 100%;
		border:0;
		padding:0;
		background-color: #E8E8E8;
		/*background-color: #FFFFFF;			/*Hintergundfarbe Intermediatetimetabelle */
	}
	#intermediatetable_column1 { width:40px; height:18px;}
	#intermediatetable_intermed_txt { width:40px; }
	#intermediatetable_intermed_lead_bib { width:40px;  text-align: right;}
	#intermediatetable_intermed_name { width:200px; }
	#intermediatetable_intermed_time { width:40px; text-align: right;}
	#intermediatetable_column2 { width:100px; }
	.intermediatetable_data_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
/*----------------------------------------Flashinterview----------------------------------------------*/
	#flashinterview_time{ height:20px; text-align: center;}
	.flashinterview_time_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	#flashinterview_link{
		width:100%;
		height:20px;
		padding-left: 5px;
		text-align: left;
	}
	.flashinterview_link_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	#flashinterview_content {
		vertical-align:top;
		width:100%;
		text-align: left;
	}
	.flashinterview_content_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	.flashinterview_content_name {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal;
		font-weight: bold;
	}
	#flashinterview_line {
		background: url(transparent.gif) #000000 ;
		width: 50px;
	}
	
/*----------------------------------------Footer----------------------------------------------*/
	
	#footer {
		background-color:#D34229;
		color:#FFFFFF;
		height:70px;
		text-align:center;
		bottom:0px;
		margin:0;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
		font-weight:bold;
	
  	}
  
  	#footer p {
		text-shadow:0 -1px 0 #7E2718;
		margin:0;
		padding-top:15px;
	}
/*---------------------------------------------------------------------------------------*/
	TH {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; font-size: 12px
	}
	P {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; font-size: 12px
	}
	SPAN {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; font-size: 12px
	}
	LI {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; font-size: 12px
	}
/*-------------------------------------------Schriften----------------------------------------*/
	.schwarz {
		color: #000000;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-variant: normal;
		font-style: normal
	}
	.schwarz_fett {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}
	.schwarz_fett_gross {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #000000;
	}
	.schwarz_unterstrichen { 
		font: normal 11px normal "Lucida Grande",Lucida,Verdana,sans-serif;
		color: #000000;
		text-decoration: underline ;
	}
	.schwarz_fett_grossbuchstaben { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		color: #000000;
		text-transform: uppercase;
	}
	.schwarz_gross { 
		color: #000000 ;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: 400;
		font-variant: normal;
		font-style: normal;
		letter-spacing: normal;
	}
	.schwarz_klein {
		color: #000000;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 9px;
		font-weight: 400;
		font-variant: normal;
		font-style: normal; 
		letter-spacing: normal; 
		white-space: normal; 
		cursor: auto;
	}
	.schwarz_fett_unterstrichen {
		font: normal 11px "Lucida Grande",Lucida,Verdana,sans-serif;
		color: #333333;
		text-decoration: underline;
		font-weight: bold ;
	}
	.schwarz_kursiv { 
		color: #000000 ;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: 400;
		font-variant: normal;
		font-style: italic;
		letter-spacing: normal;
		white-space: normal;
		cursor: auto;
	}
	.weiss_klein {
		color: #333333;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: underline
	}
	.weiss {
		color: #ffffff;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
	.weiss_fett_bild {
		color: #ffffff;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-weight: bold;
		font-style: normal;
		background-image: url(headerback_red.png);
		padding-left: 15px;
		padding-top: 2px;
	}
	.weiss_fett {
		color: #ffffff;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 10px;
		font-weight: bold;
		font-style: normal;
	}
	.weiss_fett_kursiv {
		color: #000000;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
	}
	.weisskursiv {
		color: #000000;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: italic;
	}
	.weisskursiv A {
		color: #000000;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: italic;
	}
	.weiss_unterstrichen {
		color: #ffffff;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
	}
	.rot {
		color: #993333;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		line-height: normal;
		font-variant: normal;
	}
	.rot_fett {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #993333;
	}
	.rot_fett_gross {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size:13px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #333333;
	}
	.dunkelgrau {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #333333;
	}
	.weinrot-fett-gross {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: bold; 
		font-variant: normal;
		color: #990033;
		background: url(news_header_back.png) no-repeat center;
	}
	.fettrrotunterstrichen {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		color: #993333;
		text-decoration: underline;
	}
	.grau {
		color: #333333;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal
	}
	.graufett {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #333333;
	}
	.web {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #006699;
		text-decoration: blink;
	}
	.gross {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none
	}
	.kursiv { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-style: italic;
		line-height: normal;
		font-weight: normal;
		color: #000000;
	}
	.titel {
		color: #cc3333;
		font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none
	}
	.EinfachKlein {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 6px;
	}
	.klein {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		text-decoration: none
	}
	.gruen {  
		font: normal 11px "Lucida Grande",Lucida,Verdana,sans-serif;
		color: #006633;
	}
	.gruenFett {  
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #006633;
	}
	.hellgrauFett { 
		color: #D8E7E9;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px ;
		font-weight: bold;
	}
	.gruenMittel { 
		font: normal 11px "Lucida Grande",Lucida,Verdana,sans-serif;
		color: #006633;
	}
	.gruenMittel-Fett { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: lighter;
		font-variant: normal;
		color: #006633 ;
	}
	.gruenUnterstrichen { 
		font: normal 11px "Lucida Grande",Lucida,Verdana,sans-serif;
		color: #006633;
		text-decoration: underline;
	}
	.schwarz_fettGross { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}
	.gruenFettGross { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #006633;
	}
	.gruenFettGrossbuchstaben {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold; 
		font-variant: normal;
		color: #006633 ;
		text-transform: uppercase;
	}
	.gruenFettSG { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #006633;
	}
	.gruenFettUnterstrichen { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #006633;
		text-decoration: underline; 
	}
	.gruenFettUnterstrichenKlein { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 9px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		font-variant: normal; 
		color: #006633; 
		text-decoration: underline;
	}
	.gruenKleinKopie { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 9px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		font-variant: normal; 
		color: #006633;
	}
	.OrangeFett { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		color: #000000;
	}
	.Content { BACKGROUND-color: #FEF7E7;
		border:2px dotted #FD8F3E;
	}
	.Dunkelblau { 
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 9px; 
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
		white-space: normal; 
		cursor: auto; 
	}
	.DunkelblauNormal { 
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 11px; 
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
	}
	.DunkelblauNormalFett { 
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 11px; 
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
		font-weight: bold;
	}
	.DunkelblauFett { 
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 13px; 
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
		font-weight: bold;
	}
	.DunkelblauGross {
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 13px; 
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
		font-weight: normal;
	}
	.Trebuchet { 
		font-family: "Trebuchet MS"; 
		font-size: 20px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		color: #333333; 
	}
	.schwarzBlocksatz { 
		color: #000000; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-variant: normal;
		font-style: normal;
		letter-spacing: normal; 
		white-space: normal; 
		cursor: auto; 
		text-align: justify; 
		word-spacing: normal;
	}
	.DunkelblauUnterstrichen { 
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
		white-space: normal; 
		cursor: auto; 
		text-decoration: underline; 
		font-weight: normal;
	}
	.graufettklein { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		color: #333333
	}
	.OrangeUnterstrichen { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		font-variant: normal; 
		color: #E08F10; 
		text-decoration: underline;
	}
	.Orange { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		font-variant: normal; 
		color: #E08F10; 
	}
	.OrangeFetthochgestellt { 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		color: #E08F10; 
		top: -5px; 
	}
	.DunkelblauUnterstrichenFett { 
		color: #003366; 
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif; 
		font-size: 11px; 
		font-variant: normal; 
		font-style: normal; 
		letter-spacing: 0.028em; 
		white-space: normal; 
		cursor: auto; 
		text-decoration: underline; 
		font-weight: bold;
	}

