/* =========================================================== 
 CSS-File: 2.css
 Erstelldatum: 09.01.2012 - 15:52
 =========================================================== */

/* Layoutspezifische  CSS-Klassen (Layout 2 und 3)
   ==============================
background               rgb(226,233,169 )
Menütext                    rgb(127,107,76)
Menü selected           rgb(70,62,37)   
Menütext hover          rgb(127,107,76) 
Menübackground hover    rgb(245,245,225) 
*/


/* Structure 
============
*/

.body_main    
{ background-color:rgb(206,206,206); 
  color:rgb(70,62,37);
  margin-top:0px;
}

.body_main_noDecoration     
{ background-color:rgb(226,233,169); 
  color:rgb(70,62,37);
  margin-top:0px;
}

.table_all     
{ background-color: rgb(226,233,169 );
  width: 1000px;}
 


/* 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(127,107,76);
  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(70,62,37);
}
.td_menu_item a:hover, .menu_item_selected a:hover
{	background-color:rgb(245,245,225 );
	color:rgb(127,107,76);
	text-decoration:none;
	font-weight:bold;
}

/* Subenu-Item */
.td_circle
{ color:rgb(70,62,37);
  vertical-align:bottom;
  font-size:10pt;
}
.td_submenu_item a:link, .td_submenu_item a:active, .td_submenu_item a:visited
{ color:rgb(127,107,76);
  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(0,0,0); /* rgb(70,62,37); */
}
.td_submenu_item a:hover, .submenu_item_selected a:hover
{	background-color:rgb(245,245,225 );
	color:rgb(127,107,76);
	text-decoration:none;
	font-weight:normal;
}


/* Images
--------- */
.img_big     
{ width:204px;
  height:204px;
  vertical-align: bottom;
  border: 1px solid rgb(245,245,225);
}

.img_small                            
{ width:65px;
  height:48px;
  vertical-align: bottom;
  border: 1px solid rgb(245,245,225);
  margin:1px;
}



