/**********************************/
/*begin body formatting*/
/**********************************/

body {
	background-color: #FFFFFF;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3A3A52;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3A3A52;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}


/**********************************/
/*end body formatting*/
/**********************************/

/**********************************/
/*begin normal link formatting*/
/**********************************/

A:link, A:visited {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
cursor: hand;
}
A:hover {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
cursor: hand;
}
A:active {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}
A.link_small, A.link_small:visited {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}
A.link_small:hover {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
cursor: hand;
}
A.link_small:active {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}

/**********************************/
/*end normal link formatting      */
/**********************************/

/**********************************/
/*begin content_modul link formatting*/
/**********************************/

A.content_modul, A.content_modul:visited {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}
A.content_modul:hover {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
cursor: hand;
}
A.content_modul:active {
  color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}

/**********************************/
/*end content_modul link formatting*/
/**********************************/

/***************************/
/* begin button formatting */
/***************************/

.Button_s
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 100px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../Images/Buttons/button_100.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor: pointer;
cursor: hand;
}

.Button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 120px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../Images/Buttons/button_120.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor: pointer;
cursor: hand;
}

.Button_l
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 140px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../Images/Buttons/button_140.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor: pointer;
cursor: hand;
}

/*************************/
/* end button formatting */
/*************************/

/***************************/
/*begin web menu formatting*/
/***************************/

.nav_webmenu_rootitem  
{
	
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#3a3a52;
	background-image: url(../IMAGES/button_navi.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 94px;
	line-height: 20px;
margin-right:3px;
cursor: pointer;
  	cursor: hand;
	
}
.nav_webmenu_rootitem_hover  
{
	
	text-align: center;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	background-image: url(../IMAGES/button_navi_selected.gif);
	background-repeat: no-repeat;	
	height: 21px;
	width: 94px;
	line-height: 20px;
margin-right:3px;
cursor: pointer;
  	cursor: hand;

}

.nav_webmenu_rootitem_selected, .nav_webmenu_rootitem_hover_selected 
{
	
	text-align: center;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	background-image: url(../IMAGES/button_navi_selected.gif);
	background-repeat: no-repeat;	
	height: 21px;
	width: 94px;
	line-height: 20px;
margin-right:3px;
cursor: pointer;
  	cursor: hand;


}

.nav_webmenu_subgroup {

	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #3a3a52;
	border-bottom-color: #3a3a52;
	border-left-color: #CCCCCC;
cursor: pointer;
  	cursor: hand;
}

.nav_webmenu_subitem  
{
	text-align:left;
	font-size: 9pt;
	color:#3a3a52;
	margin-top:1px;
	margin-bottom:3px;
	margin-right:3px;
	text-indent: 3px;
	cursor: pointer;
  	cursor: hand;
}

.nav_webmenu_subitem_hover  
{
	text-align:left;
	font-size: 9pt;
	color:#3a3a52;
	margin-top:1px;
	margin-bottom:3px;
	margin-right:3px;
	background:#e0e0e0;
	text-indent: 3px;
cursor: pointer;
  	cursor: hand;
}

.nav_webmenu_subitem_selected, .nav_webmenu_subitem_hover_selected
{
	text-align:left;
	font-size: 9pt;
	color:#3a3a52;
	margin-top:1px;
	margin-bottom:3px;
	margin-right:3px;
	background:#e0e0e0;
	text-indent: 3px;
	cursor: pointer;
  	cursor: hand;
}








/*************************/
/*end web menu formatting*/
/*************************/



/*********************************************/
/*begin horizontal list navigation formatting*/
/*********************************************/

TABLE.nav_listh
{

 }

.nav_listh
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.nav_listh_selected
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.nav_listh_alt
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.nav_listh_alt_selected
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline
}

.nav_listh_sep 
{
	color: #3A3A52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}



/**********************************/
/*end horizontal list formatting*/
/**********************************/

/*********************************************/
/*begin tree navigation formatting*/
/*********************************************/



A.nav_tree:link {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}
A.nav_tree:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}
A.nav_tree:hover {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
}
A.nav_tree:active {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}

A.nav_tree_selected:link {
 
color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
 }
 
A.nav_tree_selected:visited {
 
color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
 }
 
A.nav_tree_selected:hover {
 
color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
 }
A.nav_tree_selected:active {
 
color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
 }
A.nav_tree_sub:link {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}

A.nav_tree_sub:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
   font-weight: normal;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}
A.nav_tree_sub:hover {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
}
A.nav_tree_sub:active {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
}

A.nav_tree_sub_selected:link {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
   font-weight: normal;
 }

A.nav_tree_sub_selected:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration:;
  cursor: pointer;
	cursor: hand;
   font-weight: normal;
 }

A.nav_tree_sub_selected:hover {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
   font-weight: normal;
 }

A.nav_tree_sub_selected:active {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
   font-weight: normal;
 }


/*********************************************/
/*end tree navigation formatting*/
/*********************************************/

/*******************************************/
/*begin vertical list navigation formatting*/
/*******************************************/

TABLE.nav_listv
{
	width:100%;
}

.nav_listv
{
	text-align: left;
}

.nav_listv_selected
{
	font-weight: bold;
	text-align: left;
}

.nav_listv_alt
{
	text-align: left;
}

.nav_listv_sep 
{
	background-color: Gray;
}

A.nav_listv:link, A.nav_listv:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}

A.nav_listv:hover, A.nav_listv:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}

A.nav_listv_alt:link, A.nav_listv_alt:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}
A.nav_listv_alt:hover, A.nav_listv_alt:active {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
cursor: hand;
}

/******************************/
/*end vertical list formatting*/
/******************************/

/*******************************/
/*begin small basket formatting */
/*******************************/

.sbasket_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sbasket_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ee0010;
}


/******************************/
/*end small basket formatting*/
/******************************/

/*******************************/
/*begin list element formatting */
/*******************************/

.news_list_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A52;
}

.list_header {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A3A52;
}

.list_item_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3A3A52;
}

.list_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3A52;
}

.list_item_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A52;
}

.list_sep 
{
	
}

/*****************************/
/*end  list element formatting */
/*****************************/

/**********************************/
/*begin module formatting  */
/**********************************/

TABLE.module_title
{
	background-color:Transparent;
	padding-left:0;
	width:100%;
}

.module_title {
	font-family: Futura Book, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3a3a52;
	background-color:;
}

TABLE.module
{
	width:100%;
}

/**********************************/
/*end module formatting  */
/**********************************/


/******************************************/
/*begin page navigation control formatting*/
/******************************************/

TABLE.pagenav_table
{
	background-color : #e7f5f0;
	border: 1px solid #cccccc;	
}

TABLE.pagenav_table
{
	background-color : #e7f5f0;
	width: 100%;
}


/****************************************/
/*end page navigation control formatting*/
/****************************************/

TABLE.pagenav_table
{
	background-color : #ebebeb;
	border: 1px solid #cccccc;	
}


.pagenav_pagelink:link, .pagenav_pagelink:hover, .pagenav_pagelink:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}
.pagenav_currentpage {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; 
}

/**********************************/
/*begin fonts formatting*/
/**********************************/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A3A52;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A52;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A52;
}
.text_greyed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c4c4c4;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3A3A52;
}
.text_small_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #3A3A52;
}

/**********************************/
/*end fonts formatting*/
/**********************************/



/**********************************/
/*begin sitemap formatting link*/
/**********************************/
TABLE.sitemap_module
{
	background-color:;
}

.sitemap_td_titel
{
	background-color:;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #F4F4F4;	
}
.sitemap_td_subtitel
{
	background-color:;
	background-color:;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

A.sitemap_module_title:link, A.sitemap_module_title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:;
}
A.sitemap_module_title:hover, A.sitemap_module_title:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:;
}
A.sitemap_module_subtitle:link, A.sitemap_module_subtitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:;
}
A.sitemap_module_subtitle:hover, A.sitemap_module_subtitle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:;
}


/**********************************/
/*end sitemap formatting*/
/**********************************/
  
.hand { 
	cursor: pointer;
cursor: hand;
} 

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.textbox {
	border: 1px solid #676767;
	height: 21px;
	width: 105px;
}

.validationsummary 
{
	font-size: 12px;
	color:Red;	
}

.validationitem 
{
	font-size: 10px;
	color:Red;	
}

.highlight1
{
	background-color : #F7F5F0;
	border: 1px solid #666666;	
}
.body_tbl_dotted_bottom {
	border-top: 1px none #ff0000;
	border-right: 1px none #ff0000;
	border-bottom: 1px dotted #ff0000;
	border-left: 1px none #ff0000;
}
.body_tbl_dotted {
	border: 1px dotted #ff0000;
}

.body_tbl_dotted_right {
	
	border-right: 1px dotted #cccccc;
}

/**********************************/
/*FRAKO spezifische Styles*/
/**********************************/

.border {
	border-top: 1px none #525252;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	border-left: 1px solid #525252;
}
.border2 {
	border-top: 1px none #525252;
	border-right: 1px none #525252;
	border-bottom: 1px solid #525252;
	border-left: 1px none #525252;
}
.searchbutton {
	
	border: 0px; 
	margin-top: 7px; 
	margin-left:3px;
	WIDTH: 10px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../IMAGES/arrow_right.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	cursor: pointer;
cursor: hand;
}
.searchtext {
	font-size: 12px;
	color: #666666;
	margin-right:3px;
	vertical-align: 20%;
	
	
	
}

