/* menue.css */


#menue
		{
		margin: 0 0 0 0;
		height: 217px;
		width: 250px;
		}

#menue ul
		{
		list-style-type: none;
		margin: 0 0 0 0;
		}

#menue ul li
		{
		display: block;
		}

#menue ul li a
		{
		background-image: url(../picts/nav_off.jpg);
		width: 230px;
		height: 23px;
		padding: 8px 0 0 20px;
		margin: 0 0 0 0;
		font-size: 1.1em;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		background-color: inherit;
		}

#menue a:hover
		{
		color: #FFFFFF;
		background-image: url(../picts/nav_on.jpg);
		background-color: inherit;
		}

#menue a:active
		{
		background-image: url(../picts/nav_on.jpg);
		color: #FFFFFF;
		background-color: inherit;
		}

#menue #active a
		{
		background-image: url(../picts/nav_on.jpg);
		background-color: inherit;
		color: #FFFFFF;
		}

/*----------------------------------------------------------*/

.clearfix:after 
		{
 		content: "."; 
 		display: block; 
		height: 0; 
 		clear: both; 
 		visibility: hidden;
 		}

/*----------------------------------------------------------*/ 
.clearfix
		{
		display: inline-table;
		}

/*----------------------------------------------------------*/

/* Hides from IE-mac \*/

* html .clearfix
		{
		height: 1%;
		}

.clearfix	{
		display: block;
		}

/* End hide from IE-mac */

