/* ***************************************************** */
/*  GLOBALE PARAMETER */

#menu-preloader{
	display: none;
	width: 1px;
	height: 1px;
}

/* ***************************************************** */
/*  POSITIONIERUNG */

/* MENU DEFINITION */

.menu-table{
	width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}

#menu0000,
#menu0100,
#menu0200,
#menu0300,
#menu0400,
#menu0500,
#menu0600{
	height: 35px;
	border: 1px solid #A7338A;
	text-align: right;
	vertical-align: top;
}

#menu0000{
	width: 9%;
	border-width: 1px 0px 0px 0px;
}

#menu0100{
	width: 12%;
	border-width: 0px 0px 1px 1px;
	text-align: left;
}

#menu0200{
	width: 9%;
	border-width: 1px 0px 0px 1px;
}

#menu0300{
	width: 19%;
	border-width: 0px 1px 1px 1px;
}

#menu0400{
	width: 15%;
	border-width: 1px 0px 0px 0px;
}

#menu0500{
	width: 16%;
	border-width: 0px 0px 1px 1px;
	text-align: left;
}

#menu0600{
	width: 20%;
	height: 65px;
	border-width: 1px 0px 0px 1px;
	vertical-align: bottom;
}
/* MENU DEFINITION ENDE */

/* ***************************************************** */
/*  DESIGN */

#menu{
	background-color: transparent;
}

/* ***************************************************** */
/*  TEXT */

a.menu-link{
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #BC1A8A;
}

.menu-txt{
	padding: 5px 8px;
}

a:hover.menu-link{
	color: #322D57;
}

a:active.menu-link{
	text-decoration: line-through;
}

/* ***************************************************** */
