/*										
//--------------------------------------------------------------------------
// Head
//--------------------------------------------------------------------------
*/
img.logo							{
										position: absolute;
										top: 8px;
										right: 0px;											
									}

img.headpict						{
										position: absolute;
										top:62px;
										left: 10px;
									}
/*
//--------------------------------------------------------------------------
// NAVIGATION
//--------------------------------------------------------------------------
*/
.hor_navi							{
									}
.hor_navi ul						{
										display: inline;
										margin: 0;
										padding: 0;
										list-style-type: none;
									}
.hor_navi li						{
										display: inline;
										color: white;											
										padding-left: 2px;
										font-family: Arial, Helvetica;
										font-weight: normal;											 
										font-size: 11px;
									}
.hor_navi a  						{
										color: white;
										font-family: Arial, Helvetica;
										text-decoration: none;
									}
.hor_navi a:hover  					{
										text-decoration: underline;
									}
/*										
//--------------------------------------------------------------------------
// Sublevel-Menu
//--------------------------------------------------------------------------
*/
.sublevel_menu						{
										background-color: #CDCDCD;
										width: 800px;
										padding: 0;
										padding-top: 4px;
										padding-bottom: 6px;
									}
.sublevel_menu td 					{
										padding-left: 8px;
									}
.sublevel_menu td ul				{
										margin: 0;
										padding-left: 4px;
										border-left: 1px solid #646464;
										list-style-type: none;
										font-family: Arial, Helvetica;
										font-size: 11px;
										font-weight: normal;											 
										line-height: 14px;
									}
.sublevel_menu td ul li				{
										color: #646464;											
									}
.sublevel_menu a  					{
										color: #646464;
										text-decoration: none;
									}
.sublevel_menu a:hover  			{
										color: #B41223;
										text-decoration: underline;
									}
.sublevel_menu a.selected			{
										color: #B41223;
										text-decoration: underline;
									}

/*										
//--------------------------------------------------------------------------
// Sublevel-Menu
//--------------------------------------------------------------------------
*/
.pagelevel_menu						{										
										padding: 0;
									}
.pagelevel_menu td 					{
										padding-left: 8px;
									}
.pagelevel_menu td ul				{
										margin: 0px;
										padding-left: 4px;
										border-left: 1px solid #646464;
										list-style-type: none;
										font-family: Arial, Helvetica;
										font-size: 11px;
										font-weight: normal;											 
										line-height: 15px;
									}
.pagelevel_menu td ul li			{
										color: #646464;											
									}
.pagelevel_menu a  					{
										color: #646464;
										text-decoration: none;
									}
.pagelevel_menu a:hover  			{
										color: #B41223;
										text-decoration: underline;
									}
.pagelevel_menu a.selected			{
										color: #B41223;
										text-decoration: underline;
									}
/*
//--------------------------------------------------------------------------
// THEMA
//--------------------------------------------------------------------------
*/
.thema								{
										padding-left: 10px;
										font-family: Arial, Helvetica;
										font-weight: normal;											 
										font-size: 12px;
										line-height: 14px;
									}
.thema h1							{
										font-weight: bold;											 
										font-size: 14px;
										line-height: 16px;
									}
.thema h2							{
										font-weight: bold;											 
										font-size: 12px;
										line-height: 14px;
									}
.thema p							{
										margin-right: 10px;
										margin-left: 10px;
										font-weight: normal;											 
										font-size: 12px;
										line-height: 14px;
									}
.thema a  							{
										text-decoration: none;
									}
.thema a:hover  					{
										text-decoration: underline;
									}
.thema a.selected					{
										text-decoration: underline;
									}
.thema .white_text					{
										color: white;
										margin-right: 10px;
										margin-left: 10px;
										font-weight: normal;											 
										font-size: 12px;
										line-height: 14px;
									}
.thema .white_frame					{
										border: solid 2px white;
										padding: 10px;
										margin-right: 10px;
										margin-left: 10px;
									}
.thema .white_pict_text				{
										color: white;
										font-weight: normal;											 
										font-size: 9px;
										line-height: 11px;
									}
.thema .black_pict_text				{
										color: black;
										font-weight: normal;											 
										font-size: 9px;
										line-height: 11px;
									}
/*
// WHITE BACKGROUND
//--------------------------------------------------------------------------
*/
.whiteback							{
										background-color: white;
									}
/*
// OPENER-TEASER
//--------------------------------------------------------------------------
*/
.opener_teaser                     	{
										padding: 4px;
										background-color: #EFEFEF;
										border: solid 1px #4E4D51;
										font-family: Arial, Helvetica;
									}
.opener_teaser h1					{
										font-weight: bold;											 
										font-size: 12px;
										line-height: 14px;
									}
.opener_teaser p					{
										font-weight: normal;											 
										font-size: 11px;
										line-height: 13px;
									}
.opener_teaser a                   	{
										color: #B41223;
										background-color: #EFEFEF;
										
										font-size: 11px;
										line-height: 13px;
										text-decoration: none;
									}
.opener_teaser a:hover				{
										color: black;
										text-decoration: underline;
									}