/* --> Menu general
******************************************************************************/

.menulist_02, .menulist_02 ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	font: 12px/12px Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.textcontentright
{
  color: #FBF5EC;  
}

.textcontentright a
{
  color: #4EBDD9;  
}

.texttitleright
{
  color: #4EBDD9;
  font: 20px/20px Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* --> Headmenu
******************************************************************************/

.menulist_02 li.nav-head 
{
	margin: 0;
	padding: 0 0 0 12px;
	float: left;
	position: relative;
	margin-right: 5px;
}

.menulist_02 li.nav-head a 
{
	margin: 0;
	padding: 3px;
	color: #FBF5EC;
	text-decoration: none;
	display: block;	
}

.menulist_02 li.nav-head a:hover 
{
  color: #C1001B;
}

/* --> active */
.menulist_02 li.nav-head-active 
{
	margin: 0;
	padding: 0 4px 0 15px;
	float: left;
	position: relative;
	color: #C1001B;
	background: url(../images/1.png) no-repeat;
}

.menulist_02 li.nav-head-active a 
{
	margin: 0;
	padding: 3px;
	color: #C1001B;
	text-decoration: none;
	display: block;
}

.menulist_02 li.nav-head-active a:hover 
{
	color: #C1001B;
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist_02 a {
 float: left;
}
.menulist_02 ul a {
 float: none;
}
/* \*/
.menulist_02 a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist_02  ul li {
 float: left;
 height: 1%;
}

* html .menulist_02  ul a {
 height: 1%;
}
/* End Hack */



/* --> General
****************************************************/

body 
{
	margin: 0;
	padding: 0;
	font: 11px/18px Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

table 
{
	font: 11px/18px Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #FBF5EC;
}

a 
{
	color: #B8AE85;
	text-decoration: underline;
}

a:hover	
{
	color: #B8AE85;
	text-decoration: none;
}



