/*
	Menue-Layout
	http://www.bcns.de
	
	(C)2009 Jan Fanslau
*/


/*
	Main_menue Menuepoints
*/

#mp_1, #mp_2, #mp_3, #mp_4, #mp_5{
	float:left;
	cursor:pointer;
}

/*------MP1-----------*/
#mp_1{
	width: 52px;
	height: 23px;	
	background-image:url("../images/layout/mp_1.png");
	background-repeat:no-repeat;
}


#mp_1:hover{
	background-image:url(../images/layout/mp_1_over.png);
	background-repeat:no-repeat;
}
#mp_1 a{
	width: 52px;
	height: 23px;	
	float:left;
	color:#47443e;
	text-decoration:none;
}

/*--------MP2---------*/

#mp_2, #mp_2:hover{
	width: 86px;
	height: 23px;	
	background-image:url(../images/layout/mp_2.png);
	background-repeat:no-repeat;
}

#mp_2:hover{
	background-image:url(../images/layout/mp_2_over.png);
	background-repeat:no-repeat;
}

#mp_2 a{
	width: 86px;
	height: 23px;
	float:left;
	border:none;	
	color:#47443e;
	text-decoration:none;	
}

/*-----MP3------------*/


#mp_3, #mp_3:hover{
	width: 58px;
	height: 23px;	
	background-image:url(../images/layout/mp_3.png);
	background-repeat:no-repeat;
}

#mp_3 a{
	width: 58px;
	height: 23px;
	float:left;	
	color:#47443e;
	text-decoration:none;	
}

#mp_3:hover{
	background-image:url(../images/layout/mp_3_over.png);
	background-repeat:no-repeat;
}

/*-----MP4-Admin-Allgemeines------------*/


#mp_4, #mp_4:hover{
	margin-left:600px;
	width: 86px;
	height: 23px;	
	background-image:url(../images/layout/mp_4.png);
	background-repeat:no-repeat;
}

#mp_4 a{
	width: 86px;
	height: 23px;
	float:left;	
	color:#47443e;
	text-decoration:none;
}

#mp_4:hover{
	background-image:url(../images/layout/mp_4_over.png);
	background-repeat:no-repeat;
}

/*-----MP5-Admin-Referenzen ------------*/


#mp_5, #mp_5:hover{
	width: 92px;
	height: 23px;	
	background-image:url(../images/layout/mp_5.png);
	background-repeat:no-repeat;
}

#mp_5 a{
	width: 92px;
	height: 23px;
	float:left;	
	color:#47443e;
	text-decoration:none;
}

#mp_5:hover{
	background-image:url(../images/layout/mp_5_over.png);
	background-repeat:no-repeat;
}

/*sub_menue Menuepoints*/

/*-----sub_mp_1------------*/

#sub_mp_1, #sub_mp_2{
	float:left;
	cursor:pointer;
}

#sub_mp_1, #sub_mp_1:hover{
	width: 56px;
	height: 19px;	
	background-image:url(../images/layout/sub_mp_1.png);
	background-repeat:no-repeat;
}
#sub_mp_1:hover{
	background-image:url(../images/layout/sub_mp_1_over.png);
	background-repeat:no-repeat;
}

#sub_mp_1 a{
	width: 56px;
	height: 19px;	
	float:left;
	border:none;	
	color:#47443e;
	text-decoration:none;	
}

/*-----sub_mp_2------------*/

#sub_mp_2, #sub_mp_2:hover{
	width: 61px;
	height: 19px;	
	background-image:url(../images/layout/sub_mp_2.png);
	background-repeat:no-repeat;
}
#sub_mp_2:hover{
	background-image:url(../images/layout/sub_mp_2_over.png);
	background-repeat:no-repeat;
}

#sub_mp_2 a{
	width: 61px;
	height: 19px;	
	float:left;
	border:none;	
	color:#47443e;
	text-decoration:none;	
}
