div.menue	{
		position: relative;
		left: 154px;
		text-align: left;
		padding-left: 2px;
		padding-top: 2px;
		margin-bottom: 1px;
		width: 642px;
		height: 55px;
		border: 1px solid #000000;
		background-image: url(../img/background_menue.jpg);
		background-repeat: no-repeat;
		}

div.submenue	{
		position: absolute;
		left: 155px;
		top: 162px;
		text-align: left;
		padding-left: 2px;
		padding-right: 2px;
		margin-bottom: 1px;
		width: 639px;
		height: 23px;
		border: 0px solid red;
		}

div.menue a:hover	{
			background-color: #4e94cf;  
			color: #000000;
			}

div.menue ul	{
		position: static;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

div.menue li	{
		position: static;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-right: 3px;
		}

div.menue a	{
		font-size: .95em;
		font-weight: bold;
		text-decoration: none;
		color: black;
		padding: 4px;
		display: block;	
		background-color: #FFFFFF;
		border: 1px solid #000000;
		}

div.submenue a:hover	{
			background-color: #94949b;   
			color: #000000;
			}

div.submenue ul	{
		position: static;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

div.submenue li	{
		position: static;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-right: 3px;
		}

div.submenue a	{
		font-size: .7em;
		font-weight: lighter;
		text-decoration: none;
		color: black;
		padding: 2px;
		display: block;	
		background-color: #FFFFFF;
		border: 1px solid #000000;
		}

