/* =========================================================== 
 CSS-File: 1.css
 Erstelldatum: 09.01.2012 - 15:52
 =========================================================== */

/* Layoutspezifische  CSS-Klassen (Layout 1)
   ==============================
background               rgb(163,179,179) 
Menütext                    rgb(22,53,47 )    
Menü selected           rgb(226,233,169)  
Menütext hover          rgb(22,53,47 )    
Menübackground hover    rgb(226,233,169)  
*/

/* Structure 
============
*/
.body_main                                       
{ background-color:rgb(206,206,206); 
  color:rgb(22,53,47);
  margin-top:0px;
}
.body_main_noDecoration                       
{ background-color:rgb(163,179,179); 
  color:rgb(22,53,47);
  margin-top:0px;
}

.table_all                                        
{ background-color: rgb(163,179,179);
  width: 1000px;}
.table_all_noDecoration                                       
{ background-color: rgb(163,179,179);
 }

/* Menu 
------- */
/* Menu-Item */
.td_menu_item
{	vertical-align: bottom;
}
.td_menu_item a:link, .td_menu_item a:active, .td_menu_item a:visited
{	color:rgb(22,53,47);
  font-size:10pt;
	font-weight:bold;
  text-decoration:none;
}
.menu_item_selected, .menu_item_selected a:link, .menu_item_selected a:active, .menu_item_selected a:visited
{	color:rgb(226,233,169);
}
.td_menu_item a:hover, .menu_item_selected a:hover
{	background-color:rgb(226,233,169 );
	color:rgb(22,53,47);
	text-decoration:none;
	font-weight:bold;
}

/* Subenu-Item */
.td_circle
{ color:rgb(226,233,169);
  vertical-align:bottom;
  font-size:10pt;
}
.td_submenu_item, .td_submenu_item a:link, .td_submenu_item a:active, .td_submenu_item a:visited
{ color:rgb(22,53,47);
  border-color:rgb(226,233,169);
  font-size:10pt;
  text-decoration:none;
  font-weight:normal;
}
.submenu_item_selected, .submenu_item_selected a:link, .submenu_item_selected a:active, .submenu_item_selected a:visited
{	color:rgb(226,233,169);
}
.td_submenu_item a:hover, .submenu_item_selected a:hover
{	background-color:rgb(226,233,169 );
	color:rgb(22,53,47);
	text-decoration:none;
	font-weight:normal;
}

/* Images
--------- */
.img_big                              
{ width:204px;
  height:204px;
  vertical-align: bottom;
  border: 1px solid rgb(226,233,169);
}

.img_small                           
{ width:65px;
  height:48px;
  vertical-align: bottom;
  border: 1px solid rgb(226,233,169);
  margin:1px;
}
.img_small a:hover                          
{ width:65px;
  height:48px;
  vertical-align: bottom;
  border: 1px solid red;
  margin:1px;
}


