<!-- 
/* allgemeine Seitendefinitionen - begin */
	body
	{
		background: #c1c0bf;
		margin: 0;
		padding: 0;
                color: white;
                font-weight: bold !important;
                font-size: 11pt !important;
		font-family: arial, helvetica, sans-serif;
	}
	
	table
	{
		border-collapse: collapse;
		border-style: hidden;
	} 
        table td
	{
		font-weight: bold !important;
                font-size: 11pt !important;
		font-family: arial, helvetica, sans-serif;
	}        
/* allgemeine Seitendefinitionen - end */	
	
/* Haupttabelle - begin */
	table.haupt
	{
		/*width: 1001px;*/
		width: 1124px;
		height: 100%;
	}
	
	td.header
	{
		padding-top: 15px;		
		text-align: center;
		vertical-align: top;
		height: 80px;
	}
	
	td.navigation
	{
		vertical-align: top;
		height: 55px;
	}	
	
	td.textbereich
	{
		vertical-align: top;
	}
	
	td.footer
	{
		text-align: center;
		vertical-align: bottom;
		height: 50px;
	}
/* Hauptabelle - end */

/* Navigation - begin */
	table.navi
	{
		width: 100%;
		padding: 0;
		vertical-align: top;
	}
	
	table.navi td.linkleiste
	{
		width: 122px;
		background: #fdf4b5;		
	}
	table.navi td.linkleiste a
	{
		color: #828282;
		font-size: 11pt;		
		font-weight: bold;
		text-decoration: none;
	}
	
	table.navi td.new {
		width: 122px;
		background: #b90e0e;		
	}
	table.navi td.new a
	{
		color: #fdf4b5;
		font-size: 11pt;		
		font-weight: bold;
		text-decoration: none;
	}

	table.navi td.spacer
	{
		width: 3px;
		background: white;
	}
	
	table.navi td.bilderleiste
	{
		width: 122px;
		background: #828282;
		vertical-align: top;
	}	
	table.navi td.focused
	{
		width: 122px;
		background: #828282;
		vertical-align: bottom;
		color: #fdf4b5;
		font-size: 13pt;
		font-weight: bolder;
	}		
/* Navigation - end */

/* Footer - begin */	
	table.table_footer td.platzhalter
	{
		width: 50%;		
		height: 15px;
	}
	
	table.table_footer td.spruch
	{
		width: 50%;
		height: 15px;
		margin-left: 5px;
		text-align: left;
		vertical-align: bottom;
	}
	
	table.table_footer td.strich
	{
		vertical-align: bottom;
		text-align: center;
		width: 605px;		
	}	
		
	table.table_footer 
	{
		vertical-align: top;
		text-align: right;		
	}
	
	table.table_footer td.copy
	{
		vertical-align: top;
		text-align: center;		
                font-weight: normal !important;
		font-size: 8pt !important;
	}
	
	table.table_footer td.copy a
	{
		text-decoration: none;
		color: white;
	}
        table.table_footer td.copy a:hover
	{
		text-decoration: none;
		color: #fdf4b5;
	}

table.table_footer td.funktionsleiste
	{
		vertical-align: top;
		text-align: center;		
                font-weight: bold !important;
		font-size: 9pt !important;
	}
	
	table.table_footer td.funktionsleiste a
	{
		text-decoration: none;
		color: #828282;
	}
        table.table_footer td.funktionsleiste a:hover
	{
		text-decoration: none;
		color: #fdf4b5;
	}

/* Footer - end */
		
 -->