/***********************************************************
	Standard CSS - Template, Klett & Balmer Datentool
	Autor:			P.Gutwein, 23.04.2009
	Seitenvorlage:	Reiterleiste für alle Seiten
	Seitentyp:		Seitenteil
	Elemente:		Reiterleiste, Reiter links, Reiter rechts, Reiter, Strich 
	
	Dieses Stylesheet definiert Layout und Design der Reiterleiste.
************************************************************/
/*<-------Div Reiterleiste------->*/
div#Reiterleiste {
	width:100%;
	background-color:transparent;
z-index:1;
}
/*<-------Div Reiterleiste------->*/

/*<-------Div Reiter_links------->*/
div#Reiter_links {
	float:left; 
	margin-left:0px; 
	margin-top:28px; 
	background-color:transparent;
}
/*<-------Div Reiter_links------->*/

/*<-------Div Reiter_rechts------->*/
div#Reiter_rechts {
	position:absolute;
	right: 0;
	margin-right:14px; 
	margin-top:0px;  
	background-color:transparent;
}
/*<-------Div Reiter_rechts------->*/

/*<-------Klassen Reiter links------->*/
.rl_inaktiv {
	margin-top:0px;
	margin-right:4px;
	float:left;
	padding:0 12px 5px 12px;
	line-height:16px;
	border: 1px solid #dcdcdc;
	background-color: #b4b4b4;
	/*height:25px;*/
}
.rl_aktiv {
	margin-top:0px;
	margin-right:4px;
	float:left;
	line-height:16px;
	padding:0 12px 5px 12px;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	/*height:25px;*/
}
.rgl_aktiv {
	margin-top:0px;
	margin-right:4px;
	float:left;
	line-height:16px;
	padding:0 12px 5px 12px;
	background-color: #ffffff;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #FFF;
	/*height:25px;*/
}
/*<-------Klassen Reiter links------->*/

/*<-------Klassen Reiter rechts------->*/
.rr_inaktiv {
	margin-top:0px;
	float:left;
	padding:0 10px 0 10px;
	line-height:16px;
	height:25px;
	font-size:50%;
}
.rr_aktiv {
	margin-top:0px;
	float:left;
	line-height:16px;
	padding:0 10px 0 10px;
	background-color: transparent;
	height:25px;
}
.rr_inaktiv_ende {
	margin-top:0px;
	float:left;
	padding:0 0 0 10px;
	line-height:16px;
	height:25px;
}
.rr_aktiv_ende {
	margin-top:0px;
	float:left;
	line-height:16px;
	padding:0 0 0 10px;
	background-color: transparent;
	height:25px;
}
/*<-------Klassen Reiter rechts------->*/

/*<-------Klassen Strich------->*/
.rl_Strich {
	float:left;
	margin-top:0px;
	margin-left:0;
	/*border-left: 1px solid #A5A6A8;*/
	height:25px;
	width:1px;
}
.rr_Strich {
	float:left;
	margin-top:6px;
	margin-left:0;
	line-height:12px;
	border-left: 1px solid #ffffff;
	height:12px;
	width:1px;
}
/*<-------Klassen Strich------->*/

/*<-------Klassen link_reiter------->*/
.link_reiter {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	font-weight: bold;
	color: #003366;
	font-size: 13px;
	line-height: 16px;
}
/*<-------Klassen link_reiter------->*/

/*<-------Font Reiterlinks------->*/
A.reiterlink:link,
A.reiterlink:visited,
A.reiterlink:active,
A.reiterlink:hover
{
	COLOR: #fff; TEXT-DECORATION: none;
}
.reiterlink
{
	FONT-SIZE: 12px; font-weight: bold; COLOR: #000000; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

A.Rreiterlink:link
{
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.Rreiterlink:visited
{
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.Rreiterlink:active 
{
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.Rreiterlink:hover, .rr_aktiv, .rr_aktiv_ende 
{
	COLOR: #ffffff; TEXT-DECORATION: underline;
}
.Rreiterlink
{
	FONT-SIZE: 11px; font-weight: bold; COLOR: #ffffff; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
/*<-------Klassen link_reiter------->*/